Notification information not showing in Notifications Report

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rhonorio
Posts: 56
Joined: Thu Feb 23, 2017 12:38 pm

Notification information not showing in Notifications Report

Post by rhonorio »

Hello,

I've configured my Nagios XI system to send emails when an alert is triggered.
The real information of the alert is being sent in the "Information" field (see picture number 1).
But when I check Notifications Report, I can see the same alert but the "Information" field is empty (see picture number 2).

How can I make the report include that information?
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Notification information not showing in Notifications Re

Post by lmiltchev »

Can you show us the service definition for this check?

This field should be showing the plugin's output, but since this is a SNMP trap (passive check), it's possible that you are resetting (clearing) the output via freshness options + check_dummy. Do you have a notification delay on this service?

Lastly, just to rule this out, can you check the mysqld.log (or mariadb.log) for errors/crashed tables?

Code: Select all

tail /var/log/mysqld.log
or

Code: Select all

tail /var/log/mariadb/mariadb.log
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked