That did the trick, thank you very much!<br><br>It's all about the "!" (exclude) thing, use_true_regexp_matching is not necessary.<br><br>David<br><br><div class="gmail_quote">On Thu, Feb 26, 2009 at 7:31 PM, Marc Powell <span dir="ltr"><<a href="mailto:marc@ena.com">marc@ena.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
On Feb 26, 2009, at 12:17 PM, David Fontaine wrote:<br>
<br>
> Now, the question is : how do I apply the notification period to the<br>
> service, but for only that one host ?<br>
><br>
> Maybe I have to create a service for each host, so that I can<br>
> specify different time periods for each service. There must be a way<br>
> but I can't figure it out. I tried to define the same service on the<br>
> host I would like not to receive notifications for, but Nagios<br>
> complains about duplicates.<br>
<br>
</div>Untested but I would try defining the specific service with the<br>
special time_period as you do above when nagios complained about<br>
duplicates and at the same time, change your more general definition<br>
to exclude that host. You must have use_true_regexp_matching enabled I<br>
believe.<br>
<div class="Ih2E3d"><br>
define service{<br>
         use                     generic-service<br>
         hostgroup_name          linux-servers<br>
</div>        host_name                       !myspecialhost<br>
<div class="Ih2E3d">         service_description     Time<br>
         check_command           check_time!public<br>
         }<br>
<br>
</div>--<br>
Marc<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
-Strategies to boost innovation and cut costs with open source participation<br>
-Receive a $600 discount off the registration fee with the source code: SFAD<br>
<a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br>