Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleVariables
NameDescription
%SERVICE_NAME% 

Current service name

SystemMonitorNotification / Notification / NotificationMonitor / @service_name_on_error or

SystemMonitorNotification / Notification / NotificationMonitor / @service_name_on_success

%SERVICE_STATUS% 

Current service status 

SystemMonitorNotification / Notification / NotificationMonitor / @service_status_on_error or

SystemMonitorNotification / Notification / NotificationMonitor / @service_status_on_success

%SERVICE_MESSAGE_PREFIX% 

Message prefix

  • ERROR       sending of the error notification
  • RECOVERED      sending of the error recovery notification
  • TIMER       sending of the performance check notification
Code Block
languagexml
titleExample
collapsetrue
 service name = %SERVICE_NAME%

...