Search found 13 matches

by IT-Biscuit
Mon Feb 17, 2020 12:35 pm
Forum: Open Source Nagios Projects
Topic: Nagios sending notifications to Slack outside of workhours
Replies: 10
Views: 4310

Re: Nagios sending notifications to Slack outside of workhou

I figured out what it was >_> ... the Server's timezone was misconfigured so it was sending notifications at the right hours, but the wrong timezone.
by IT-Biscuit
Thu Feb 06, 2020 5:56 pm
Forum: Open Source Nagios Projects
Topic: Nagios sending notifications to Slack outside of workhours
Replies: 10
Views: 4310

Re: Nagios sending notifications to Slack outside of workhou

Doing a quick test on the debugging - incase I'm missing something. The debugging didn't seem to capture any of the notifications I sent out regardless if they were successful or unsuccessful... I cleared the debug log and tried again but just have an empty debug log currently. This is what I had be...
by IT-Biscuit
Thu Feb 06, 2020 5:32 pm
Forum: Open Source Nagios Projects
Topic: Nagios sending notifications to Slack outside of workhours
Replies: 10
Views: 4310

Re: Nagios sending notifications to Slack outside of workhou

Processes seem okay: ~$ ps -ef | grep nagios.cfg | grep -v grep nagios 14145 1 0 Jan27 ? 00:09:54 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 14151 14145 0 Jan27 ? 00:01:01 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg So here is something odd, I haven'...
by IT-Biscuit
Fri Jan 31, 2020 1:23 pm
Forum: Open Source Nagios Projects
Topic: Nagios sending notifications to Slack outside of workhours
Replies: 10
Views: 4310

Re: Nagios sending notifications to Slack outside of workhou

Hi.

The time periods seem to be correct but still getting alerts well outside of work hours.

I added the objects.cache file as an attachment to the post. It's too large to post the code in one post.

Note that I also edited to remove some confidential information.
by IT-Biscuit
Wed Jan 29, 2020 3:46 pm
Forum: Open Source Nagios Projects
Topic: Nagios sending notifications to Slack outside of workhours
Replies: 10
Views: 4310

Nagios sending notifications to Slack outside of workhours

Hello. I am receiving slack notifications outside of workhours when I have intentionally set nagios only to send notifications during work hours. I have configured my contact notification period to alert during 'workhours' which is configured as such: # 'workhours' timeperiod definition define timep...
by IT-Biscuit
Sat Dec 21, 2019 12:34 am
Forum: Open Source Nagios Projects
Topic: Nagios not sending out alert notifications.
Replies: 5
Views: 6600

Re: Nagios not sending out alert notifications.

This is really odd. The reason is somehow all this stuff worked beforehand and I doubt the previous admin went and removed the contact for each service as that would have been extremely time consuming for all the sites and services we monitor. Just wondering is there any way that the contacts could ...
by IT-Biscuit
Fri Dec 20, 2019 3:20 pm
Forum: Open Source Nagios Projects
Topic: Nagios not sending out alert notifications.
Replies: 5
Views: 6600

Re: Nagios not sending out alert notifications.

It seems none of the services have a contact defined. I'm also a bit confused on the defined services because the seem to be very scattered. I have several services defined in the hostgroups folder but none seem to define any contacts. I also see some services defined where the hosts themselves are ...
by IT-Biscuit
Fri Dec 20, 2019 2:35 pm
Forum: Open Source Nagios Projects
Topic: Nagios not sending out alert notifications.
Replies: 5
Views: 6600

Nagios not sending out alert notifications.

I'm attempting to debug an issue of which Nagios is not seeing contacts to send alerts out to. We have Nagios configured to send alerts to a contact named 'Slack' which is an instant messenger / IM program which notifies the team immediately in the event of a failure. What is odd about this is, prio...
by IT-Biscuit
Tue Dec 17, 2019 5:33 pm
Forum: Open Source Nagios Projects
Topic: Question regarding hosts & hostgroups
Replies: 1
Views: 661

Question regarding hosts & hostgroups

Hi. Please pardon this newbie question as I am kind of weeding my way through a preconfigured Nagios setup configured by an admin that left the company. I 'think' I get the basics but not entirely sure. From what I gather, nagios can be configured to look 'anywhere' for a host configuration file whi...