diff options
author | makefu <github@syntax-fehler.de> | 2011-07-11 19:28:46 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-07-11 19:28:46 +0200 |
commit | 3ae1ad0a6739d1841926bba48c3a61a9f8957ff4 (patch) | |
tree | ea96304a49aa5742298614b1013d7a999928f57d /Monitoring/conf/hostgroups_nagios2.cfg | |
parent | f1a50c9f15e23df2f367123c32a26a8c725f5cc7 (diff) |
added config for nagios for speed/temp scripts
plugins/*: fixed some usability issues, Warning -> !! , Info -> ** , Stupid -> ??
conf/shack_guests: contains config for miner
Diffstat (limited to 'Monitoring/conf/hostgroups_nagios2.cfg')
-rw-r--r-- | Monitoring/conf/hostgroups_nagios2.cfg | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Monitoring/conf/hostgroups_nagios2.cfg b/Monitoring/conf/hostgroups_nagios2.cfg new file mode 100644 index 00000000..63acbf50 --- /dev/null +++ b/Monitoring/conf/hostgroups_nagios2.cfg @@ -0,0 +1,31 @@ +# Some generic hostgroup definitions + +# A simple wildcard hostgroup +define hostgroup { + hostgroup_name all + alias All Servers + members * + } + +# A list of your Debian GNU/Linux servers +define hostgroup { + hostgroup_name debian-servers + alias Debian GNU/Linux Servers + members localhost + } + +# A list of your web servers +define hostgroup { + hostgroup_name http-servers + alias HTTP servers + members localhost + } + +# A list of your ssh-accessible servers +define hostgroup { + hostgroup_name ssh-servers + alias SSH servers + members localhost + } + + |