tripleo-common/healthcheck/collectd

5 lines
69 B
Bash
Executable File

#!/bin/bash
collectdctl -s /var/run/collectd-socket listval
exit $?