I am using an HTTP Data Advanced sensor to display either 1
or 0
for a set of sensors. I would like to use a value lookup to show a Boolean gauge, but as I don't have access to the probe that will be receiving the sensor data, I'm unable to add a custom lookup.
Can I use the the PRTG defined lookups, and if so where can I find their names?
I've tried adding {..."ValueLookup":"Boolean"}
to my channel declaration, but this results in a warning -
configured lookup boolean is empty or not available
Docs URL - https://www.paessler.com/manuals/prtg/define_lookups
Example of channel -
{
"prtg": {
"result": [
{
"channel": "CMS-CMS",
"value": 1,
"unit": "Custom",
"customUnit": "",
"ValueLookup": "Boolean"
}
]
}
}
Add comment