Search found 5 matches
- Wed Sep 02, 2015 3:11 am
- Forum: Open Source Nagios Projects
- Topic: Scheduled Downtime is still sending notifications
- Replies: 9
- Views: 3473
Re: Scheduled Downtime is still sending notifications
Hello, This is the other one: # cat remote/service-remote.cfg define service { name remote active_checks_enabled 1 passive_checks_enabled 1 check_period 24x7 check_freshness 0 _nagios_url https://nagios.myserver.net/nagios/cgi-bin/extinfo.cgi?type=2& freshness_threshold 900 register 0 } The prob...
- Tue Sep 01, 2015 4:24 am
- Forum: Open Source Nagios Projects
- Topic: Scheduled Downtime is still sending notifications
- Replies: 9
- Views: 3473
Re: Scheduled Downtime is still sending notifications
Yep,
That's the problem. We are getting emails when the service is in scheduled downtime, but we are just getting alerts for one of the service of the monitor (not all the services)!
That's the problem. We are getting emails when the service is in scheduled downtime, but we are just getting alerts for one of the service of the monitor (not all the services)!
- Fri Aug 28, 2015 3:26 am
- Forum: Open Source Nagios Projects
- Topic: Scheduled Downtime is still sending notifications
- Replies: 9
- Views: 3473
Re: Scheduled Downtime is still sending notifications
define service { service_description windows_services display_name Windows Services check_command check_nrpe!check_services use generic-service hostgroup_name windows _criticality medium } I use this template for all the nagios that I have, but just its failing in one of them. # generic service tem...
- Wed Aug 26, 2015 10:39 am
- Forum: Open Source Nagios Projects
- Topic: Scheduled Downtime is still sending notifications
- Replies: 9
- Views: 3473
Re: Scheduled Downtime is still sending notifications
Thanks for your reply, This is the output # /usr/bin/nagios -v /etc/nagios/nagios.cfg Nagios Core 4.0.8 Copyright (c) 2009-present Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Last Modified: 08-12-2014 License: GPL Website: http://www.nagios.org Readi...
- Tue Aug 25, 2015 9:24 am
- Forum: Open Source Nagios Projects
- Topic: Scheduled Downtime is still sending notifications
- Replies: 9
- Views: 3473
Scheduled Downtime is still sending notifications
Hello nagios geeks! I've recently upgraded one nagios box from 3.8 to 4.0.8 Yesterday and today we had patching interventions so I scheduled downtime all the services and the host, however, I was alerted just for one service when the service was down! This happened too yesterday. Its quite odd. Any ...