summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xopenwrt/rhctl/files/rhctl.check_mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rhctl/files/rhctl.check_mk b/openwrt/rhctl/files/rhctl.check_mk
index bb923c7..44b0607 100755
--- a/openwrt/rhctl/files/rhctl.check_mk
+++ b/openwrt/rhctl/files/rhctl.check_mk
@@ -1,6 +1,6 @@
#!/bin/sh
echo "<<<rhctl>>>"
-curl http://localhost:4080/api/state
+curl --connect-timeout 3 -m 10 http://localhost:4080/api/state
exit 0