report power supply metrics
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 26 Sep 2017 18:45:46 +0000 (20:45 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 26 Sep 2017 18:45:46 +0000 (20:45 +0200)
gnt-power.sh [new file with mode: 0755]

diff --git a/gnt-power.sh b/gnt-power.sh
new file mode 100755 (executable)
index 0000000..faa76e9
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh -xe
+gnt-cluster command ipmitool sensor | egrep '(Vol|Amp|Wat)'
+