From 9456cfffea015812acf5dcdd2d074e98ca54e720 Mon Sep 17 00:00:00 2001 From: euer Date: Sun, 23 Dec 2012 00:21:25 +0100 Subject: //Monitoring -> //god/Monitoring --- god/Monitoring/nagios/shinken/hostgroups.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 god/Monitoring/nagios/shinken/hostgroups.cfg (limited to 'god/Monitoring/nagios/shinken/hostgroups.cfg') diff --git a/god/Monitoring/nagios/shinken/hostgroups.cfg b/god/Monitoring/nagios/shinken/hostgroups.cfg new file mode 100644 index 00000000..fb8713b7 --- /dev/null +++ b/god/Monitoring/nagios/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 +# } -- cgit v1.2.3