Add url and urlTitle fields back to pushover

pull/10616/head
deniz kusefoglu 2017-12-11 11:30:25 -08:00
parent ca0ace0bc4
commit 98d0481da7
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ export const HANDLERS_TO_RULE = {
hipChat: ['room'],
opsGenie: ['teams', 'recipients'],
pagerDuty: [],
pushover: ['device', 'title', 'sound'], // 'url','urlTitle',
pushover: ['device', 'title', 'sound', 'url', 'urlTitle'],
sensu: ['source', 'handlers'],
slack: ['channel', 'username', 'iconEmoji'],
email: ['to'],