Page 1 of 1

SNMP Process Check Virtual Memory/CPU/Swap

Posted: Fri Nov 09, 2012 8:59 am
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.

Re: SNMP Process Check Virtual Memory/CPU/Swap

Posted: Fri Nov 09, 2012 12:14 pm
by yancy
jronin,

check this one out

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


Regards,

-Yancy

Re: SNMP Process Check Virtual Memory/CPU/Swap

Posted: Mon Nov 12, 2012 9:29 am
by jronin
Thanks but I was looking for something that would do it on a process level instead of a system level.

Re: SNMP Process Check Virtual Memory/CPU/Swap

Posted: Mon Nov 12, 2012 12:21 pm
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.