Skip to content

Commit dda9736

Browse files
committed
Added netiron README
1 parent ee6561c commit dda9736

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

network/netiron/README

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)