Re: [Nagios-users] Monitoring a process with its pid

2010-04-11 Thread Jatin Davey
Message----- >> From: Jatin Davey [mailto:jasho...@cisco.com] >> Sent: Tuesday, March 09, 2010 1:57 AM >> To: Matt Simmons >> Cc: nagios-users@lists.sourceforge.net >> Subject: Re: [Nagios-users] Monitoring a process with its pid >> >> Thanks Matt, >

Re: [Nagios-users] Monitoring a process with its pid

2010-04-10 Thread Jatin
gt; Cc: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Monitoring a process with its pid > > Thanks Matt, > > It solved my problem. > > Thanks > Jatin > > On 3/8/2010 9:01 PM, Matt Simmons wrote: > >> If you have snmp enabled on the hosts,

Re: [Nagios-users] Monitoring a process with its pid

2010-04-08 Thread Narasimha Tadepalli
...@cisco.com] Sent: Tuesday, March 09, 2010 1:57 AM To: Matt Simmons Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Monitoring a process with its pid Thanks Matt, It solved my problem. Thanks Jatin On 3/8/2010 9:01 PM, Matt Simmons wrote: > If you have snmp enabled on the ho

Re: [Nagios-users] Monitoring a process with its pid

2010-03-09 Thread Jatin Davey
Thanks Matt, It solved my problem. Thanks Jatin On 3/8/2010 9:01 PM, Matt Simmons wrote: > If you have snmp enabled on the hosts, you can pull that information out: > > ~$ snmpwalk -v 2c -c COMMUNITY myhost.mydomain.com > HOST-RESOURCES-MIB::hrSWRunName.3309 > HOST-RESOURCES-MIB::hrSWRunName.330

Re: [Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Jatin
PIDs change from program startup to program startup? > > > From: Jatin Davey [jasho...@cisco.com] > Sent: Monday, March 08, 2010 8:10 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Monitoring a process with its pi

Re: [Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Matt Simmons
If you have snmp enabled on the hosts, you can pull that information out: ~$ snmpwalk -v 2c -c COMMUNITY myhost.mydomain.com HOST-RESOURCES-MIB::hrSWRunName.3309 HOST-RESOURCES-MIB::hrSWRunName.3309 = STRING: "crond" On Mon, Mar 8, 2010 at 8:10 AM, Jatin Davey wrote: > Let me re-phrase it a li

Re: [Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Wolfe, Robert
e.net Subject: Re: [Nagios-users] Monitoring a process with its pid Let me re-phrase it a little , Basically what i want is to give the process id as the input and make sure on that target machine i have the process with the given id running , once it stops there might not be the process running with

Re: [Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Jatin Davey
Let me re-phrase it a little , Basically what i want is to give the process id as the input and make sure on that target machine i have the process with the given id running , once it stops there might not be the process running with that id and hence i need to raise an email notification alert

[Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Jatin Davey
Hi All Do we have a plugin that can monitor process id (pid) on a target machine , the target machine could be anything such as windows , linux , solaris etc and alert with an email notification when the process id changes. Appreciate your responses. Thanks Jatin