Yes all good now.
thanks
Search found 7 matches
- Sun May 20, 2012 6:39 pm
- Forum: Open Source Nagios Projects
- Topic: check_nrpe CheckServiceState with spaces in service name
- Replies: 6
- Views: 3740
- 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
Thanks so much for your help
- 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.
In this exable the actual service name is "ManageEngine AssetExplorer Agent"
Not three different services.
- 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...
- 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.
I have also tried that and it also doesnt work.
- 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...
- 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...