Search found 2 matches

by Jun2013
Tue Sep 03, 2013 11:50 pm
Forum: Open Source Nagios Projects
Topic: How to Deal with Special Symbol in Nagios Service Parameter
Replies: 3
Views: 8464

Re: How to Deal with Special Symbol in Nagios Service Parame

1. Try adding a second dollar sign to the check: MSSQL\\\$$SQLEXPRESS It works, after I added a second dollar sign, the check result is successful. OK 09-04-2013 12:38:26 0d 2h 3m 58s 1/2 OK: MSSQLServerOLAPService: started, SQLSERVERAGENT: started, MSSQL$SQLEXPRESS: started, MSSQLSERVER: started V...
by Jun2013
Tue Sep 03, 2013 3:56 am
Forum: Open Source Nagios Projects
Topic: How to Deal with Special Symbol in Nagios Service Parameter
Replies: 3
Views: 8464

How to Deal with Special Symbol in Nagios Service Parameter

Hi , In order to monitor windows service status, recently I added some monitors in my nagios application. First I created a check command named check_win_service, the command use the check_nrpe script $USER1$/check_nrpe -H $HOSTADDRESS$ -c CheckServiceState -a ShowAll $ARG1$ next I defined a service...