qgmgit / qgm-check_unifi

Local Check for check_mk to get information about unifi infrastructure from controller API
14 stars 9 forks source link

qgm_check_unifi: line 40: jq: command not found #2

Open 47k opened 5 years ago

47k commented 5 years ago

./qgm_check_unifi: line 40: jq: command not found

40 SERIALS=$(cat $TEMPSTATS | jq '.data | .[] | .serial')

47k commented 4 years ago

Ok checked this: https://stedolan.github.io/jq/download/

apt-get install jq

worked for me. I can run the script without any issue - but also with no output. The script is not workin anymore.