Search found 16 matches

by Theb2b
Thu Nov 14, 2013 11:19 am
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

Re: NRPE CheckTaskSched No Handler Error

Consider this topic closed, I have gotten CheckTaskSched to run, while not exactly has I would like but I am not getting the No Handle Error as my original post started out with. Syntax shown in the example’s is not correct warn=>0 has to be MaxWarn+0 CheckMEM is showing the amount of RAM available,...
by Theb2b
Tue Nov 12, 2013 11:47 am
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

Re: NRPE CheckTaskSched No Handler Error

Sorry for the delay in getting back, department was a bit short handed but I can now get back to this. Made the changes per last request, and now getting Parsing failed: title eq 'test.job' AND exit_code ne 0 Below is my modifed command definition command_line /usr/local/nagios/libexec/check_nrpe -H...
by Theb2b
Tue Nov 05, 2013 4:23 pm
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

Re: NRPE CheckTaskSched No Handler Error

define command {
command_name CheckTaskSched
command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckTaskSched -a "filter=title eq '$ARG1$' AND exit_code ne 0" "syntax=%title% (%most_recent_run_time%)" MaxWarn=1
}

This what you are needing?
by Theb2b
Tue Nov 05, 2013 2:10 pm
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

Re: NRPE CheckTaskSched No Handler Error

Believe this is what you are looking for?

# 'checkMEM' command definition
define command{
command_name check_nrpe
command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS$ -c CheckMEM -a MinWarn=$ARG1$% MinCrit=$ARG2$%
}
by Theb2b
Mon Nov 04, 2013 1:22 pm
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

Re: NRPE CheckTaskSched No Handler Error

Left hand "pane" I have Configuration, click on that I get leads me to screen with "Select Type of Config Data You Wish To View". Defiantly not in the correct location.
by Theb2b
Fri Nov 01, 2013 12:14 pm
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

Re: NRPE CheckTaskSched No Handler Error

I'm not familiar with what you are asking me to provide, little more detial please.
by Theb2b
Thu Oct 31, 2013 8:33 am
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

Re: NRPE CheckTaskSched No Handler Error

Following are the results of using differnet MaxWarn levels MaxWarn=0 eventlog: 0 > warning|'eventlog'=0;0;0 MaxWarn=1 OK: All scheduled tasks are good.|'eventlog'=0;1;0 MaxWarn=2 OK: All scheduled tasks are good.|'eventlog'=0;2;0 Please recall the task is setup to fail. Any suggestions on why the f...
by Theb2b
Tue Oct 29, 2013 9:32 am
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

Re: NRPE CheckTaskSched No Handler Error

Bit of success, I have gotten past the No handler for command 'CheckTaskSched' error. It would appear that using the syntax as shown in the example is a bit dated, necessary to drop warn=> to MaxWarn=. I have gotten 0.4.1.102 installed and I can send test commands to the server and get back response...
by Theb2b
Mon Oct 28, 2013 11:11 am
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

Re: NRPE CheckTaskSched No Handler Error

Tried both suggestions, still not working. The test commands I am running are straight from the "book" modified to fit my network, IE IP address changed. If I remove the "warn=>0" from the end of the command I get back OK: All scheduled tasks are good" despite the fact the t...
by Theb2b
Mon Oct 28, 2013 9:01 am
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12725

NRPE CheckTaskSched No Handler Error

Attempting to have nagios mointor Windows 2008 R2 task to insure the task runs successfully but I'm getting the following error; Running NSClient version 0.3.9 No handler for command 'CheckTaskSched'. Putting NSClient++ in test mode I get; NSClient++.cpp(1144) Injecting: CheckTaskSched: filter=exit_...