THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
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!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

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 - Multi-Tech iSMS Integration
Viewed 7236 times since Thu, Jan 28, 2016
Nagios XI - Missing localhost Alerts
Viewed 8425 times since Sun, Nov 5, 2017
Nagios XI - Understanding Notification Escalations
Viewed 7787 times since Thu, Jan 28, 2016
Nagios XI - Understanding Notification Variables
Viewed 11185 times since Thu, Jan 28, 2016
Nagios XI - Setup Nagios XI to Send SMS Alerts
Viewed 11584 times since Thu, Jan 28, 2016
Nagios XI - Understanding Email Sending
Viewed 14235 times since Tue, May 2, 2017
Nagios XI - Integrating Slack With Nagios XI
Viewed 5212 times since Sun, Jul 9, 2017
PHPMailer - Troubleshooting Using Debug Logging
Viewed 42143 times since Tue, Aug 14, 2018
Nagios XI - Managing Mobile Carriers
Viewed 6197 times since Wed, Jul 19, 2017
Nagios XI - Integrating On-Call Schedules with Nagios - NWC13
Viewed 8079 times since Tue, Feb 9, 2016