Install nagios-plugins-rabbitmq
Installing nagios-plugins-rabbitmq package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nagios-plugins-rabbitmq
nagios-plugins-rabbitmq package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nagios-plugins-rabbitmq |
version | 1:1.2.0-2.1 |
description | Set of Nagios checks useful for monitoring a RabbitMQ server |
subsection | net |
maintainer | Cyril Bouthors |
Uninstall nagios-plugins-rabbitmq
To remove just nagios-plugins-rabbitmq package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nagios-plugins-rabbitmq
Uninstall nagios-plugins-rabbitmq and it’s dependent packages
To remove the nagios-plugins-rabbitmq package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nagios-plugins-rabbitmq
Purging nagios-plugins-rabbitmq
If you also want to delete configuration and/or data files of nagios-plugins-rabbitmq from Debian Sid then this will work:
sudo apt-get purge nagios-plugins-rabbitmq
To delete configuration and/or data files of nagios-plugins-rabbitmq and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nagios-plugins-rabbitmq