Search found 6 matches

by ramuvr
Mon Nov 10, 2014 8:23 pm
Forum: Open Source Nagios Projects
Topic: Automatic Notifications not working, only broadcast works
Replies: 10
Views: 5583

Re: Automatic Notifications not working, only broadcast work

Oh that was easy, selected the group and 'enabled notification' although the individual hosts themselves had notification enabled, and tested and it worked now! How strange :)

Thanks guys,
by ramuvr
Mon Nov 10, 2014 8:16 pm
Forum: Open Source Nagios Projects
Topic: Automatic Notifications not working, only broadcast works
Replies: 10
Views: 5583

Re: Automatic Notifications not working, only broadcast work

Bugger me ! That file, objects.cache does not have the details of the Linux hosts that I am monitoring ! What next? Hows this file being populated?
by ramuvr
Mon Nov 10, 2014 7:21 pm
Forum: Open Source Nagios Projects
Topic: Automatic Notifications not working, only broadcast works
Replies: 10
Views: 5583

Re: Automatic Notifications not working, only broadcast work

######################################## # NAGIOS OBJECT CACHE FILE # # THIS FILE IS AUTOMATICALLY GENERATED # BY NAGIOS. DO NOT MODIFY THIS FILE! # # Created: Mon Nov 10 21:42:11 2014 ######################################## define timeperiod { timeperiod_name 24x7 alias 24 Hours A Day, 7 Days A We...
by ramuvr
Mon Nov 10, 2014 6:13 pm
Forum: Open Source Nagios Projects
Topic: Automatic Notifications not working, only broadcast works
Replies: 10
Views: 5583

Re: Automatic Notifications not working, only broadcast work

From templates.cfg, these are the ones used: # Generic host definition template - This is NOT a real host, just a template! define host{ name generic-host ; The name of this host template notifications_enabled 1 ; Host notifications are enabled event_handler_enabled 1 ; Host event handler is enabled...
by ramuvr
Mon Nov 10, 2014 6:00 pm
Forum: Open Source Nagios Projects
Topic: Automatic Notifications not working, only broadcast works
Replies: 10
Views: 5583

Re: Automatic Notifications not working, only broadcast work

Looks like config, its only happening on linux (localhost.cfg) files. I added all Windows Severs to Windows.cfg and the automatic emails and custom ones go fine. But when I send a custom one for linux it fails to get to the mail (nothing in the mail logs) Localhost.cfg : define host{ use linux-serve...
by ramuvr
Sat Nov 08, 2014 7:23 pm
Forum: Open Source Nagios Projects
Topic: Automatic Notifications not working, only broadcast works
Replies: 10
Views: 5583

Automatic Notifications not working, only broadcast works

Hi, I have setup the latest version of Nagios Core on Ubuntu 14.04 and postfix for notifications. My Nagios is working fine, but the notifications are not being sent automatically. It is shown as enabled but does not sent (not time related). If I try and send a manual notification, I can send email ...