nagiosxi 5.6.6
created users with monitoring contact checked, notification preferences shows notifications enabled.
created contact group, added users, group is active
host has notifications enabled, contact group, and a user contact assigned. user receives email but contact group does not.
Can you help me troubleshoot?
contact group not receiving email
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: contact group not receiving email
Hello @dslaughter,
Are the contacts in this contact group receiving notifications from other hosts an services? I'd like to review your configurations. Please send over your system profile along with the following information. Thanks.
1. Name of Contact Group
2. Name of Host
To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Save the profile.zip file and share in a private message and then reply to this post to bring it up in the queue.
Are the contacts in this contact group receiving notifications from other hosts an services? I'd like to review your configurations. Please send over your system profile along with the following information. Thanks.
1. Name of Contact Group
2. Name of Host
To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Save the profile.zip file and share in a private message and then reply to this post to bring it up in the queue.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
dslaughter
- Posts: 140
- Joined: Wed Feb 20, 2019 3:46 pm
Re: contact group not receiving email
I've sent the private message. Let me know if you need anything else.
Thanks!
Thanks!
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: contact group not receiving email
Hello,
Looking over the configurations files. The hostgroup as been added to the host ( see below).
However, you most likely want to add the hostgroup to the services associated with this device. Currently, those services just have the nagiosamin user as a contact and as a result are only notifying this account.
Looking over the configurations files. The hostgroup as been added to the host ( see below).
Code: Select all
define host {
host_name z2-ld8-c1-jb4-1
use xiwizard_linuxsnmp_host
address <ip address>
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
contacts nagiosadmin
contact_groups admins,Billing
notification_interval 15
notification_period xi_timeperiod_24x7
first_notification_delay 0
notifications_enabled 1
icon_image snmppenguin.png
statusmap_image snmppenguin.png
_xiwizard linux_snmp
register 1
}
Code: Select all
define service {
host_name z2-ld8-c1-jb4-1
service_description / Disk Usage
use xiwizard_linuxsnmp_mem
check_command check_xi_service_snmp_linux_storage! -C ZenOSS4Me --v2c -m "^/$" -w 80 -c 95 -f
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts nagiosadmin
_xiwizard linux_snmp
register 1
}
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
dslaughter
- Posts: 140
- Joined: Wed Feb 20, 2019 3:46 pm
Re: contact group not receiving email
Is there a way to do this without having to access every service under every host? I know there are other services on other hosts that will need this too.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: contact group not receiving email
Hello,
If you have the enterprise edition you can use the Bulk Modifications Tool to add Contact Groups to existing hosts or services. In the UI, go to Configure > Tools > Bulk Modifications Tool>Add Contact Group .
If you have the enterprise edition you can use the Bulk Modifications Tool to add Contact Groups to existing hosts or services. In the UI, go to Configure > Tools > Bulk Modifications Tool>Add Contact Group .
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
dslaughter
- Posts: 140
- Joined: Wed Feb 20, 2019 3:46 pm
Re: contact group not receiving email
I got enterprise and found the bulk modification tool. Worked perfectly. Thanks!
Lock it.
Lock it.