Search found 4 matches
- Thu Sep 13, 2012 1:18 pm
- Forum: Open Source Nagios Projects
- Topic: Testing Script to Schedule Downtime - Newbie needs help! =)
- Replies: 5
- Views: 2296
Re: Testing Script to Schedule Downtime - Newbie needs help!
Hello All, Ive done a few things. 1) Verified that external commands are being logged 2) Updated my code to use SCHEDULE_HOST_SVC_DOWNTIME . Ran the script and tailed the nagios.log . Not a single entry for my target HOST even showed up in the log file, its as if nothing was even recognized by the n...
- Thu Sep 13, 2012 12:54 pm
- Forum: Open Source Nagios Projects
- Topic: Testing Script to Schedule Downtime - Newbie needs help! =)
- Replies: 5
- Views: 2296
Re: Testing Script to Schedule Downtime - Newbie needs help!
mguthrie wrote:On a source install, you can do a running tail with:
Code: Select all
tail -f /usr/local/nagios/var/nagios.log
hey thank you! I have been on night shift. back to this project, will be testing shortly.
appreciate it!
i will follow up...
- Tue Sep 11, 2012 10:16 pm
- Forum: Open Source Nagios Projects
- Topic: Testing Script to Schedule Downtime - Newbie needs help! =)
- Replies: 5
- Views: 2296
Re: Testing Script to Schedule Downtime - Newbie needs help!
Use this set of Docs for the command you need. http://old.nagios.org/developerinfo/externalcommands/commandlist.php http://old.nagios.org/developerinfo/externalcommands/commandinfo.php?command_id=122 Also, turn on in the nagios.cfg: log_external_commands=1 So you can watch the nagios.log and make s...
- Mon Sep 10, 2012 2:50 pm
- Forum: Open Source Nagios Projects
- Topic: Testing Script to Schedule Downtime - Newbie needs help! =)
- Replies: 5
- Views: 2296
Testing Script to Schedule Downtime - Newbie needs help! =)
First off thank you for reading my post! First time here, so any input is much appreciated! I am working on an integration project where we are gathering planned outages from another system. Once that info is gathered and formatted we are then passing the scheduled outage info to nagios. We are in t...