Page 1 of 1

Nagios Recommended Plugin - SNMP Memory

Posted: Fri Feb 24, 2017 4:30 pm
by brdr
Hi Support Team,

What plugin do you recommend clients use to check memory usage on a remote Linux server using SNMP?

If you have the parameters to the recommended plugin that would be great.

Thank you,
brdr

Re: Nagios Recommended Plugin - SNMP Memory

Posted: Mon Feb 27, 2017 11:29 am
by mcapra
Our "Linux SNMP" wizard uses check_snmp_storage_wizard.pl to monitor physical memory. Here's an example check_command that gets churned out by the Linux SNMP wizard:
2017_02_27_10_25_04_Nagios_XI.png

Code: Select all

check_xi_service_snmp_linux_storage! -C welcome2 --v2c -m Physical -w 80 -c 90 -f
For more specific usage:

Code: Select all

/usr/local/nagios/libexec/check_snmp_storage_wizard.pl -h

Re: Nagios Recommended Plugin - SNMP Memory

Posted: Mon Feb 27, 2017 1:09 pm
by brdr
Great, thank you :D
plz close