Search found 3 matches
- Wed Feb 27, 2013 12:00 pm
- Forum: Open Source Nagios Projects
- Topic: desactivate checks from host regular time
- Replies: 7
- Views: 1860
Re: desactivate checks from host regular time
Yes but apply to determinate host I apply the specific time period in the file hosts, for exemple: Hostsmylan.cfg: define host{ use "Service" host_name XXX alias XXX address XXX.XXX.XXX.XXX contact_groups XXX } or define host{ use XXX host_name XXX alias XXX address XXX.XXX.XXX.XXX contact...
- Wed Feb 27, 2013 9:13 am
- Forum: Open Source Nagios Projects
- Topic: desactivate checks from host regular time
- Replies: 7
- Views: 1860
Re: desactivate checks from host regular time
Thanks for the reply
But this example desactive all the notificacions for all the hosts. I need desactivate for 1 host only.
I'm reading the examples and investigate
Thanks
But this example desactive all the notificacions for all the hosts. I need desactivate for 1 host only.
I'm reading the examples and investigate
Thanks
- Tue Feb 26, 2013 11:47 am
- Forum: Open Source Nagios Projects
- Topic: desactivate checks from host regular time
- Replies: 7
- Views: 1860
desactivate checks from host regular time
Hello I have a host that have a BBDD backup at the 7:00 every monday. I need desactivate the notifications from this host between 7:00 7:30 every monday. I think the correct form to do this is create a time period for exemple: define timeperiod{ timeperiod_name nocheck_host alias No cpu check while ...