[Linux-HA] crm_mon equivalent for serial and udp communications
Robert Heinzmann (ml)
reg at elconas.de
Fri May 30 09:55:28 MDT 2008
Thanks Dejan !
now I can use this script to output the heartbeat status:
---
node1:~# cat /tmp/my_clstatus.sh
#!/bin/bash
for aNode in $(cl_status listnodes -n); do
echo "NODE: $aNode"
for j in $(cl_status listhblinks $aNode); do
echo "$j ($(cl_status hblinkstatus $aNode $j))"
done
done
---
Robert
Dejan Muhamedagic schrieb:
> There's cl_status hblinkstatus.
>
> Thanks,
>
> Dejan
>
More information about the Linux-HA
mailing list