Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Set proper value of contact type for pushover
Browse files Browse the repository at this point in the history
According to documentation https://uptimerobot.com/api, pushover alert should be mapped to "9" value.
  • Loading branch information
randrusiak authored Oct 28, 2019
1 parent aadb0b8 commit 2856c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uptimerobot/api/alert_contact.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var alertContactType = map[string]int{
"webhook": 5,
"pushbullet": 6,
"zapier": 7,
"pushover": 8,
"pushover": 9,
"hipchat": 10,
"slack": 11,
}
Expand Down

0 comments on commit 2856c86

Please sign in to comment.