github.com/netdata/go.d.plugin@v0.58.1/config/go.d/snmp.conf (about)

     1  ## All available configuration options, their descriptions and default values:
     2  ## https://github.com/netdata/go.d.plugin/tree/master/modules/snmp
     3  
     4  #update_every: 1
     5  #autodetection_retry: 0
     6  #priority: 70000
     7  
     8  #jobs:
     9  #  - name: switch
    10  #    update_every: 10
    11  #    hostname: "192.0.2.1"
    12  #    community: public
    13  #    options:
    14  #      version: 2
    15  #    user:
    16  #      name: "username"
    17  #      level: "authPriv"
    18  #      auth_proto: "sha256"
    19  #      auth_key: "auth_protocol_passphrase"
    20  #      priv_proto: "aes256"
    21  #      priv_key: "priv_protocol_passphrase"
    22  #    charts:
    23  #      - id: "bandwidth_port1"
    24  #        title: "Switch Bandwidth for port 1"
    25  #        units: "kilobits/s"
    26  #        type: "area"
    27  #        family: "ports"
    28  #        dimensions:
    29  #          - name: "in"
    30  #            oid: "1.3.6.1.2.1.2.2.1.10.1"
    31  #            algorithm: "incremental"
    32  #            multiplier: 8
    33  #            divisor: 1000
    34  #          - name: "out"
    35  #            oid: "1.3.6.1.2.1.2.2.1.16.1"
    36  #            multiplier: -8
    37  #            divisor: 1000
    38  #      - id: "bandwidth_port2"
    39  #        title: "Switch Bandwidth for port 2"
    40  #        units: "kilobits/s"
    41  #        type: "area"
    42  #        family: "ports"
    43  #        dimensions:
    44  #          - name: "in"
    45  #            oid: "1.3.6.1.2.1.2.2.1.10.2"
    46  #            algorithm: "incremental"
    47  #            multiplier: 8
    48  #            divisor: 1000
    49  #          - name: "out"
    50  #            oid: "1.3.6.1.2.1.2.2.1.16.2"
    51  #            multiplier: -8
    52  #            divisor: 1000