Search found 2 matches

by scar4me
Fri Dec 18, 2015 4:43 pm
Forum: Open Source Nagios Projects
Topic: How to assign a service group to a host group.
Replies: 7
Views: 48740

Re: How to assign a service group to a host group.

Hopefully it'll same other people some time :). Only been 2weeks since I first installed, and started looking at it. Using the above method I've just managed to rip out almost all host specific service monitors from my host config files. Nothing like keeping the config simple, efficient and clutter ...
by scar4me
Thu Dec 17, 2015 12:35 pm
Forum: Open Source Nagios Projects
Topic: How to assign a service group to a host group.
Replies: 7
Views: 48740

Re: How to assign a service group to a host group.

As stated above you can't directly assign a service group to host group. BUT you can do what I've done.... define your hostgroups define your servicegroups Define your host template with hostgroup memberships. Then define your service template with that hostgroup_name listed. Then define your servic...