diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 14:53:53 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 14:53:53 +0200 |
commit | 7a454abe517dace9a9e717e09df2436ec1dfa378 (patch) | |
tree | 4030643b45df2509ac85380a72067e93ba53b549 /Monitoring/conf/extinfo.cfg | |
parent | c5712707d569d64abe96d46929b30b7293d18381 (diff) |
migrated all necessary configuration
used the Debian config for krebs to provide a generic environment
without dependencies to other nagios systems
Diffstat (limited to 'Monitoring/conf/extinfo.cfg')
-rw-r--r-- | Monitoring/conf/extinfo.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Monitoring/conf/extinfo.cfg b/Monitoring/conf/extinfo.cfg new file mode 100644 index 00000000..e4300b72 --- /dev/null +++ b/Monitoring/conf/extinfo.cfg @@ -0,0 +1,9 @@ +define hostextinfo{ + hostgroup_name debian-servers + notes Debian GNU/Linux servers +# notes_url http://webserver.localhost.localdomain/hostinfo.pl?host=netware1 + icon_image base/debian.png + icon_image_alt Debian GNU/Linux + vrml_image debian.png + statusmap_image base/debian.gd2 + } |