summaryrefslogtreecommitdiffstats
path: root/system/monitoring-plugins/README
diff options
context:
space:
mode:
author Mario Preksavec2015-02-27 21:34:38 +0100
committer Willy Sudiarto Raharjo2015-02-27 21:34:38 +0100
commitd5ab714d19d20eecfca9eb2aa932cbddc93407e1 (patch)
tree998a88a797278462d21c897e542964983d264d91 /system/monitoring-plugins/README
parente3c8c6afff14d8f8fec396709117b30cfd207aae (diff)
downloadslackbuilds-d5ab714d19d20eecfca9eb2aa932cbddc93407e1.tar.gz
system/monitoring-plugins: Added (a bundle of monitoring plugins).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/monitoring-plugins/README')
-rw-r--r--system/monitoring-plugins/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/system/monitoring-plugins/README b/system/monitoring-plugins/README
new file mode 100644
index 0000000000..60c028a08a
--- /dev/null
+++ b/system/monitoring-plugins/README
@@ -0,0 +1,17 @@
+monitoring-plugins (a bundle of more than fifty monitoring plugins)
+
+This bundle contains standard plugins for Icinga, Naemon, Nagios, Shinken,
+Sensu, and other monitoring applications. Each plugin is a stand-alone
+command line tool that provides a specific type of check.
+
+Support for postgresql, libdbi, radius, ldap and mysql check modules can be
+enabled with:
+
+ CHECK_PGSQL=yes \
+ CHECK_DBI=yes \
+ CHECK_RADIUS=yes \
+ CHECK_LDAP=yes \
+ CHECK_MYSQL=yes ./monitoring-plugins.SlackBuild
+
+Optional dependencies, postgresql and libdbi, can be found on slackbuilds.org
+website; additionally, fping3 will be autodetected when installed.