Search found 7 matches

by dopey
Tue Feb 16, 2016 8:41 pm
Forum: Open Source Nagios Projects
Topic: Freshness check never fired due to non-incrementing attempts
Replies: 13
Views: 4700

Re: Freshness check never fired due to non-incrementing atte

No, unfortunately. I bumped the freshness threshold to 300 and the attempts still get stuck at 1/X in HARD state.
by dopey
Fri Feb 12, 2016 9:51 pm
Forum: Open Source Nagios Projects
Topic: Freshness check never fired due to non-incrementing attempts
Replies: 13
Views: 4700

Re: Freshness check never fired due to non-incrementing atte

I will try setting to 5 mins over the weekend. Heres hoping for some servers going down ;)
by dopey
Tue Feb 02, 2016 6:30 pm
Forum: Open Source Nagios Projects
Topic: Freshness check never fired due to non-incrementing attempts
Replies: 13
Views: 4700

Re: Freshness check never fired due to non-incrementing atte

Unluckily for me (but luckily for this thread), I just had another server go down and nagios exhibited the same exact behavior. All the passive service checks were stuck at 1/X while all the active checks had already fired. I went in to the passive alerts and verified that they were in fact in 'HARD...
by dopey
Mon Feb 01, 2016 9:01 pm
Forum: Open Source Nagios Projects
Topic: Freshness check never fired due to non-incrementing attempts
Replies: 13
Views: 4700

Re: Freshness check never fired due to non-incrementing atte

I'd be lying if I said I remembered that. I can, however, attempt to test this out on a box tomorrow and see if I can reproduce the behavior.
by dopey
Fri Jan 29, 2016 7:37 pm
Forum: Open Source Nagios Projects
Topic: Freshness check never fired due to non-incrementing attempts
Replies: 13
Views: 4700

Re: Freshness check never fired due to non-incrementing atte

Nagios.cfg file ############################################################################## # # NAGIOS.CFG - Sample Main Config File for Nagios # # ############################################################################## # LOG FILE # This is the main log file where service and host events a...
by dopey
Thu Jan 28, 2016 5:32 pm
Forum: Open Source Nagios Projects
Topic: Freshness check never fired due to non-incrementing attempts
Replies: 13
Views: 4700

Re: Freshness check never fired due to non-incrementing atte

Here is a selection of what I see from the nagios log: ... [1453916307] Warning: Return code of 123 for check of host 'my-host' was out of bounds. [1453916327] Warning: The results of service 'Disk Space' on host 'my-host' are stale by 0d 0h 1m 0s (threshold=0d 0h 2m 0s). I'm forcing an immediate ch...
by dopey
Wed Jan 27, 2016 7:37 pm
Forum: Open Source Nagios Projects
Topic: Freshness check never fired due to non-incrementing attempts
Replies: 13
Views: 4700

Freshness check never fired due to non-incrementing attempts

I am using Nagios core v3.5.1 on Ubuntu 14.04.2. This morning one of my hosts that is being monitored by nagios went down. The host has >60 passive checks set up that look similar to this (from nagios services.cfg file built by puppet): define service { ## --PUPPET_NAME-- (called '_naginator_name' i...