The OVHcloud Nagios Plugins is a set of scripts designed to be executed by Nagios, locally or via NRPE, to monitor various softwares.
RELEASE=0.0.1
curl -sL https://github.com/ovh/ovh-nagios-plugins/archive/refs/tags/${RELEASE}.tar.gz | tar xvpzf - -C /opt
ln -s /opt/ovh-nagios-plugins-${RELEASE} /opt/ovh-nagios-plugins
Examples of configuration can be found in the docs directory.
git clone https://github.com/ovh/ovh-nagios-plugins.git
cd ovh-nagios-plugins
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
You've developed a new cool feature? Fixed an annoying bug? We'd be happy to hear from you!
Have a look at CONTRIBUTING.md.