diff options
author | Christian Pointner <equinox@helsinki.at> | 2018-11-07 11:01:29 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2018-11-07 11:01:29 (GMT) |
commit | fb90864a19f2b834ce8ba5773dc0a6aed9e0f11e (patch) | |
tree | dc91519fd928d6bb30bc57961aedb883aa941fb3 /openwrt/rhctl/files/rhctl.check_mk | |
parent | 6c552b607e8c1a175ae26e90b9637836dc571ee9 (diff) |
updated openwrt packaging
Diffstat (limited to 'openwrt/rhctl/files/rhctl.check_mk')
-rwxr-xr-x | openwrt/rhctl/files/rhctl.check_mk | 6 |
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 |