We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6561c commit dda9736Copy full SHA for dda9736
1 file changed
network/netiron/README
@@ -0,0 +1,15 @@
1
+This is gmond python module that allows SNMP polling of network switches to get interface packet and throughput metrics.
2
+
3
+ * It works for Foundry NetIrons, and probably for any other SNMP enabled switch.
4
+ * It requires pysnmp (available in debian repositorys)
5
+ * Handles polling multiple switches from a single gmond.
6
+ * Spoofs the switch hostname, so each switch shows up separately in ganglia
7
8
+If you're handling a large number of metrics, you may wish to set your sysctl settings as below:
9
10
+net.core.rmem_max=104857600
11
+net.core.rmem_default=104857600
12
+vm.dirty_ratio=100
13
+vm.dirty_background_ratio=100
14
+vm.dirty_expire_centisecs=720000
15
0 commit comments