Sim, pela mesma página de manual:
TEST BINARY If the return code of the check binary is not zero watchdog will assume an error and reboot the system. A positive exit code is interpreted as a system error code (see errno.h for details).
portanto, neste caso específico ( error 101
), de acordo com errno.h
:
ENETUNREACH 101 /* Network is unreachable */