diff options
author | makefu <github@syntax-fehler.de> | 2012-10-05 06:46:27 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-10-05 06:46:27 +0200 |
commit | 6c89839b7fc344608e61c8916ac9d9925fa98d14 (patch) | |
tree | e316b8121f4880491659dc3cb8851de7762e58a9 /Monitoring/nagios/shinken/hosts/localhost.cfg | |
parent | 957e2d7469b0e3d88e06b6a15e91478efc63cd62 (diff) |
Monitoring/\* --> nagios/
Diffstat (limited to 'Monitoring/nagios/shinken/hosts/localhost.cfg')
-rw-r--r-- | Monitoring/nagios/shinken/hosts/localhost.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Monitoring/nagios/shinken/hosts/localhost.cfg b/Monitoring/nagios/shinken/hosts/localhost.cfg new file mode 100644 index 00000000..a15a9c5d --- /dev/null +++ b/Monitoring/nagios/shinken/hosts/localhost.cfg @@ -0,0 +1,7 @@ +define host{ + use linux + contact_groups admins + host_name localhost + address localhost + icon_set server + } |