Search found 11 matches
- Thu Jul 11, 2019 12:52 pm
- Forum: Nagios XI
- Topic: Install Error - Non-Standard RHEL server
- Replies: 3
- Views: 430
Re: Install Error - Non-Standard RHEL server
Try commenting out this line: make test in the /tmp/nagiosxi/subcomponents/extraplugins/install script, so that it would look like this: # make test Save, exit and rerun the install script. Did it complete successfully now? No! But it is a new error...;) Looks like the PERL directory where it is at...
- Thu Jul 11, 2019 9:38 am
- Forum: Nagios XI
- Topic: Install Error - Non-Standard RHEL server
- Replies: 3
- Views: 430
Install Error - Non-Standard RHEL server
Howdy folks. Let me start with the all the warnings about my manual NAGIOS XI install. Version: 5.5.9 (will be upgrading once we get our current server migrated to this new VM) This particular VM is being located within an organization that only provides a single RHEL install option. It is not a min...
- Thu Mar 07, 2019 12:38 pm
- Forum: Nagios XI
- Topic: Send scheduled report only if there are entries.
- Replies: 3
- Views: 430
Re: Send scheduled report only if there are entries.
One possibility is to use host or service escalations to direct warning notifications to one group of contacts and critical notifications to another. Yep, already doing that on the services themselves. I'll just modify the one I have that stores criticals in a table to do the same with warnings and...
- Wed Mar 06, 2019 5:15 pm
- Forum: Nagios XI
- Topic: Send scheduled report only if there are entries.
- Replies: 3
- Views: 430
Send scheduled report only if there are entries.
Hello, folks. I want to lighten the email load of my alert recipients for WARNINGS. In my environment, WARNINGs are "This should be looked at" not "WAKE THE PRESIDENT!" events. Generally, WARNINGS can wait a bit to get resolved while the CRTICALs are paged immediately. My questio...
- Tue Dec 18, 2018 11:03 am
- Forum: Nagios XI
- Topic: Service notification command executed before macros updated?
- Replies: 4
- Views: 600
Re: Service notification command executed before macros upda
Absolutely. Thanks.
- Fri Dec 14, 2018 5:41 pm
- Forum: Nagios XI
- Topic: Service notification command executed before macros updated?
- Replies: 4
- Views: 600
Re: Service notification command executed before macros upda
Nevermind.
I found a macro that will work....$NOTIFICATIONTYPE$ will give me a sufficient value on downtime start/stop/cancel.
Thanks!
I found a macro that will work....$NOTIFICATIONTYPE$ will give me a sufficient value on downtime start/stop/cancel.
Thanks!
- Fri Dec 14, 2018 4:52 pm
- Forum: Nagios XI
- Topic: Service notification command executed before macros updated?
- Replies: 4
- Views: 600
Service notification command executed before macros updated?
I have a service notification command for a contact that passes $SERVICEDOWNTIME$ to my script. $SERVICEDOWNTIME$ is supposed to be A number indicating the current "downtime depth" for the service. If this service is currently in a period of scheduled downtime, the value will be greater th...
- Thu Oct 25, 2018 12:58 pm
- Forum: Nagios XI
- Topic: check_cluster using Service Groups or another solution?
- Replies: 6
- Views: 200
Re: check_cluster using Service Groups or another solution?
I was afraid of that.
Thanks for the response.
Thanks for the response.
- Wed Oct 24, 2018 4:36 pm
- Forum: Nagios XI
- Topic: check_cluster using Service Groups or another solution?
- Replies: 6
- Views: 200
Re: check_cluster using Service Groups or another solution?
Also, is there any updates to internal feature request (TASK ID 5131) related forum post?
This would also be very helpful to me.
This would also be very helpful to me.
- Wed Oct 17, 2018 9:04 am
- Forum: Nagios XI
- Topic: check_cluster using Service Groups or another solution?
- Replies: 6
- Views: 200
Re: check_cluster using Service Groups or another solution?
An update in case anyone is ever looking for something similar....turns out BPI was what I was looking for. That name never really leapt out at me as a function to alert/notify. It sounded more like a static upper management reporting tool. With your Service Groups created, you can go to the BPI das...