Hi All,
After a disk full error, we brought nagios back up and notifications are not sending out emails to serrvice now.
Test emails work however through the provided email configuration page interface.
Could someone help us on the same so that the notifications from nagios to service now are flowing normally.
Thanks.
Nagios XI notifications are not sent to service now
-
- Posts: 9
- Joined: Thu Nov 14, 2019 4:30 am
Re: Nagios XI notifications are not sent to service now
Please send me a copy of your profile.zip, you can download it from Admin > System Profile by clicking the Download Profile button.
Additionally, please send the output of this command:
- NOTE: You may need to adjust the -h 127.0.0.1, the -uroot, and -pnagiosxi in the command if your DB is offloaded to another server and/or you've changed the root mysql password
Additionally, please send the output of this command:
- NOTE: You may need to adjust the -h 127.0.0.1, the -uroot, and -pnagiosxi in the command if your DB is offloaded to another server and/or you've changed the root mysql password
Code: Select all
echo "SELECT table_name AS 'Table', round(((data_length + index_length) / 1024 / 1024), 2) 'Size in MB' FROM information_schema.TABLES WHERE table_schema IN ('nagios', 'nagiosql', 'nagiosxi');" | mysql -h 127.0.0.1 -uroot -pnagiosxi --table