summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/snmp.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 08:15:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 08:15:20 +0000
commit87d772a7d708fec12f48cd8adc0dedff6e1025da (patch)
tree1fee344c64cc3f43074a01981e21126c8482a522 /src/go/collectors/go.d.plugin/config/go.d/snmp.conf
parentAdding upstream version 1.46.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.47.0.upstream/1.47.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d/snmp.conf48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/go/collectors/go.d.plugin/config/go.d/snmp.conf b/src/go/collectors/go.d.plugin/config/go.d/snmp.conf
deleted file mode 100644
index 32a4addb2..000000000
--- a/src/go/collectors/go.d.plugin/config/go.d/snmp.conf
+++ /dev/null
@@ -1,48 +0,0 @@
-## All available configuration options, their descriptions and default values:
-## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/snmp#readme
-
-#jobs:
-# - name: switch
-# update_every: 10
-# hostname: "192.0.2.1"
-# community: public
-# options:
-# version: 2
-# user:
-# name: "username"
-# level: "authPriv"
-# auth_proto: "sha256"
-# auth_key: "auth_protocol_passphrase"
-# priv_proto: "aes256"
-# priv_key: "priv_protocol_passphrase"
-# charts:
-# - id: "bandwidth_port1"
-# title: "Switch Bandwidth for port 1"
-# units: "kilobits/s"
-# type: "area"
-# family: "ports"
-# dimensions:
-# - name: "in"
-# oid: "1.3.6.1.2.1.2.2.1.10.1"
-# algorithm: "incremental"
-# multiplier: 8
-# divisor: 1000
-# - name: "out"
-# oid: "1.3.6.1.2.1.2.2.1.16.1"
-# multiplier: -8
-# divisor: 1000
-# - id: "bandwidth_port2"
-# title: "Switch Bandwidth for port 2"
-# units: "kilobits/s"
-# type: "area"
-# family: "ports"
-# dimensions:
-# - name: "in"
-# oid: "1.3.6.1.2.1.2.2.1.10.2"
-# algorithm: "incremental"
-# multiplier: 8
-# divisor: 1000
-# - name: "out"
-# oid: "1.3.6.1.2.1.2.2.1.16.2"
-# multiplier: -8
-# divisor: 1000