Any plugin to monitor SIP logs

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
juned
Posts: 3
Joined: Fri Mar 21, 2014 1:27 am

Any plugin to monitor SIP logs

Post 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
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: Any plugin to monitor SIP logs

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked