Search found 5 matches

by kobazik
Sat Nov 26, 2016 6:02 am
Forum: Open Source Nagios Projects
Topic: Scheduled downtime SIGSEGV
Replies: 1
Views: 637

Scheduled downtime SIGSEGV

Hi, I'm experiencing random nagios crashes. [Sat Nov 26 01:00:02 2016] HOST DOWNTIME ALERT: SRV1;STOPPED; Host has exited from a period of scheduled downtime [Sat Nov 26 01:00:02 2016] HOST DOWNTIME ALERT: SRV2;STOPPED; Host has exited from a period of scheduled downtime [Sat Nov 26 01:00:02 2016] H...
by kobazik
Fri Feb 19, 2016 6:03 am
Forum: Open Source Nagios Projects
Topic: Regex in hostgroup members
Replies: 2
Views: 1699

Regex in hostgroup members

Hi,

Does regex in nagios support all standard regex filters?

I can't get case-insenstive filter to work in below example:

define hostgroup
hostgroup_name Prod
memebers ^(?i)(prd|PRD).*
}
by kobazik
Fri Feb 19, 2016 5:46 am
Forum: Open Source Nagios Projects
Topic: Service escalations contact overwrites host contact group
Replies: 4
Views: 1161

Re: Service escalations contact overwrites host contact grou

I just changed first_notification 1 to first_notification 2 . How could I miss this one before :)
by kobazik
Tue Feb 09, 2016 12:08 pm
Forum: Open Source Nagios Projects
Topic: Service escalations contact overwrites host contact group
Replies: 4
Views: 1161

Service escalations contact overwrites host contact group

Hi, I'm trying to setup service escalations to go to Pagerduty using below configs. What actually happens is that alert notifications go to pagerduty contact only and not to Admins contact group defined for this host. define contact { contact_name pagerduty-infra alias PagerDuty Infrastructure servi...