NetXMS Support Forum

English Support => General Support => Topic started by: sushizang on June 12, 2009, 10:18:11 AM

Title: SNMP OID auto discovery...?
Post by: sushizang on June 12, 2009, 10:18:11 AM
I want to monitor status of my process using SNMP protocol on linux system.

But, the process has restart, that OID(Linux PID) is changed, so can not monitor any more.

How can I fix it?

Thanks.
Title: Re: SNMP OID auto discovery...?
Post by: Victor Kirhenshtein on June 13, 2009, 01:44:02 PM
Hi!

Unfortunately, it's not possible with standard NetXMS functionality. You should either write your own tool which will analyze list of processes on target machine and send data to NetXMS server in some way (using nxpush or nxevent for example), or use NetXMS agent instead of SNMP to monitor processes on target machine - NetXMS agent allows you to identify processes by executable name or command line.

Best regards,
Victor