diff --git a/README.md b/README.md new file mode 100644 index 0000000..06e71ad --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# 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 + +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. +