Search found 11 matches

by rebug
Thu May 06, 2021 10:28 am
Forum: Nagios XI
Topic: Using Nagios data to build Map of hosts and services
Replies: 3
Views: 428

Re: Using Nagios data to build Map of hosts and services

Thank you for your response.

Can I add services in this map too ?
by rebug
Wed May 05, 2021 7:52 am
Forum: Nagios XI
Topic: Using Nagios data to build Map of hosts and services
Replies: 3
Views: 428

Using Nagios data to build Map of hosts and services

Hello, I would like to know is there any way to build a map with host and services (deducing by monitored services) with Nagios XI ? I found the "network map" but there is so host displayed and there are displayed like they was all on the same network. How I can tell to Nagios XI which hos...
by rebug
Thu Apr 29, 2021 2:14 am
Forum: Nagios XI
Topic: Volatile service, notification when the check output change
Replies: 9
Views: 3009

Re: Volatile service, notification when the check output cha

ssax wrote:That should meet your needs then, just have the event handler do that right after removing the ack. Let us know when we're okay to lock this up and mark it as resolved.
You can mark as resolved
by rebug
Wed Apr 28, 2021 9:14 am
Forum: Nagios XI
Topic: Volatile service, notification when the check output change
Replies: 9
Views: 3009

Re: Volatile service, notification when the check output cha

I see.

I can use SEND_CUSTOM_SVC_NOTIFICATION to immediately send a notification.
by rebug
Mon Apr 26, 2021 2:19 am
Forum: Nagios XI
Topic: Volatile service, notification when the check output change
Replies: 9
Views: 3009

Re: Volatile service, notification when the check output cha

I don't see what do you mean by that. With is_volatile set and event handler enabled, this occur (tested). Initial check of disk: OK Another check : Critical "1 disk failed" -> event handler launch my script and log the output. Acknowledgement. Another check : Critical "1 disk failed&...
by rebug
Fri Apr 23, 2021 7:03 am
Forum: Nagios XI
Topic: Volatile service, notification when the check output change
Replies: 9
Views: 3009

Re: Volatile service, notification when the check output cha

Thank you.

I made a event handler script that check the last output with the current output and if they are different break the acknowledgement and enable notification for this service.
by rebug
Thu Apr 22, 2021 4:36 am
Forum: Nagios XI
Topic: Volatile service, notification when the check output change
Replies: 9
Views: 3009

Volatile service, notification when the check output change

Hi, I have some services that I need to be inform when the check output change on the same state (critical) I read that volatile service can be convinient for this purpose. My goal is simple: I have a check testing disk health on my hosts. When a disk fail, the state is critical mentioning which dis...
by rebug
Thu Apr 22, 2021 2:42 am
Forum: Nagios XI
Topic: Email notification not working, test mail work.
Replies: 4
Views: 370

Re: Email notification not working, test mail work.

I tested creating a new user (and activate the options "Create as monitoring contact") and the email notification is working.

But I can't figure out why the email notification is not working with a simple contact. I can't create a new user each time I add a contact.
by rebug
Thu Apr 22, 2021 2:28 am
Forum: Nagios XI
Topic: Email notification not working, test mail work.
Replies: 4
Views: 370

Re: Email notification not working, test mail work.

That's right.

The contact does not receive notification via e-mail.

Here is the screenshots:
contact_management.png
service_management.png
managecontact.png
I have sended my profile via pm.
by rebug
Wed Apr 21, 2021 10:01 am
Forum: Nagios XI
Topic: Email notification not working, test mail work.
Replies: 4
Views: 370

Email notification not working, test mail work.

Hi ;) , I have been testing email configuration on my Nagios XI server. My configuration is like that: I use a monitoring contact (not linked with an user) so, I templated it with generic-contact (which contain notify-host-by-email and notify-service-by-email). Then I Have a service where I activate...