Icinga/Nagios plugins for Asterisk
Go to file
2022-05-19 12:11:20 +02:00
.gitignore Initial commit 2012-10-09 13:25:13 +02:00
check_sip_connected_peers check_sip_connected_peers: fix division by zero problem 2022-05-19 12:11:20 +02:00
check_sip_latency Improve check_sip_latency 2018-11-05 18:40:15 +01:00
check_sip_peer_simultaneous_channels Add check_sip_peer_simultaneous_channels check 2018-11-05 18:36:15 +01:00
check_sip_peers Improve check_sip_peers 2018-11-05 18:50:42 +01:00
check_sip_zombie_channels Add check_sip_zombie_channels 2022-05-19 11:36:51 +02:00
hangup_channels hangup_channels : fix bug when asterisk display other thing than concise return ('Setting max files open to ...' for instance) 2019-01-25 11:08:06 +01:00
README.md Add README.md file 2022-05-19 11:37:00 +02:00

Icinga/Nagios plugins to check an Asterisk

This repository provide a collection of scripts could be used as Icinga/Nagios check plugins to check an Asterisk installation.

Installation

git clone https://gitea.zionetrix.net/bn8/check_asterisk.git /usr/local/src/check_asterisk
mkdir -p /usr/local/lib/nagios/plugins
cd /usr/local/src/check_asterisk
for i in /usr/local/src/check_asterisk/check_*; do ln -s $(realpath $i) /usr/local/lib/nagios/plugins/$(basename $i); done

Copyright (c) 2022 Benjamin Renard

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.