Home » Categories » Products » Nagios XI » Documentation » Notifications

Nagios XI - Email Notifications With Color

Overview

The notification messages sent out from Nagios XI can be formatted with Cascading Style Sheets (CSS) to produce emails that contain color.

The css allows the colour to be different depending on the state (UP / DOWN / UNREACHABLE / OK / WARNING / CRITICAL / UNKNOWN).

It is not possible for the SUBJECT of the email to have color.

 

 

Update Notification Messages

This change needs to be performed for each user.

When logged into Nagios XI, at the top right corner click the username (like nagiosadmin).

You are taken to the user account preferences.

Under Notification Options click Notification Messages

Here you need to update your HOST and SERVICE messages. The following examples add the CSS code to the messages.

 

Host Alert Message

<html>
  <head>
    <style>.OK {color:green;}.WARNING {color:yellow;}.UNKNOWN {color:orange}.CRITICAL {color:red}</style>
  </head>
  <body>
<h2 class='%hoststate%'>***** Nagios XI Alert *****</h2>

%alertsummary%

Notification Type: %type%
Host: %host%
State: <strong class='%hoststate%'>%hoststate%</strong>
Address: %hostaddress%
Hostgroup: %hostgroupnames%
Info: %hostoutput%
Date/Time: %datetime%
Host Notes: <font color="green">%hostnotes%</font>
Host Duration: %hostduration%

Respond: <href a="%responseurl%">%responseurl%</a>
Nagios URL: %xiserverurl%
</body>
</html>

 

Service Alert Message

<html>
  <head>
    <style>.OK {color:green;}.WARNING {color:yellow;}.UNKNOWN {color:orange}.CRITICAL {color:red}</style>
  </head>
  <body>
<h3 class='%servicestate%'>***** Nagios XI Alert *****</h3>

%alertsummary%

Notification Type: %type%
Service Name: %service%
Service Displayname: %servicedisplayname%
Service Group: %servicegroupnames%
State: <strong class='%servicestate%'>%servicestate%</strong>
Host Name: %host%
Hostalias: %hostalias%
Address: %hostaddress%
Hostgroup: %hostgroupnames%

Info:
%serviceoutput%
%longserviceoutput%
Date/Time: %datetime%
Service Notes: <font color="green">%servicenotes%</font>

Respond: %responseurl%
Nagios URL: %xiserverurl%

</body>
</html>

 

Once you've made the required changes click the Update Settings button at the bottom of the screen.

 

As mentioned earlier, this change needs to be performed for each user. If you have the Enterprise Edition license you can use the Notification Management component to apply these message templates to your users (Admin > Users > Notification Management).

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/



-

Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

1 (1)
Article Rating (1 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - Missing localhost Alerts
Viewed 6358 times since Sun, Nov 5, 2017
PHPMailer - Troubleshooting Using Debug Logging
Viewed 35441 times since Tue, Aug 14, 2018
Nagios XI - Multi-Tech iSMS Integration
Viewed 5192 times since Thu, Jan 28, 2016
Nagios XI - Understanding Email Sending
Viewed 10427 times since Tue, May 2, 2017
Nagios XI - Using Different Notification Methods
Viewed 5097 times since Wed, Jul 19, 2017
Nagios XI - Inbound Email Commands
Viewed 4494 times since Mon, Apr 29, 2019
Nagios XI - Setup Nagios XI to Send SMS Alerts
Viewed 9059 times since Thu, Jan 28, 2016
Nagios XI - Understanding Notification Variables
Viewed 7965 times since Thu, Jan 28, 2016
Nagios XI - Understanding Notification Escalations
Viewed 5459 times since Thu, Jan 28, 2016
Nagios XI - Sending SNMP Traps
Viewed 7139 times since Thu, Jan 28, 2016

SB