OpenSIPS Monitoring Plugin for Nagios
Find a file
Niels Fallenbeck 9832a3e97d fixed an error which prevents correct execution of --exitstatus
Signed-off-by: Niels Fallenbeck <niels@fallenbeck.com>
2013-04-25 15:48:29 +02:00
INSTALL changed old script name to opensips 2013-02-07 23:25:30 +01:00
opensips fixed an error which prevents correct execution of --exitstatus 2013-04-25 15:48:29 +02:00
opensips.orig Merge branch 'master' of github.com:fallenbeck/opensips-nagios 2013-04-25 15:35:33 +02:00
opensips.py Provide final output information 2013-02-11 22:12:42 +01:00
opensipsctl_dummy Updated opensipsctl dummy script to provide complete information 2013-02-07 15:04:39 +01:00
README Fixed some tab issues 2013-02-11 22:37:13 +01:00

openSIPS Nagios Plugin


Introduction
------------
This is the openSIPS Nagios plugin which allows to monitor an openSIPS 
instance with Nagios. Nearly every metric provided by openSIPS control tool
opensipsctl can be handled by the script and can be easily displayed in the
Nagios dashboard.


openSIPS
--------
openSIPS is an open source SIPS server. Additional documentation can be found
on the project homepage: http://www.opensips.org
The Nagios plugin is not part of the official openSIPS project.


Files
-----
The following files are relevant for the plugin:
	opensips 				Nagios script (bash) to monitor openSIPS
	opensips.py				Nagios script (Python) to monitor openSIPS
	opensipsctl_dummy		opensipsctl dummy script for testing purposes
	INSTALL 				Installation instructions
	README  				This README file

Installation instructions can be found in the INSTALL file.