/**
* 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://core.telegram.org/bots/api#html-style
* Supports only numeric html entities ( == )
*/
{{#ENTITY_LINK}}
Entity: {{{ENTITY_LINK}}}
{{/ENTITY_LINK}}
{{#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}}