#!/bin/sh

set -ex

sleep 60

crm_mon -1 | fgrep -20 "Online: [ $(hostname -s) ]"
