Hi List,<br><br>Is there a way to solve my problem with the following servicedependency config:<br><a href="http://forums.meulie.net/viewtopic.php?f=59&t=4606" target="_blank">http://forums.meulie.net/viewtopic.php?f=59&t=4606</a><br>
<br><br>---<br>
I'm using Nagios 3.0.6 with nrpe.<br>I'm about to setup NRPE service dependencies and would like to know the best way to do this.<br><br>for
a test i have configured the below and it works great, and i
could "just" make these servicedependencies for every host.<br># NRPE dependencies<br>define servicedependency{<br>       host_name                  host1<br>#     hostgroup_name                  hostgroup1<br>

       service_description             NRPE<br>       dependent_host_name             host1<br>#      dependent_host_name             $HOSTNAME$<br>
dependent_service_description Current Users,Free Space,HW
info,Health,High CPU Load,Log file,NFS client stats,NTP stratum,Pdflush
Processes,RAID,Swap Space,Temps,Zombie Processes<br>       execution_failure_criteria      w,u,c,p<br>       notification_failure_criteria   w,u,c,p<br>       }<br><br>My only problem is that we have ---A LOT--- of hosts so this is not an option <img alt=":-)" title="Smile"><br>

I
am aware of the -u option to check_nrpe but a combination of only
running some checks once every day and automated powermanagement makes
this no option either.<br>It would be nice if i somehow could get the functionality of the commented lines:<br>#     hostgroup_name                  hostgroup1<br>#      dependent_host_name             $HOSTNAME$<br>so for each host in hostgroup1 all the "dependent_service_<div id=":do" class="ii gt">
descriptions" services are dependent on NRPE in this specific host.<br>
so
if "hostgroup1" contains host1 and host2, "Current Users" on host1 will
be dependent on NRPE on host1 but not dependent on NRPE on host2...<br><br>Is there a way to do this or do i need to make a hack and/or put an entry in the wishlist ?<br>---<br><br><br>Thanks in advance<br><font color="#888888">~Maymann</font></div>