aboutsummaryrefslogtreecommitdiffstats
path: root/sitesummary-nodes.conf
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2015-02-15 00:59:09 +0100
committerMarius Halden <marius.h@lden.org>2015-03-28 19:29:23 +0100
commit9ba853dde6ca00fa99402aa4029b1605fecbefdb (patch)
tree7e5e8aaf414dcaf14e29b0b6e0d6c90b889fe309 /sitesummary-nodes.conf
parent139bdcdf9718ae0e3bfd65fb8627b21e358e0f78 (diff)
downloadsitesummary-nagios-cfg2.tar.gz
sitesummary-nagios-cfg2.tar.bz2
sitesummary-nagios-cfg2.tar.xz
Add support for changing nagios settings through a configuration file.nagios-cfg2
Diffstat (limited to 'sitesummary-nodes.conf')
-rw-r--r--sitesummary-nodes.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/sitesummary-nodes.conf b/sitesummary-nodes.conf
new file mode 100644
index 0000000..1bf4abf
--- /dev/null
+++ b/sitesummary-nodes.conf
@@ -0,0 +1,20 @@
+#our $services = {
+# 'myhost' => {
+# 'disk-/' => {
+# warn => "10%",
+# crit => "5%",
+# },
+# 'disk-/boot' => {
+# warn => "20%",
+# crit => "5%",
+# },
+# 'swap' => {
+# warn => "40%",
+# crit => "20%",
+# },
+# 'load-avg' => {
+# warn => "75,75,75",
+# crit => "90,90,90",
+# },
+# },
+#};