diff options
author | root <root@kremium> | 2011-11-18 10:10:13 +0100 |
---|---|---|
committer | root <root@kremium> | 2011-11-18 10:10:13 +0100 |
commit | bfa204a580a503a216cedbedd36586fb00458181 (patch) | |
tree | 4d277410a2ed9d497669d597b05826fc4e6a3814 /Monitoring/shinken/hostgroups.cfg | |
parent | cda7ac879c8791d7b59f9b726136efa274a12e4b (diff) |
//Monitoring: add shinken configs
Diffstat (limited to 'Monitoring/shinken/hostgroups.cfg')
-rw-r--r-- | Monitoring/shinken/hostgroups.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Monitoring/shinken/hostgroups.cfg b/Monitoring/shinken/hostgroups.cfg new file mode 100644 index 00000000..fb8713b7 --- /dev/null +++ b/Monitoring/shinken/hostgroups.cfg @@ -0,0 +1,17 @@ + + + +#A little host group. Host groups are important if you want to keep managable your conf ;) +#define hostgroup{ +# hostgroup_name linux-servers ; The name of the hostgroup +# alias Linux Servers ; Long name of the group +# members localhost,dc01 ; Comma separated list of hosts that belong to this group +# realm Europe +# } + + +#define hostgroup{ +# hostgroup_name mysql-servers +# alias mysql-servers +# members databasehost1,databasehost-us +# } |