Email Notification Subject Host Alias or Description ...
Email Notification Subject Host Alias or Description ...
Is there possible to add Host Alias or Description on Email Notification Subject?
You do not have the required permissions to view the files attached to this post.
Re: Email Notification Subject Host Alias or Description ...
$HOSTALIAS$ is a standard Nagios macro, so you should be able to use something like this:
provided the macro is in your notification command.
For more information on custom notification variables in Nagios XI, please review the document below:
https://assets.nagios.com/downloads/nag ... iables.pdf
Code: Select all
%type% Host Alert - %host% (%hostalias%) is %hoststate%Code: Select all
--hostalias="$HOSTALIAS$"https://assets.nagios.com/downloads/nag ... iables.pdf
Be sure to check out our Knowledgebase for helpful articles and solutions!