Search found 7 matches

by mwalpole
Thu May 17, 2012 11:17 pm
Forum: Open Source Nagios Projects
Topic: check_nrpe CheckServiceState with spaces in service name
Replies: 6
Views: 3740

Re: check_nrpe CheckServiceState with spaces in service name

I was running 3.40, Just upgraded to 3.41 and it fixed my issue.

Thanks so much for your help
by mwalpole
Thu May 17, 2012 10:51 pm
Forum: Open Source Nagios Projects
Topic: CheckNRPE CheckServiceState with Exclusions including Spaces
Replies: 4
Views: 2544

Re: CheckNRPE CheckServiceState with Exclusions including Sp

I understand that you can only use one exclude statement.

In this exable the actual service name is "ManageEngine AssetExplorer Agent"

Not three different services.
by mwalpole
Thu May 17, 2012 9:43 pm
Forum: Open Source Nagios Projects
Topic: CheckNRPE CheckServiceState with Exclusions including Spaces
Replies: 4
Views: 2544

Re: CheckNRPE CheckServiceState with Exclusions including Sp

Thanks for The Reply: I changed to: define command{ command_name check_service command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckServiceState -a CheckAll $ARG1$ } check_command check_disk!exclude="ManageEngine AssetExplorer Agent" The problem is now that its slitting the ser...
by mwalpole
Thu May 17, 2012 9:06 pm
Forum: Open Source Nagios Projects
Topic: check_nrpe CheckServiceState with spaces in service name
Replies: 6
Views: 3740

Re: check_nrpe CheckServiceState with spaces in service name

Hi

I have also tried that and it also doesnt work.
by mwalpole
Thu May 17, 2012 1:19 am
Forum: Open Source Nagios Projects
Topic: check_nrpe CheckServiceState with spaces in service name
Replies: 6
Views: 3740

check_nrpe CheckServiceState with spaces in service name

Hi I am trying to monitor all services that are set to automatic, but I need to exclude a few services. These services contain spaces. Below are the command I am using: define command{ command_name check_service command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckServiceState -a CheckAl...
by mwalpole
Wed May 16, 2012 11:55 pm
Forum: Open Source Nagios Projects
Topic: CheckNRPE CheckServiceState with Exclusions including Spaces
Replies: 4
Views: 2544

CheckNRPE CheckServiceState with Exclusions including Spaces

Hi I am having issue excluding services including spaces using check_nrpe. If I use, everything works ok: define command{ command_name check_service command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckServiceState -a CheckAll exclude=$ARG1$ } check_command check_disk!LanmanServer But as...