system/nagios-plugins: Maintainer change + minor fixes

This commit is contained in:
Mario Preksavec 2015-02-05 00:15:20 +01:00 committed by Willy Sudiarto Raharjo
parent aa847a46d7
commit ca3169cfe4
4 changed files with 16 additions and 17 deletions

View file

@ -1,16 +1,15 @@
nagios-plugins (Plugins for the Nagios network monitoring server) nagios-plugins (Plugins for the Nagios network monitoring server)
Unlike many other monitoring tools, Nagios does not include any Unlike many other monitoring tools, Nagios does not include any internal
internal mechanisms for checking the status of hosts and services on mechanisms for checking the status of hosts and services on your
your network. Instead, Nagios relies on external programs (called network. Instead, Nagios relies on external programs (called plugins) to
plugins) to do all the dirty work. Plugins are compiled executables or do all the dirty work. Plugins are compiled executables or scripts (Perl
scripts (Perl scripts, shell scripts, etc.) that can be run from a scripts, shell scripts, etc.) that can be run from a command line to check
command line to check the status or a host or service. the status or a host or service.
Remember to install the Nagios::Plugin perl module and its Remember to install the Nagios::Plugin perl module and its dependencies to
dependencies to ensure all functionality of perl plugins. ensure all functionality of perl plugins.
Remember to install the applications you plan to use plugins with Remember to install the applications you plan to use plugins with before
before installation of nagios-plugins as some plugins are compiled installation of nagios-plugins as some plugins are compiled using the relevant
using the relevant libraries installed on your system for the libraries installed on your system for the application being probed.
application being probed.

View file

@ -6,5 +6,5 @@ MD5SUM="6755765bab88b506181268ef7982595e"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="nagios" REQUIRES="nagios"
MAINTAINER="Niels Horn" MAINTAINER="Mario Preksavec"
EMAIL="niels.horn@gmail.com" EMAIL="mario at slackware dot hr"

View file

@ -15,5 +15,5 @@ nagios-plugins: plugins) to do all the dirty work. Plugins are compiled executab
nagios-plugins: scripts (Perl scripts, shell scripts, etc.) that can be run from a nagios-plugins: scripts (Perl scripts, shell scripts, etc.) that can be run from a
nagios-plugins: command line to check the status or a host or service. nagios-plugins: command line to check the status or a host or service.
nagios-plugins: nagios-plugins:
nagios-plugins: http://www.nagios-plugins.org/ nagios-plugins: Homepage: http://www.nagios-plugins.org/
nagios-plugins: nagios-plugins: