You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are clearing up our old help-issues and your issue has been open for 60 days with no activity.
If no comment is made and the stale label is not removed, this issue will be closed in 7 days.
🛡️ Security Policy
📝 Describe your problem
I need some help to configure a monitor.
I have to call a URL that return a JSON and then check a value in the JSON.
curl https://pool.braiins.com/accounts/profile/json/btc/ -H "SlushPool-Auth-Token: xxxxxxxxxxxxxxx"
that return
{ "username": "vellanix", "btc": { "low_workers": 0, "off_workers": 0, "ok_workers": 4, "dis_workers": 0, } }
and I want to check that the value of "ok_workers" is 4.
My monitoring setup is:
but unfortunately doesnt work, and in the LOG file I see:
2024-09-05T11:46:21+02:00 [MONITOR] WARN: Monitor #8 'Workers': **Failing: Cannot read properties of undefined (reading 'toString')** | Interval: 60 seconds | Type: json-query | Down Count: 0 | Resend Interval: 0
What's wrong?
Thank you
📝 Error Message(s) or Log
2024-09-05T11:46:21+02:00 [MONITOR] WARN: Monitor #8 'Workers': Failing: Cannot read properties of undefined (reading 'toString') | Interval: 60 seconds | Type: json-query | Down Count: 0 | Resend Interval: 0
🐻 Uptime-Kuma Version
1.23.13
💻 Operating System and Arch
docker
🌐 Browser
chrome
🖥️ Deployment Environment
The text was updated successfully, but these errors were encountered: