Nagios Log server - Twilio integration

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
Techmnagioslsuser
Posts: 39
Joined: Fri Apr 02, 2021 1:17 am

Nagios Log server - Twilio integration

Post by Techmnagioslsuser »

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
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios Log server - Twilio integration

Post by ssax »

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:

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
Locked