Internet SpeedTest in Logicmonitor
I've been asked for this a few times, since there is no OOB datasource for monitoring available internet speed. Ookla recently re-released their speedtest-cli command which supports JSON output, therefore I've been able to quickly put this together: HJ9W2N
It requires speedtest-cli to be installed on a Linux collector, and a one-line bash script to actually call speedtest-cli, the required script and the download link for speedtest are in the description of the datasource.
Default alert thresholds are specific to my needs and will need adjusting case by case.

StuartCarrison
Posted 3 years ago·Last reply 3 years ago
4 comments
StuartCarrison
OP3 years agoOn the face of it (just from the description), they're going to be very similar. I'm travelling at the moment but it looks like I could've saved myself some work here!
TechniumWi-FiGu
·3 years agoAny update on when this will be available on the exchange? What is the difference in yours vs. 4CN9AA?
StuartCarrison
OP3 years agoI think it’s in security review still, and yes it could do with a little enhancement in that regard!
LM User
·3 years agoStill set as private. Gotta flip the switch. Would love to see your script for this. I've built python scripts in the past that check for the required module to be installed, install it if it isn't, then wait for the next poll to succeed. Would love to add that logic to your script.