Search found 4 matches

by stonefury
Mon Oct 05, 2015 3:26 pm
Forum: Nagios XI
Topic: Sending multiple lines to passive check
Replies: 4
Views: 1442

Re: Sending multiple lines to passive check

Tnx for such a quick reply. I appreciate it! Writing multiple lines, as in, nagios reads the first line as it's title, and other lines after that are put into the body of the alert. The passive check works, I get my title, such as OK, or FAILED, but I wanted to provide some information about the fai...
by stonefury
Mon Oct 05, 2015 1:27 pm
Forum: Nagios XI
Topic: Sending multiple lines to passive check
Replies: 4
Views: 1442

Sending multiple lines to passive check

I'm attempting to use a python script to write to nagios.cmd to process my passive check data. It works, but I can't figure out how to send multiple lines. Adding newlines or escaping them doesn't work. Can someone show me how to write multiple lines? We can take a step back and just use the shell e...
by stonefury
Mon Oct 05, 2015 1:23 pm
Forum: Nagios XI
Topic: Run check every 45 mins past the hour
Replies: 3
Views: 836

Re: Run check every 45 mins past the hour

Can't post new messages?
by stonefury
Mon Sep 21, 2015 6:44 pm
Forum: Nagios XI
Topic: Run check every 45 mins past the hour
Replies: 3
Views: 836

Run check every 45 mins past the hour

How can I get nagios to run a check exactly 45 mins past the hour? I need this check to coincide with a cron job that is executed. My job is an audit job, so I must run the check when the cron job is expected to complete. thanks for any ideas. We considered starting the time period at 00:00 and then...