Permalink
Switch branches/tags
Find file
Fetching contributors…
Cannot retrieve contributors at this time
executable file 8 lines (5 sloc) 178 Bytes
#!/bin/bash
set -e
PRIVATE_ADDRESS=$(unit-get private-address)
OUT=$(/opt/etcd/etcdctl -C http://${PRIVATE_ADDRESS}:4001 cluster-health)
action-set result-map.message="${OUT}"