Search found 3 matches
- Thu Apr 09, 2015 11:49 am
- Forum: Open Source Nagios Projects
- Topic: pnp4nagios xport - how to run from shell
- Replies: 1
- Views: 1726
pnp4nagios xport - how to run from shell
We can call wget http://localhost/pnp4nagios/xport/<format>?host=<hostname>&srv=<servicedesc> but is there any way not to use TCP on the way? For example I can call "php /var/www/file.php" and get the result. With PNP4Nagios I cannot even locate /xport/csv file - (is it file)? or, mayb...
- Wed Apr 08, 2015 7:25 am
- Forum: Open Source Nagios Projects
- Topic: perform event handler before notification
- Replies: 3
- Views: 1539
Re: perform event handler before notification
Are you not using these notifications? Unfortunatelly i have to use notifications for this service. I thought about sending notification from eventhandler, or otherwise: use notification to do what I want to do in eventhandler, but theese are not so elegant solutions... BTW I don't understand, why ...
- Tue Apr 07, 2015 6:17 am
- Forum: Open Source Nagios Projects
- Topic: perform event handler before notification
- Replies: 3
- Views: 1539
perform event handler before notification
I have problem with eventhandler and notification order. I try to use event handler uptool_handler. When there isn't notification sent (SOFT states event handler is invoked just after check perform - perfect) but: when there's problem with sending email I haveto wait 30 seconds for timeout. I know, ...