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.
SNMP Process Check Virtual Memory/CPU/Swap
Re: SNMP Process Check Virtual Memory/CPU/Swap
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
This is because the standard hrSWRunPerfTable in the HOST-RESOURCES-MIB doesn't include this data.jronin wrote:The check_snmp_process.pl comes close but does not include virtual memory.
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.