<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Re: [Nagios-users] Daily notification</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>It seems to me a much simpler solution is to have a very simple shell or perl script call check_nagios the page you with the results. Stick that in cro to run at 5 16 * * * and you're all set.<BR>
<BR>
<BR>
--<BR>
Marc<BR>
<BR>
Sent from a very tiny wireless device with a very tiny unlit keyboard.<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Tom DE BLENDE <tdeblend@gcc.dhl.com><BR>
To: Fredrik Wänglund <Fredrik.Wanglund@datavis.se><BR>
CC: nagios-users <nagios-users@lists.sourceforge.net><BR>
Sent: Thu Feb 13 03:54:42 2003<BR>
Subject: Re: [Nagios-users] Daily notification<BR>
<BR>
Now why didn't I think of that?<BR>
<BR>
One thing though: it should only run once per day, and at 16:05 sharp.<BR>
How would you go about that?<BR>
<BR>
define service{<BR>
        normal_check_interval   1440<BR>
        retry_check_interval    1440<BR>
}<BR>
<BR>
and timeperiod<BR>
<BR>
define timeperiod{<BR>
        timeperiod_name         beepertest<BR>
        alias                   Beeper Test<BR>
        sunday                  16:00-16:01<BR>
        monday                  16:00-16:01<BR>
        tuesday                 16:00-16:01<BR>
        wednesday               16:00-16:01<BR>
        thursday                16:00-16:01<BR>
        friday                  16:00-16:01<BR>
        saturday                16:00-16:01<BR>
        }<BR>
<BR>
Will this work?<BR>
<BR>
<BR>
Fredrik Wänglund wrote:<BR>
><BR>
> Why not set up a service in Nagios an have it call the 'beeper-function'?<BR>
><BR>
> /FredrikW<BR>
><BR>
> -----Original Message-----<BR>
> From:   Tom DE BLENDE [<A HREF="mailto:tdeblend@gcc.dhl.com">mailto:tdeblend@gcc.dhl.com</A>]<BR>
> Sent:   Thu 13-Feb-03 09:16<BR>
> To:     nagios-users<BR>
> Cc:<BR>
> Subject:        [Nagios-users] Daily notification<BR>
> Hi all,<BR>
><BR>
> We want Nagios to send a page to the beeper every day at 4 PM to see<BR>
> it's still alive and the beeps are working. Is there any way to<BR>
> achieve this by using the external command file? I couldn't see it in<BR>
> the list of commands, but maybe it's an undocumented feature<BR>
> (Copyright Microsoft Inc.).<BR>
><BR>
> An alternative would be to write a small script that pipes a<BR>
> "PROCESS_SERVICE_CHECK_RESULT" to the external command file for a<BR>
> dummy service to make it go into warning/critical. A mail can then be<BR>
> sent out. Afterwards that same script should pipe another<BR>
> "PROCESS_SERVICE_CHECK_RESULT" to the external command file to return<BR>
> the service state back to OK.<BR>
><BR>
> Pretty lame, but it's the best thing I could come up with. Anyone got<BR>
> a better idea?<BR>
><BR>
> It would be nice to be able to send out alerts when a service is in an<BR>
> OK state (not recovered, just OK)... Then I could just use check_dummy<BR>
> and have the service checked once per day.<BR>
><BR>
> Any suggestions?<BR>
><BR>
> Many thanks in advance,<BR>
> Tom<BR>
><BR>
> -------------------------------------------------------<BR>
> This sf.net email is sponsored by:ThinkGeek<BR>
> Welcome to geek heaven.<BR>
> <A HREF="http://thinkgeek.com/sf">http://thinkgeek.com/sf</A><BR>
> _______________________________________________<BR>
> Nagios-users mailing list<BR>
> Nagios-users@lists.sourceforge.net<BR>
> <A HREF="https://lists.sourceforge.net/lists/listinfo/nagios-users">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>
<BR>
<BR>
-------------------------------------------------------<BR>
This sf.net email is sponsored by:ThinkGeek<BR>
Welcome to geek heaven.<BR>
<A HREF="http://thinkgeek.com/sf">http://thinkgeek.com/sf</A><BR>
_______________________________________________<BR>
Nagios-users mailing list<BR>
Nagios-users@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/nagios-users">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>
</FONT>
</P>

</BODY>
</HTML>