diff options
author | andreas <andreas@immerda.ch> | 2008-04-11 19:59:35 +0000 |
---|---|---|
committer | andreas <andreas@immerda.ch> | 2008-04-11 19:59:35 +0000 |
commit | c0b40856b2a44c1fad50a1215de254bc8a5e144f (patch) | |
tree | be00f564082ad86991aa6969c28c33f725004fac /files |
erster wurf (nicht mehr ganz orig von git.black.co.at)
Diffstat (limited to 'files')
-rw-r--r-- | files/hostgroups_nagios2.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/files/hostgroups_nagios2.cfg b/files/hostgroups_nagios2.cfg new file mode 100644 index 0000000..a77671e --- /dev/null +++ b/files/hostgroups_nagios2.cfg @@ -0,0 +1,11 @@ +# A simple wildcard hostgroup +define hostgroup { + hostgroup_name all + alias All Servers + members * +} + +define hostgroup { + hostgroup_name ping-servers + alias Servers to ping +} |