Search found 11 matches
- Wed May 27, 2015 8:42 am
- Forum: Open Source Nagios Projects
- Topic: Nagios intermittently nulls all services
- Replies: 6
- Views: 2565
Re: Nagios intermittently nulls all services
Hi guys, Thanks for your suggestions. I will be implementing both, the check_dns and debug logging, to try and find out what exactly is going on. The only "downside" right now is that it may be a while before I actually get to use my new toys. I guess now all I really need to do is wait......
- Tue May 26, 2015 2:26 am
- Forum: Open Source Nagios Projects
- Topic: Nagios intermittently nulls all services
- Replies: 6
- Views: 2565
Re: Nagios intermittently nulls all services
Hi Box293, Thanks for your response. All our hosts use DNS names for their address directive. If it is a DNS issue that keeps popping up, it would make sense since we use Digital Ocean quite a bit and occasionally they do give us a bit of grief relating to this. But on second thought, this would the...
- Mon May 25, 2015 7:48 am
- Forum: Open Source Nagios Projects
- Topic: Nagios intermittently nulls all services
- Replies: 6
- Views: 2565
Nagios intermittently nulls all services
Hi, We're using nagios core 3.5.1 and every once in a while, we will experience a terrible bit of confusion. All of our services for each of our hosts will return "(null)" without any rhyme or reason. Also the occasional "No address associated with hostname" will sometimes appear...
- Fri May 08, 2015 1:59 am
- Forum: Open Source Nagios Projects
- Topic: Time period inheritance
- Replies: 8
- Views: 3526
Re: Time period inheritance
You may indeed sir.
- Thu May 07, 2015 3:16 am
- Forum: Open Source Nagios Projects
- Topic: Time period inheritance
- Replies: 8
- Views: 3526
Re: Time period inheritance
Hi jdalrymple,
Thats exactly what i ended up doing. I found this http://old.nagios.org/developerinfo/ext ... and_id=119 and tweaked it a bit to my liking. It's only been a few days but so far so good.
Thats exactly what i ended up doing. I found this http://old.nagios.org/developerinfo/ext ... and_id=119 and tweaked it a bit to my liking. It's only been a few days but so far so good.
- Wed May 06, 2015 2:00 am
- Forum: Open Source Nagios Projects
- Topic: Time period inheritance
- Replies: 8
- Views: 3526
Re: Time period inheritance
Hi, I intended using these as notification periods on services. define service{ name my_service_template use generic-service retain_nonstatus_information 1 contact_groups my_contacts notification_period 24x7_no_reboot register 0 } All services then use this template. define service { hostgroup_name ...
- Tue May 05, 2015 4:07 am
- Forum: Open Source Nagios Projects
- Topic: Time period inheritance
- Replies: 8
- Views: 3526
Re: Time period inheritance
Thanks for the advice. Upon looking at things again, it seems the timeperiod requires a name field in order for this to work (Cant confirm as i have not tested this). Thing is, i wanted to use nagios defaults and not have to define my own, especially when its only got one line different to nagios' o...
- Mon May 04, 2015 9:14 am
- Forum: Open Source Nagios Projects
- Topic: Time period inheritance
- Replies: 8
- Views: 3526
Time period inheritance
Im wondering if its possible to use timeperiod inheritance in nagios core 3.5.1. Essentially all i want to do is exclude about 5-10 minutes from the 24x7 timeperiod that nagios defines. # cat /etc/nagios3/conf.d/timeperiods_nagios2.cfg ################################################################...
- Wed Mar 11, 2015 3:57 am
- Forum: Open Source Nagios Projects
- Topic: Suppress all host notifications
- Replies: 8
- Views: 4376
Re: Suppress all host notifications
Thanks for your advice thus far @jdalrymple Just out of curiosity, would using service dependencies not be a better solution? Reading up on them, I think I may have found a kind of hack to achieve what I need. --> Set all services stemming from the test-servers host group to be dependent on a servic...
- Fri Mar 06, 2015 2:23 am
- Forum: Open Source Nagios Projects
- Topic: Suppress all host notifications
- Replies: 8
- Views: 4376
Re: Suppress all host notifications
Sorry I failed to mention that this test server is set up in the exact same way as many other servers. My services config looks something like this for all my services define service { hostgroup_name real-servers,test-servers service_description Current Load check_command check_nrpe_1arg!check_load_...