Search found 5 matches

by neils123
Mon Aug 05, 2013 2:15 pm
Forum: Open Source Nagios Projects
Topic: Grouping Alert Notifications
Replies: 12
Views: 10891

Re: Grouping Alert Notifications

Thank you scottwilkerson. The package you attached installed exactly like it was supposed to, and now I can at least get to the web UI through my browser. It says I have errors in my config file, and I can see that it's simply because it's a default config file and I don't have any hosts set up name...
by neils123
Mon Aug 05, 2013 10:38 am
Forum: Open Source Nagios Projects
Topic: Grouping Alert Notifications
Replies: 12
Views: 10891

Re: Grouping Alert Notifications

Wow, thank you for that! So glad you posted that before I got a chance to start hacking things up with XI source. I will try again with this new package hopefully this afternoon.
by neils123
Fri Aug 02, 2013 2:54 pm
Forum: Open Source Nagios Projects
Topic: Grouping Alert Notifications
Replies: 12
Views: 10891

Re: Grouping Alert Notifications

I too find it odd. I've downloaded that source package, and I will see if I can get it to work on Monday.
by neils123
Fri Aug 02, 2013 12:40 pm
Forum: Open Source Nagios Projects
Topic: Grouping Alert Notifications
Replies: 12
Views: 10891

Re: Grouping Alert Notifications

Hi. Thank you for your reply! I tried commenting out pre_init() as you suggested, and it just fails at the next function call. Here's the code: //XI Specific stuff // require_once(dirname(__FILE__).'/../../common.inc.php'); // initialization stuff // pre_init(); if(CLI==false) { // start session ini...
by neils123
Thu Aug 01, 2013 2:25 pm
Forum: Open Source Nagios Projects
Topic: Grouping Alert Notifications
Replies: 12
Views: 10891

Re: Grouping Alert Notifications

Hey folks, I have a related question. I'm looking for not just aggregation of alerts, but intelligent composite alerts for reporting purposes (the overall system is red if all 3 alerts are red, but if only 1, then the overall condition is only yellow - that sort of thing). I found BPI on Nagios Exch...