Thank you for your response.
Can I add services in this map too ?
Search found 11 matches
- 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
- 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...
- 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
You can mark as resolvedssax 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.
- 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.
I can use SEND_CUSTOM_SVC_NOTIFICATION to immediately send a notification.
- 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&...
- 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.
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.
- 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...
- 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.
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.
- 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: I have sended my profile via pm.
The contact does not receive notification via e-mail.
Here is the screenshots: I have sended my profile via pm.
- 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...