summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files/rhctl.check_mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2018-11-07 11:01:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2018-11-07 11:01:29 (GMT)
commitfb90864a19f2b834ce8ba5773dc0a6aed9e0f11e (patch)
treedc91519fd928d6bb30bc57961aedb883aa941fb3 /openwrt/rhctl/files/rhctl.check_mk
parent6c552b607e8c1a175ae26e90b9637836dc571ee9 (diff)
updated openwrt packaging
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