Re: [Nagios-users] Event Handlers on the External Commands

2007-12-11 Thread mark redding
Hi, On 11/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > For this, I want to write Event Handlers on the External Commands, but I am > not sure How to go about it ? > Does somebody has any idea about it ? any sample code will be of great > help. These snippet of shell script may be of

Re: [Nagios-users] Event Handlers on the External Commands

2007-12-11 Thread Andreas Ericsson
[EMAIL PROTECTED] wrote: > I am trying to get the performance data from the remote machines passively > and want to control the starting and the stopping of the monitoring probes > from the Nagios Server machine. > > For this, I want to write Event Handlers on the External Commands, but I am > not

[Nagios-users] Event Handlers on the External Commands

2007-12-11 Thread ankit . mehrotra
I am trying to get the performance data from the remote machines passively and want to control the starting and the stopping of the monitoring probes from the Nagios Server machine. For this, I want to write Event Handlers on the External Commands, but I am not sure How to go about it ? Does some