summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-11-24 22:11:23 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-11-24 22:11:23 (GMT)
commitbddd14ada68c7cea0ef20aab277284eead41cdfa (patch)
treecca0a53cf6b1b5655830e08ab8fa9a8cdd6fb4e7
parent091f0037abe7ac3144199956d943c1537a95cdd9 (diff)
added agent plugin for rhctl
-rwxr-xr-xagent/rhctl6
1 files changed, 6 insertions, 0 deletions
diff --git a/agent/rhctl b/agent/rhctl
new file mode 100755
index 0000000..bb923c7
--- /dev/null
+++ b/agent/rhctl
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "<<<rhctl>>>"
+curl http://localhost:4080/api/state
+
+exit 0