Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ezeio2:userinterface:manage:destinations [2021-09-24 21:56] – ↷ Links adapted because of a move operation andreh | ezeio2:userinterface:manage:destinations [2025-10-28 23:46] (current) – andreh | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| | Call phone with voice message | Directs a voice message to the phone number entered | **US:** +12125551234 **AU:** +6130717523456 | | | Call phone with voice message | Directs a voice message to the phone number entered | **US:** +12125551234 **AU:** +6130717523456 | | ||
| | Send to Pushover | Directs a text message to an individual through the Pushover app, using their Pushover key | : | | Send to Pushover | Directs a text message to an individual through the Pushover app, using their Pushover key | : | ||
| + | | Send to Nagios | Nagios is a open source monitoring system. See https:// | ||
| + | | Send command | Send a command to a different ezeio. See [[..: | ||
| Line 35: | Line 36: | ||
| ---- | ---- | ||
| - | === Headline === | ||
| - | |||
| === Message Templates === | === Message Templates === | ||
| Line 52: | Line 51: | ||
| ^ Message structure ^ Message item ^ tags ^ | ^ Message structure ^ Message item ^ tags ^ | ||
| - | | Sender | ezeio S/N, Name  | Not customizable  | + | | Sender | ezeio S/N, Name  | Default to '' | 
| | Subject | Message Type, Action Name | [SOURCENAME] [ACTIONAME] | | | Subject | Message Type, Action Name | [SOURCENAME] [ACTIONAME] | | ||
| | Body | Alarm Action Message, Date, Time | [ACTIONMESSAGE] [ISODATE] [ISOTIME] | | | Body | Alarm Action Message, Date, Time | [ACTIONMESSAGE] [ISODATE] [ISOTIME] | | ||
| - | | Footer (Fixed) | https:// | + | | Footer (Fixed) | https:// | 
| | | | | | | | | | | ||
| - | === Customizing the subject === | + | === Customizing the email subject === | 
| Customize an email Message Template by adding your own Subject text or tags followed by the special character " | Customize an email Message Template by adding your own Subject text or tags followed by the special character " | ||
| - | **Example: | + | **Example: | 
| + | |||
| + | === Customizing the email sender === | ||
| + | |||
| + | By default, the email sender will be '' | ||
| + | In cases where the email is sent to some automated system that only accept specific senders, the email sender can be customized by using the Token field in the destination setting. | ||
| + | |||
| + | If the token ends with an at ('' | ||
| + | |||
| + | Example : If the token is set to '' | ||
| + | |||
| + | The token supports message tags, so '' | ||
| + | |||
| + | === Customizing the email/SMS footer === | ||
| + | |||
| + | By default the system will automatically add a short footer with the serial number to email and SMS messages, and a preamble to voice messages. You can eliminate this by adding a caret (^) as the very last character in the message template. | ||
| + | |||
| + | === POST format === | ||
| + | |||
| + | When using the POST destination, | ||
| + | |||
| + | <code javascript> | ||
| + | { | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |   " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + | }, | ||
| + |   " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + | }, | ||
| + |   " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + | }, | ||
| + |   " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + |     " | ||
| + | }, | ||
| + |   " | ||
| + |     " | ||
| + |       " | ||
| + |       " | ||
| + |       " | ||
| + |       " | ||
| + |       " | ||
| + | }, | ||
| + |     " | ||
| + |       " | ||
| + |       " | ||
| + |       " | ||
| + |       " | ||
| + |       " | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | Additionally, | ||