Greetings everyone.
Im having some trouble with check_sip plugin for nagios core, under a Debian.
Using the plugin directly will result in OK replys, no problem in this.(../check_nrpe -u sip:validuri@sipserver)
When I configure nagios for doing it, the reply I get is "Unknown error: SIP/2.0 416 Unsupported URI scheme, 0.052634 seconds response time"
I defined the command, service, no alerts in the -v check, and using check_nrpe!-u sip:validuri@sipserver under linux.cfg still getting this error.
Anyone could lend me a hand here?
Thanks in advance.
Regards.
Carlos.
Check_sip Plugin
Re: Check_sip Plugin
After some research got it solved.
Service define was incomplete, if anyone have ever this problem ensure that:
check_command check_sip!sip:URI@server
Under services.cfg
Service define was incomplete, if anyone have ever this problem ensure that:
check_command check_sip!sip:URI@server
Under services.cfg
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Check_sip Plugin
Glad you found a solution, and thank you for the info!