Hi, I've coded a SIP plugin for Nagios. There is some other similar plugin but it's less customizable and less powerful.
Homepage:
http://dev.sipdoc.net/projects/sip-stuff/wiki/NagiosSIPplugin
Features:
- SIP UDP and TCP transport protocols. - Customizable parameters (From URI, Request URI, server address, local UDP port, timeout internal). - The replied status code can be matched against an expected value to be considered as valid.
Regards.
Awesome, thanks Iñaki! I have long had the need for something more flexible than the check_sip wrapper around 'sipsak' that Nagios provides (I think that's how it works, anyway?). In particularly at issue was the timeout; it needs to be configurable and rather strict, in my case.
On 04/12/2010 06:14 PM, Iñaki Baz Castillo wrote:
Hi, I've coded a SIP plugin for Nagios. There is some other similar plugin but it's less customizable and less powerful.
Homepage:
http://dev.sipdoc.net/projects/sip-stuff/wiki/NagiosSIPplugin
Features:
- SIP UDP and TCP transport protocols.
- Customizable parameters (From URI, Request URI, server address,
local UDP port, timeout internal).
- The replied status code can be matched against an expected value to
be considered as valid.
Regards.
2010/4/13 Alex Balashov abalashov@evaristesys.com:
Awesome, thanks Iñaki! I have long had the need for something more flexible than the check_sip wrapper around 'sipsak' that Nagios provides (I think that's how it works, anyway?).
There is a Perl plugin (very limited and not reliable) and other one making use of sipsak. However I prefer to control it by myself :)
Thanks.