11 lines
150 B
Bash
Executable File
11 lines
150 B
Bash
Executable File
#! /sbin/sh
|
|
#ident "$Revision: 1.2 $"
|
|
|
|
CONFIG=/etc/config
|
|
IS_ON=/sbin/chkconfig
|
|
|
|
if $IS_ON ha; then
|
|
ha_heartbeat -t
|
|
echo Starting ha monitoring.
|
|
fi
|