Hello Team,
We are looking to integrate our production NagiosLS with Twilio for SMS generation. Do we have any documentation or any procedures to follow to achieve the same .. Please advice.
Thanks
Nagios Log server - Twilio integration
-
Techmnagioslsuser
- Posts: 39
- Joined: Fri Apr 02, 2021 1:17 am
Re: Nagios Log server - Twilio integration
There isn't currently any Nagios Log Server to Twilio integration but you could setup your Alerts to use Execute Script Alert Method and use something like this:
https://www.twilio.com/labs/bash/sms
Please note that the Execute Script functionality will only provide access to this information at this time:
https://www.twilio.com/labs/bash/sms
Please note that the Execute Script functionality will only provide access to this information at this time:
Code: Select all
%count% - The total # of events
%status% - The status (ok, warning, critical)
%output% - The output from the alert
%lastrun% - The timestamp of the last run