diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-05 00:15:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:21:09 +0700 |
commit | ca3169cfe46fa504034ca9b2cd4a5292cc6b4687 (patch) | |
tree | fd16155b280675dbc0116a3bd55b8e5f0c2240cb /system/nagios-plugins | |
parent | aa847a46d7f4041d7a0e208a31148458f7c4f667 (diff) | |
download | slackbuilds-ca3169cfe46fa504034ca9b2cd4a5292cc6b4687.tar.gz |
system/nagios-plugins: Maintainer change + minor fixes
Diffstat (limited to 'system/nagios-plugins')
-rw-r--r-- | system/nagios-plugins/README | 25 | ||||
-rw-r--r-- | system/nagios-plugins/nagios-plugins.SlackBuild | 2 | ||||
-rw-r--r-- | system/nagios-plugins/nagios-plugins.info | 4 | ||||
-rw-r--r-- | system/nagios-plugins/slack-desc | 2 |
4 files changed, 16 insertions, 17 deletions
diff --git a/system/nagios-plugins/README b/system/nagios-plugins/README index dc132c2223..b3188bef3d 100644 --- a/system/nagios-plugins/README +++ b/system/nagios-plugins/README @@ -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. diff --git a/system/nagios-plugins/nagios-plugins.SlackBuild b/system/nagios-plugins/nagios-plugins.SlackBuild index e13cba9564..cf2c8963d0 100644 --- a/system/nagios-plugins/nagios-plugins.SlackBuild +++ b/system/nagios-plugins/nagios-plugins.SlackBuild @@ -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 diff --git a/system/nagios-plugins/nagios-plugins.info b/system/nagios-plugins/nagios-plugins.info index a3558e929c..df5a541de2 100644 --- a/system/nagios-plugins/nagios-plugins.info +++ b/system/nagios-plugins/nagios-plugins.info @@ -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" diff --git a/system/nagios-plugins/slack-desc b/system/nagios-plugins/slack-desc index 00c479e602..48cb8aa644 100644 --- a/system/nagios-plugins/slack-desc +++ b/system/nagios-plugins/slack-desc @@ -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: |