mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add remote access notification parameters
This commit is contained in:
parent
54a7839421
commit
2162210393
3 changed files with 22 additions and 1 deletions
|
@ -370,7 +370,7 @@ def available_notification_actions(agent_id=None):
|
|||
'name': 'on_extdown',
|
||||
'description': 'Trigger a notification when the Plex Media Server cannot be reached externally.',
|
||||
'subject': 'Tautulli ({server_name})',
|
||||
'body': 'The Plex Media Server remote access is down.',
|
||||
'body': 'The Plex Media Server remote access is down. ({remote_access_reason})',
|
||||
'icon': 'fa-server',
|
||||
'media_types': ('server',)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue