/**
* Observium
*
* This file is part of Observium.
*
* @package observium
* @subpackage templates
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2023 Observium Limited
*
*/
/**
* HTML formatting style: https://pushover.net/api#html
* Supports only numeric html entities ( == )
*/
// Keep more actual information in first 2 lines
{{#ALERT_EMOJI}}{{{ALERT_EMOJI}}} {{/ALERT_EMOJI}}{{ALERT_MESSAGE}}
//{{ALERT_STATE_NAME}} : {{ALERT_MESSAGE}} (Modify)
{{#ENTITY_LINK}}
Entity: {{{ENTITY_LINK}}}
{{/ENTITY_LINK}}
{{ALERT_TIMESTAMP}}
{{#ENTITY_DESCRIPTION}}
Description: {{ENTITY_DESCRIPTION}}
{{/ENTITY_DESCRIPTION}}
// For syslog:
{{#SYSLOG_MESSAGE}}
Message: {{SYSLOG_MESSAGE}}
{{/SYSLOG_MESSAGE}}
// Common alerts:
{{^SYSLOG_MESSAGE}}
{{#CONDITIONS}}
Conditions: {{{CONDITIONS}}}
{{/CONDITIONS}}
Metrics: {{{METRICS}}}
{{/SYSLOG_MESSAGE}}
//Duration: {{DURATION}}
Device: {{{DEVICE_LINK}}}{{#DEVICE_DESCRIPTION}} ({{DEVICE_DESCRIPTION}}){{/DEVICE_DESCRIPTION}}
Location: {{DEVICE_LOCATION}}
Device Uptime: {{DEVICE_UPTIME}}