Sign inSign up

docplanner/pingdom-twilio-integration

By docplanner

•Updated almost 5 years ago

Image
0

544

docplanner/pingdom-twilio-integration repository overview

⁠pingdom-twilio-integration

Docker Hub

⁠How it works?

pingdom-twilio-integration sends messages to contact groups defined in configuration.

⁠Pingdom configuration

Only thing to do is to add webhook to your check in Pingdom

⁠Sample webhook url

https://your.domain.tld/?secret=SECRET&contact_group=ops SECRET is a value defined in config file as secret

⁠How to use

To use this tool run pingdom-twilio-integration with -config config.yaml

contacts:
  bob: "+48999888777"
  tod: "+48888777666"
contact_groups:
  ops: [bob, tod]
twilio:
  phone_from: "+48444555666"
  account_sid: "xxx"
  auth_token: "xxx"
secret: "SECRET"

Tag summary

Content type

Image

Digest

Size

10.8 MB

Last updated

almost 5 years ago

docker pull docplanner/pingdom-twilio-integration