mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Change text to show alert termplate msg (#13521)
In the initial pull request this was brought up but never addressed, https://github.com/librenms/librenms/pull/9305#issuecomment-427930650 The only reason i can think of is due to SMS message length, but you could be mindful of that with a alert template. Submitting this to see if anyone objects to changing it.
This commit is contained in:
@@ -36,7 +36,7 @@ class Twilio extends Transport
|
||||
'sid' => $opts['sid'],
|
||||
'token' => $opts['token'],
|
||||
'phone' => $opts['to'],
|
||||
'text' => $obj['title'],
|
||||
'text' => $obj['msg'],
|
||||
'sender' => $opts['sender'],
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user