aboutsummaryrefslogtreecommitdiffstats
path: root/hosts.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-02-18 11:32:22 +0100
commita1a2df9ad1ae892f415e29f69d4c6ca5843e8c99 (patch)
tree860bff1e361ab509ff97b25e49272b2a6ffbff39 /hosts.conf
parent139bdcdf9718ae0e3bfd65fb8627b21e358e0f78 (diff)
downloadsitesummary-nagios-cfg.tar.gz
sitesummary-nagios-cfg.tar.bz2
sitesummary-nagios-cfg.tar.xz
Add support for changing nagios settings through a configuration file.nagios-cfg
Diffstat (limited to 'hosts.conf')
-rw-r--r--hosts.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/hosts.conf b/hosts.conf
new file mode 100644
index 0000000..ede658f
--- /dev/null
+++ b/hosts.conf
@@ -0,0 +1,17 @@
+#<myhost>
+# <disk-/var>
+# enabled = true
+# warn = 10
+# crit = 5
+# </disk-/var>
+# <dhcpd>
+# enabled = false
+# </dhcpd>
+# <swap>
+# warn = "20%"
+# crit = "10%"
+# </swap>
+# <httpd>
+# enabled = true
+# </httpd
+#</myhost>