mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/nagios-plugins: Maintainer change + minor fixes
This commit is contained in:
parent
aa847a46d7
commit
ca3169cfe4
4 changed files with 16 additions and 17 deletions
|
@ -1,16 +1,15 @@
|
|||
nagios-plugins (Plugins for the Nagios network monitoring server)
|
||||
|
||||
Unlike many other monitoring tools, Nagios does not include any
|
||||
internal mechanisms for checking the status of hosts and services on
|
||||
your network. Instead, Nagios relies on external programs (called
|
||||
plugins) to do all the dirty work. Plugins are compiled executables or
|
||||
scripts (Perl scripts, shell scripts, etc.) that can be run from a
|
||||
command line to check the status or a host or service.
|
||||
|
||||
Remember to install the Nagios::Plugin perl module and its
|
||||
dependencies to ensure all functionality of perl plugins.
|
||||
Unlike many other monitoring tools, Nagios does not include any internal
|
||||
mechanisms for checking the status of hosts and services on your
|
||||
network. Instead, Nagios relies on external programs (called plugins) to
|
||||
do all the dirty work. Plugins are compiled executables or scripts (Perl
|
||||
scripts, shell scripts, etc.) that can be run from a command line to check
|
||||
the status or a host or service.
|
||||
|
||||
Remember to install the applications you plan to use plugins with
|
||||
before installation of nagios-plugins as some plugins are compiled
|
||||
using the relevant libraries installed on your system for the
|
||||
application being probed.
|
||||
Remember to install the Nagios::Plugin perl module and its dependencies to
|
||||
ensure all functionality of perl plugins.
|
||||
|
||||
Remember to install the applications you plan to use plugins with before
|
||||
installation of nagios-plugins as some plugins are compiled using the relevant
|
||||
libraries installed on your system for the application being probed.
|
||||
|
|
|
@ -37,7 +37,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
# Bail out if user or group isn't valid on your system
|
||||
# For slackbuilds.org, assigned nagios uid/gid are 213/213
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="6755765bab88b506181268ef7982595e"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nagios"
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
|
@ -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: command line to check the status or a host or service.
|
||||
nagios-plugins:
|
||||
nagios-plugins: http://www.nagios-plugins.org/
|
||||
nagios-plugins: Homepage: http://www.nagios-plugins.org/
|
||||
nagios-plugins:
|
||||
|
|
Loading…
Reference in a new issue