summaryrefslogtreecommitdiffstats
path: root/Monitoring/shinken/hosts
diff options
context:
space:
mode:
authorroot <root@kremium>2011-11-18 10:10:13 +0100
committerroot <root@kremium>2011-11-18 10:10:13 +0100
commitbfa204a580a503a216cedbedd36586fb00458181 (patch)
tree4d277410a2ed9d497669d597b05826fc4e6a3814 /Monitoring/shinken/hosts
parentcda7ac879c8791d7b59f9b726136efa274a12e4b (diff)
//Monitoring: add shinken configs
Diffstat (limited to 'Monitoring/shinken/hosts')
-rw-r--r--Monitoring/shinken/hosts/localhost.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/Monitoring/shinken/hosts/localhost.cfg b/Monitoring/shinken/hosts/localhost.cfg
new file mode 100644
index 00000000..a15a9c5d
--- /dev/null
+++ b/Monitoring/shinken/hosts/localhost.cfg
@@ -0,0 +1,7 @@
+define host{
+ use linux
+ contact_groups admins
+ host_name localhost
+ address localhost
+ icon_set server
+ }