Hello,
It's not a nice polished script like Jack Yaz produces them (e.g. the documentation is probably awful).
But, if you are familiar with Linux and scripts, and you take my shell script file at
connmon is an internet connection monitoring tool for AsusWRT Merlin with charts for daily, weekly and monthly summaries. - waluwaz/connmon
github.com
update it as you like it, and replace the one from Jack (typically in /jffs/scripts; make sure the file has the x bit), you might get what you want.
You can also look at that to get the idea:
2 hardcoded targets, plus the target defined in the Web UI Each target is pinged for a duration that is indirectly derived from the value in the Web UI: pingduration=$(( pingduration*10+3 )) (s...
github.com
Regards