Page 1 of 1

Any plugin to monitor SIP logs

Posted: Mon Mar 24, 2014 5:11 am
by juned
Hi All,

I am looking for plugin to monitor SIP logs of local and remote host.

just like tcpdump does:
i.e

Code: Select all

tcpdump -nq -s 0 -A -vvv -i eth0 port 5060
and for remote host

Code: Select all

ssh 192.168.1.15 "tcpdump -nq -s 0 -A -vvv -i eth0 port 5060"
is there any any plugin exists ? if no then i would like to develop one

Please suggest.

Regards
Juned Khan

Re: Any plugin to monitor SIP logs

Posted: Mon Mar 24, 2014 3:01 pm
by lmiltchev
I didn't find any plugin on the Nagios Exchange that would do this. I you would like to develop such a plugin, I would recommend following this guide:

https://nagios-plugins.org/doc/guidelines.html