Add remote access notification parameters

This commit is contained in:
JonnyWong16
2020-04-24 18:03:27 -07:00
parent 54a7839421
commit 2162210393
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',)
},