The fping that gets installed with "apt-get smokeping" on this system/os-version is "broken" from smokeping's point of view.
How to fix: - apt-get install smokeping Configure smokeping as normal, I used this: http://community.spiceworks.com/how_to/96949-raspberrypi-rpi-smokeping-setup-and-configuration - wget latest fping from http://fping.org/dist/fping-3.10.tar.gz (fping.org) - tar xvzf fping-3.10.tar.gz; cd fping-3.10 - ./configure --prefix=/usr/bin - make install Problem seems to be that the fping included in the distro outputs to stderr instead of stdin (or vice versa, I don't know) -- Tommy Leonhardsen _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
