SNMP Process Check Virtual Memory/CPU/Swap

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jronin
Posts: 18
Joined: Tue Oct 09, 2012 12:05 pm

SNMP Process Check Virtual Memory/CPU/Swap

Post by jronin »

Is there a plug-in/check that can check CPU process/memory/and virtual memory usage for a process via SNMP?

The check_snmp_process.pl comes close but does not include virtual memory.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: SNMP Process Check Virtual Memory/CPU/Swap

Post by yancy »

jronin,

check this one out

http://cormander.com/2011/11/nagios-snm ... ap-plugin/


Regards,

-Yancy
jronin
Posts: 18
Joined: Tue Oct 09, 2012 12:05 pm

Re: SNMP Process Check Virtual Memory/CPU/Swap

Post by jronin »

Thanks but I was looking for something that would do it on a process level instead of a system level.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: SNMP Process Check Virtual Memory/CPU/Swap

Post by scottwilkerson »

jronin wrote:The check_snmp_process.pl comes close but does not include virtual memory.
This is because the standard hrSWRunPerfTable in the HOST-RESOURCES-MIB doesn't include this data.

As far as I know there isn't a real reliable way to know that the data is available.

If you know an SNMP OID that provides the virtual memory for a process you could always customize the plugin to meet your needs.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked