summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files/rhctl.check_mk
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/rhctl/files/rhctl.check_mk')
-rwxr-xr-xopenwrt/rhctl/files/rhctl.check_mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/rhctl/files/rhctl.check_mk b/openwrt/rhctl/files/rhctl.check_mk
new file mode 100755
index 0000000..bb923c7
--- /dev/null
+++ b/openwrt/rhctl/files/rhctl.check_mk
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "<<<rhctl>>>"
+curl http://localhost:4080/api/state
+
+exit 0