summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files/rhctl.check_mk
blob: bb923c7f9c06fc48f302a3f7dee49e187574d702 (plain)
1
2
3
4
5
6
#!/bin/sh

echo "<<<rhctl>>>"
curl http://localhost:4080/api/state

exit 0