#!/bin/sh #------------------------------------------------------------------------------ # /etc/ppp/ip-up200.rrdtool # # Creation: 2012-10-26 lanspezi # Last Update: $Id$ #------------------------------------------------------------------------------ # is a default-route-interface going up? if [ "$is_default_route" = "yes" ] then if [ -f /var/run/rrdtool_peerping.conf -o -f /var/run/rrdtool_ping.conf ] then killall -SIGHUP collectdmon fi fi