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
⚠️ Please verify that this feature request has NOT been suggested before.
I checked and didn't find similar feature request
🏷️ Feature Request Type
Other
🔖 Feature description
The new MQTT monitor feature is great, but is a little basic. You can only match a topic with a set value. Often in MQTT the topic can consist of many values in JSON format. It would be great to be able to match just one of these values rather than the whole topic, and other values may change, but the service may still be up.
It would also be great if you could match using multiple values - e.g. "running" OR "healthy" both meaning up whereas "stopped", "exited", etc. would mean down.
✔️ Solution
As above.
❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered:
I think JSON path support for all check responses would be a nice add, or at the very least regex... better yet json path on key, and regex on value :)
I think JSON path support for all check responses would be a nice add, or at the very least regex... better yet json path on key, and regex on value :)
I think like you that JSON and REGEX is a must have feature to check responses.
I agree that, ideally, this must be possible for all responses (no matter the monitor).
But when you have, in the same response, multiple JSON key-value pairs or array to check the easiest way for me would be to be able to write code of Javascript like the function node in node-red.
🏷️ Feature Request Type
Other
🔖 Feature description
The new MQTT monitor feature is great, but is a little basic. You can only match a topic with a set value. Often in MQTT the topic can consist of many values in JSON format. It would be great to be able to match just one of these values rather than the whole topic, and other values may change, but the service may still be up.
It would also be great if you could match using multiple values - e.g. "running" OR "healthy" both meaning up whereas "stopped", "exited", etc. would mean down.
✔️ Solution
As above.
❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: