kotelnik / plasma-applet-network-monitor

Plasma 5 applet for monitoring active network connections.
GNU General Public License v2.0
18 stars 5 forks source link

Feature request: SNMP network monitoring #19

Open sotiris-bos opened 5 years ago

sotiris-bos commented 5 years ago

Hello, I really like your applet. I would like to add functionality to display the WAN interface's bandwidth of common SNMP-enabled routers such as pFsense, Sophos etc. Unfortunately, I have no idea about Qt or Javascript.

Here is the bash script that does the magic: https://git.denlab.io/dencur/grafana_scripts_public/blob/master/inetmon.sh

Here is more info on the process: https://www.reddit.com/r/PFSENSE/comments/7pkdyk/network_stats_best_ways_to_pull_and_graph/dsmr9z6

Here is some info about running bash scripts in QML: http://www.xargs.com/qml/process.html

Can we somehow add all of this together?