Ciao All..
I have a question about snmp and zabbix. I need check memory status of my servers.
I run this command by console
and this is the output
If i need check all memory bank i must create 64 items, and 64 triggers. I suppose that takes a lot of time and it is very boring task. When i have finished , i'll need add the same items to other 18 different servers ...
Is there a way to check with a single command all 64 items ?
AndreA
I have a question about snmp and zabbix. I need check memory status of my servers.
I run this command by console
snmpwalk -v1 -c public localhost 1.3.6.1.4.1.232.6.2.14.11.1.4
SNMPv2-SMI::enterprises.232.6.2.14.11.1.4.1.1 = INTEGER: 4
SNMPv2-SMI::enterprises.232.6.2.14.11.1.4.1.2 = INTEGER: 2
SNMPv2-SMI::enterprises.232.6.2.14.11.1.4.1.3 = INTEGER: 4
SNMPv2-SMI::enterprises.232.6.2.14.11.1.4.1.4 = INTEGER: 2
... many other lines...
SNMPv2-SMI::enterprises.232.6.2.14.11.1.4.1.2 = INTEGER: 2
SNMPv2-SMI::enterprises.232.6.2.14.11.1.4.1.3 = INTEGER: 4
SNMPv2-SMI::enterprises.232.6.2.14.11.1.4.1.4 = INTEGER: 2
... many other lines...
Is there a way to check with a single command all 64 items ?
AndreA
Comment