mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added Twilio SMS as an Alerting Transport (#9305)
DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926` After you are done testing, you can remove the changes with `./scripts/github-remove`. If there are schema changes, you can ask on discord how to revert.
This commit is contained in:
committed by
Neil Lathwood
parent
001d7d7643
commit
4e5a0fa4d7
@@ -433,6 +433,18 @@ Click on 'Add Telegram config' and put your chat id and token into the relevant
|
||||
| Chat ID | 34243432 |
|
||||
| Token | 3ed32wwf235234 |
|
||||
|
||||
## Twilio SMS
|
||||
|
||||
Twilio will send your alert via SMS. From your Twilio account you will need your account SID, account token and your Twilio SMS phone number that you would like to send the alerts from. Twilio's APIs are located at: https://www.twilio.com/docs/api?filter-product=sms
|
||||
|
||||
**Example:**
|
||||
|
||||
| Config | Example |
|
||||
| ------ | ------- |
|
||||
| SID | ACxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
|
||||
| Token | 7xxxx573acxxxbc2xxx308d6xxx652d32 |
|
||||
| Twilio SMS Number | 8888778660 |
|
||||
|
||||
## VictorOps
|
||||
VictorOps provide a webHook url to make integration extremely simple. To get the URL required login to your VictorOps
|
||||
account and go to:
|
||||
@@ -489,4 +501,4 @@ They can be in international dialling format only.
|
||||
| User | smsfeedback_user |
|
||||
| Password | smsfeedback_password |
|
||||
| Mobiles | 71234567890 |
|
||||
| Sender name| CIA |
|
||||
| Sender name| CIA |
|
||||
|
Reference in New Issue
Block a user