Search found 5 matches
- Wed May 20, 2015 4:10 am
- Forum: Open Source Nagios Projects
- Topic: Error: External command failed -> SCHEDULE_FORCED_SVC_CHECK
- Replies: 7
- Views: 5970
Re: Error: External command failed -> SCHEDULE_FORCED_SVC_CH
Yes I have one more question: I have a service which monitors a particular job. Now the job runs from 00:40 to 23:59 everyday. If the job runs successfully once, then I am supposed to stop monitoring it for the day and re-schedule the next check the next morning at 00:40. Similarly there are other j...
- Fri May 15, 2015 11:05 am
- Forum: Open Source Nagios Projects
- Topic: Error: External command failed -> SCHEDULE_FORCED_SVC_CHECK
- Replies: 7
- Views: 5970
Re: Error: External command failed -> SCHEDULE_FORCED_SVC_CH
That actually worked!
Appreciate your assistance Sir. Thanks much.
Appreciate your assistance Sir. Thanks much.
- Thu May 14, 2015 3:43 am
- Forum: Open Source Nagios Projects
- Topic: Error: External command failed -> SCHEDULE_FORCED_SVC_CHECK
- Replies: 7
- Views: 5970
Re: Error: External command failed -> SCHEDULE_FORCED_SVC_CH
I am running the script via nagios user on the shell. COMMANDS.CFG define command{ command_name check_morning_job command_line /usr/local/nagios/libexec/check_morning_job.sh "$ARG1$" "$ARG2$" "$ARG3$" } SERVICES.CFG define service{ use cmp-morning-service host_name UAT_...
- Wed May 13, 2015 1:03 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios 4.x CGI commands
- Replies: 12
- Views: 8491
Re: Nagios 4.x CGI commands
Hi there...
I have faced the exact same issue.
How do I apply this patch? May I get guidelines.. please?
I have faced the exact same issue.
How do I apply this patch? May I get guidelines.. please?
- Wed May 13, 2015 12:49 pm
- Forum: Open Source Nagios Projects
- Topic: Error: External command failed -> SCHEDULE_FORCED_SVC_CHECK
- Replies: 7
- Views: 5970
Error: External command failed -> SCHEDULE_FORCED_SVC_CHECK
Hi, I need to stop monitoring a particular service once it runs successfully for the day and then reschedule the check for the next day. My script looks like below: ***************************************************************************************************************************************...