Comments
-
Have you been able to get Twilio working with SolarWinds? --Patrick
-
Good idea testing with postman. I was able to use Postman to send an SMS message to Twilio via their API from my primary SolarWinds server. So how to I replicate this in the SolarWinds alerting engine? Thanks, Patrick
-
Has anyone tried Twilio? I'm trying this now with an eval account. I don't have it working yet but it works bu sending an HTTP post to an API URL https://api.twilio.com. --Patrick
-
I've done more research. It seems that the HTTP POST does not support authentication. Twilio required a username/password so it seems that this will not work. I'll try to get this to work by passing variables to vbscript. Pass credentials in HTTP POST --Patrick
-
I use the following configuration on my core switches: ip sla 12345 udp-jitter 10.10.10.10 16384 source-ip 10.20.10.10 codec g711ulaw codec-numpackets 100 codec-size 500 ip sla schedule 12345 life forever start-time now I have VNQM 4.4.0 and I have graphs for loss, jitter, latency, and MOS. --Patrick
-
I'm interested in this as well. --Patrick
-
Can you share the IP SLA configuration from your router or switch? Also, run 'show ip sla statistics {ipsla#}' and see if the Cisco device is reporting the same loss. I don't know your network but would suspect equal cost load balancing where every other packet is making it through. --Patrick