Smokeping Windows Work -

sudo apt install -y apache2 rrdtool fping curl libapache2-mod-fcgid sudo apt install -y perl libperl-dev build-essential SmokePing needs several Perl modules. The easiest is via APT:

cd /usr/src sudo wget https://oss.oetiker.ch/smokeping/pub/smokeping-2.8.2.tar.gz sudo tar -xzf smokeping-2.8.2.tar.gz cd smokeping-2.8.2 sudo ./setup install This will install SmokePing to /usr/local/smokeping by default. Create the configuration directory and copy the sample config: smokeping windows

Enable and start:

# Enable WSL feature dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart Restart your computer sudo apt install -y apache2 rrdtool fping curl