Search found 5 matches
- Wed Nov 28, 2012 2:28 am
- Forum: Open Source Nagios Projects
- Topic: custom nrpe plugin in nagios
- Replies: 9
- Views: 3474
Re: custom nrpe plugin in nagios
Yes, the multi-line output is there in the service details page, but cant it be displayed in the front page where all the services are listed ?? 
- Mon Nov 26, 2012 11:09 pm
- Forum: Open Source Nagios Projects
- Topic: custom nrpe plugin in nagios
- Replies: 9
- Views: 3474
Re: custom nrpe plugin in nagios
Dear slansing, I didnt get you
which service's ??open service's detail page
- Mon Nov 26, 2012 5:21 am
- Forum: Open Source Nagios Projects
- Topic: custom nrpe plugin in nagios
- Replies: 9
- Views: 3474
Re: custom nrpe plugin in nagios
Thanks JSmurphy, I was able to display colors correctly by using exit codes. But not got any clue for multi line output. In document also its saying, out of luck if returns more than one line.
Please guide me if any other way for multi line output.
Please guide me if any other way for multi line output.
- Thu Nov 22, 2012 12:18 am
- Forum: Open Source Nagios Projects
- Topic: custom nrpe plugin in nagios
- Replies: 9
- Views: 3474
Re: custom nrpe plugin in nagios
Yes. Its now solved. I actually forgot to add the full path of the command in the sudo file for the nagios user in the remote system. But I am facing simple problems here. My script is written in Perl and it has multiline output. How will I display the multiline output in nagios page ?? The output h...
- Wed Nov 21, 2012 8:18 am
- Forum: Open Source Nagios Projects
- Topic: custom nrpe plugin in nagios
- Replies: 9
- Views: 3474
custom nrpe plugin in nagios
I have created a custom script with perl. But I am unable to use it in nagios with nrpe to monitor remote system. On the host its working fine but with nagios its throwing error: CHECK_NRPE: Socket timeout after 30 seconds Can any one guide me how to add custom script to use with nrpe remote linux ??