Monitoring scheduling

Davide Blasi davide.blasi at infracom.it
Mon Oct 25 10:20:08 CEST 2010



Hi François,

>Is there a way to scheduling a control ?
Yes, you have to configure properly the timeperiod property


>I.e : I've a server there is down from 00:00 to 02:00 (for backup operation) but during this time interval I would not receive alarms... Because this is  "normal" down service...
You can define a timeperiod called for example "backup-outage" like this :

define timeperiod{
        timeperiod_name backup-outage
        alias           Skip backup time period
        sunday          02:00-24:00
        monday          02:00-24:00
        tuesday         02:00-24:00
        wednesday       02:00-24:00
        thursday        02:00-24:00
        friday          02:00-24:00
        saturday        02:00-24:00
        }

and you can use it in your check_service in check_period property if you not want to run the check while backup is running
 or in your contact in service_notification_period property if you not want just to be notified for events

Dave

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list