Nagios Recommended Plugin - SNMP Memory

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

Nagios Recommended Plugin - SNMP Memory

Post 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
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios Recommended Plugin - SNMP Memory

Post 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
You do not have the required permissions to view the files attached to this post.
Former Nagios employee
https://www.mcapra.com/
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

Re: Nagios Recommended Plugin - SNMP Memory

Post by brdr »

Great, thank you :D
plz close
Locked