hey guys
kindly assist on how i can do speedtest using NPM
mulala I think SAM or NTA will help you more on this part. You may check this out: Speedtest.net
I used to do this with SAM using a PowerShell script to download a known file in the internet.
Pseudocode:
Building on this idea, but removing the need for SAM through the power of Linux and SNMP OID wizardry:
On a spare Linux machine (can be a VM or whatever) create a script (shell, perl, whatever) that does the following:
Create another script called "readspeed.sh" that does nothing except read "speedtest.log" and echos the value there.
Edit snmpd.conf with the following info:
exec .9.9.9.9.9.9 get_speed /<scripthome>/read_speed.sh
Finally, create a Universal Device Poller that reads 9.9.9.9.9.9 from the node, which SHOULD collect the speed value and let you chart, report, and alert on it.
This is really cool adatole Thanks for sharing!
Hoping we can get this by default in the future versions of SAM templates for those non-technical admins as well (Solarwinds - unexpected simplicity).