Search found 4 matches

by nflores
Tue Apr 15, 2014 12:22 am
Forum: Open Source Nagios Projects
Topic: service linked to hostgroup fails to show in UI
Replies: 3
Views: 1680

Re: service linked to hostgroup fails to show in UI

Sure enough, errors were flying by that I was not seeing, but yet nagios was able to successfully restart. Going back and clearing up these issues correctly displayed the services being executed against my sample hosts.

Thanks!
by nflores
Sun Apr 13, 2014 2:23 am
Forum: Open Source Nagios Projects
Topic: service linked to hostgroup fails to show in UI
Replies: 3
Views: 1680

service linked to hostgroup fails to show in UI

Hi all, I have the following config: define hostgroup { hostgroup_name Linux alias All Linux Servers } define host{ use linux-server host_name host1 alias Host One hostgroups Linux address 127.0.0.1 } define service{ use generic-service ; Name of service template to use hostgroup_name Linux service_...
by nflores
Thu Jan 09, 2014 6:22 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.

Hey jsmurphy thanks for replying. What happens when I have a hundred+ services that all need to belong to the same host group? I then need to go and edit many service definitions with the hostgroup they should belong to. I'm hoping there was a better way to associate many services to many hosts usin...
by nflores
Thu Jan 09, 2014 4:30 pm
Forum: Open Source Nagios Projects
Topic: How to assign a service group to a host group.
Replies: 7
Views: 48740

How to assign a service group to a host group.

Any help with my following question would be greatly appreciated. I am trying to create a group of services that I hope to then assign to a group of hosts. I am not sure if I am going down the correct path by doing the following: Create a service template that contains a service group as well as a h...