Add remote access notification parameters

This commit is contained in:
JonnyWong16 2020-04-24 18:03:27 -07:00
commit 2162210393
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 22 additions and 1 deletions

View file

@ -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',)
},