Templates
Templates is a standard configuration interface for adding, editing, and removing notification templates. Templates in the notification engine detail the information relayed when a notification is triggered. For example, for an Email Notification, it is the 'From', 'Subject', and 'Message Body' fields. Variables can be used in the notification templates but is dependent upon the module-specific component leveraging the template. Additional documentation is available in those articles.
Refer to the Standard Configuration Interface guide for details on interacting with the grid and form.
This user interface calls REST methods from api/notification/templates.
To open this interface, from the main navigation menu, select Configuration, then Notifications, and then Templates.
Form Fields
-
Type - The notification template type.
-
Name - The name of the notification template.
-
Description - The description of the notification template.
-
Email Settings
-
From - The from address when sending an email notification.
-
Subject - The subject when sending an email notification.
-
Message Body - The message body when sending an email notification.
-
-
Syslog Settings
- Syslog Line - The message used when sending a syslog notification.
-
SNMP Trap Settings
-
Enterprise OID - The enterprise OID when sending a SNMP trap notification.
-
SNMP Version - The SNMP version to use when sending a SNMP trap notification.
-
Varbinds - The OID-value pairs used when sending a SNMP trap notification.
-