diff --git a/doc/Alerting/Transports.md b/doc/Alerting/Transports.md index 309f3c1a47..be4ed7a73f 100644 --- a/doc/Alerting/Transports.md +++ b/doc/Alerting/Transports.md @@ -583,6 +583,22 @@ either local or international dialling format. | Password | smseagle_user_password | | Mobiles | +3534567890
0834567891 | +## SMSmode +SMSmode is a SMS provider that can be configured by using the generic API Transport. +You need a token you can find on your personnal space. + +[SMSmode docs](https://www.smsmode.com/pdf/fiche-api-http.pdf) + +**Example:** + +| Config | Example | +| ------ | ------- | +| Transport type | Api | +| API Method | POST | +| API URL | http://api.smsmode.com/http/1.6/sendSMS.do | +| Options | accessToken=_PUT_HERE_YOUR_TOKEN_
numero=_PUT_HERE_DESTS_NUMBER_COMMA_SEPARATED_
message={{ $msg }} | + + ## Syslog You can have LibreNMS emit alerts as syslogs complying with RFC 3164.