note that there is no link on the PUBLIC interface
authorRonnie Sahlberg <sahlberg@ronnie>
Thu, 14 Jun 2007 07:26:42 +0000 (17:26 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Thu, 14 Jun 2007 07:26:42 +0000 (17:26 +1000)
config/events.d/10.interface

index c971253135b58f1534d2af7bcfff746c4a7294ec..ce9fdc6465ddbe10caac6c34eb320136a4da72fa 100755 (executable)
@@ -85,7 +85,7 @@ case $cmd in
      monitor)
        [ -x /usr/sbin/ethtool ] && {
            /usr/sbin/ethtool $CTDB_PUBLIC_INTERFACE | grep 'Link detected: yes' > /dev/null || {
-               echo "`date` ERROR: No link on network interface $CTDB_PUBLIC_INTERFACE"
+               echo "`date` ERROR: No link on the public network interface $CTDB_PUBLIC_INTERFACE"
                exit 1
            }
        }