Observium_CE/tests/templates/observium_notification/observium_notification.mustache

32 lines
616 B
Plaintext

/**
* Observium
*
* This file is part of Observium.
*
* @package observium
* @subpackage templates
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2023 Observium Limited
*
*/
/**
* Used keys:
* ALERT_STATE, ALERT_URL, ALERT_MESSAGE, DURATION,
* ENTITY_NAME,
* DEVICE_HOSTNAME, DEVICE_UPTIME
*/
{{ALERT_STATE}} : {{ALERT_MESSAGE}}
Device: {{DEVICE_HOSTNAME}}
{{#ENTITY_NAME}}
Entity: {{ENTITY_NAME}}
{{/ENTITY_NAME}}
// For syslog:
{{#SYSLOG_MESSAGE}}
Message: {{SYSLOG_MESSAGE}}
{{/SYSLOG_MESSAGE}}
//Duration: {{DURATION}}
Device Uptime: {{DEVICE_UPTIME}}
More information: {{ALERT_URL}}