Search found 3 matches

by sszabo
Wed Nov 16, 2011 6:21 am
Forum: Open Source Nagios Projects
Topic: Special time schedule
Replies: 4
Views: 1675

Re: Special time schedule

I have one modification for my earlier post (code).
The checker script should be used with full path, so e.g. the related row should be modified to this:

Code: Select all

   /usr/lib/nagios/plugins/check_service $*
by sszabo
Wed Nov 16, 2011 4:32 am
Forum: Open Source Nagios Projects
Topic: Special time schedule
Replies: 4
Views: 1675

Re: Special time schedule

This is not good. :( However, I have created a quite elegant solution for this issue. This is a '3rd party' solution. I have created a script which check the current time on the machine and if the minutes are not between the desired values it sends back an information message about the check postpon...
by sszabo
Sat Nov 12, 2011 10:24 am
Forum: Open Source Nagios Projects
Topic: Special time schedule
Replies: 4
Views: 1675

Special time schedule

Hi All, I have a question related to the check scheduling. I'd like to create a check whick will run the same specific time in every hours. E.g. I'd like to run a check at 01:10 and 02:10 and 03:10 ... Can I do this anyhow? I know the following possibilities: - I can create a service with a check_in...