Search found 7 matches
- Thu Dec 18, 2014 2:27 pm
- Forum: Nagios XI
- Topic: SMS notification - Delay before sending next
- Replies: 3
- Views: 250
Re: SMS notification - Delay before sending next
Do you mean add this to the command? I tried inserting it in the notification command but I get "syntax error near unexpected token '('
- Thu Dec 18, 2014 1:31 pm
- Forum: Nagios XI
- Topic: SMS notification - Delay before sending next
- Replies: 3
- Views: 250
SMS notification - Delay before sending next
I have SMS notification command working if specify one or two contacts but has problem when there are more contacts. It seems my SMS gateway requires delay before submitting another request.I have below command, please let me know if there is a way to introuduce delay before next contact in the serv...
- Tue Dec 02, 2014 5:06 pm
- Forum: Nagios XI
- Topic: Nagios XI: escaping () in service args
- Replies: 9
- Views: 4264
Re: Nagios XI: escaping () in service args
Yes I did. I have even created a static configuration for this as described in earlier post but this wont work
- Tue Dec 02, 2014 4:06 pm
- Forum: Nagios XI
- Topic: Nagios XI: escaping () in service args
- Replies: 9
- Views: 4264
Re: Nagios XI: escaping () in service args
If I double escape I get below error
RIT: Counter not found: \\MSSQL$LYNCARC:Resource Pool Stats(*)\\CPU usage %$: -2147481648: Unable to connect to the specified computer or the computer is offline.
RIT: Counter not found: \\MSSQL$LYNCARC:Resource Pool Stats(*)\\CPU usage %$: -2147481648: Unable to connect to the specified computer or the computer is offline.
- Tue Dec 02, 2014 3:45 pm
- Forum: Nagios XI
- Topic: Nagios XI: escaping () in service args
- Replies: 9
- Views: 4264
Re: Nagios XI: escaping () in service args
I am having same issue where below is working in shell but not in CCM /usr/local/nagios/libexec/check_nrpe -H 192.168.170.111 -p 5666 -c CheckCounter -a "\\MSSQL\$LYNCARC:Resource Pool Stats(*)\\CPU usage %" ShowAll MaxWarn=10 MaxCrit=20 i get good output OK: \MSSQL$LYNCARC:Resource Pool S...
- Tue Dec 02, 2014 2:40 pm
- Forum: Nagios XI
- Topic: Problem with Check NRPE from XI Core
- Replies: 3
- Views: 903
Re: Problem with Check NRPE from XI Core
Indeed I was testing with CCM Test Check Command. I went ahead and saved below argument "\\MSSQL\$LYNCARC:Resource Pool Stats(*)\\CPU usage %" ShowAll MaxWarn=10 MaxCrit=20 When I look in view I see that that it has escaped ( and * character below and failed CRIT: Counter not found: \MSSQL...
- Tue Dec 02, 2014 12:15 pm
- Forum: Nagios XI
- Topic: Problem with Check NRPE from XI Core
- Replies: 3
- Views: 903
Problem with Check NRPE from XI Core
I want to get some performance counters in Windows so I did a test check in CLI [root@centosnagiois static]# /usr/local/nagios/libexec/check_nrpe -H AFDBLYNCDB01.afdb.local -p 5666 -c CheckCounter -a "\\MSSQL\$LYNCARC:Resource Pool Stats(*)\\CPU usage %" ShowAll MaxWarn=10 MaxCrit=20 OK: \...