When i put something like Status < 3 in the sql sensor parameter, it is always transformed after save to Status { 5... This offcourse breaks the sql sensor...
Any suggestions?
Rgds Benny
Article Comments
Hey Stephan, thnx for the answer...so it's standard behavior....
I have changed the parameter to "Status is between 0 and 3"
Feb, 2019 - Permalink
If that works for you? :)
PRTG Scheduler |
PRTGapi |
Feature Requests |
WMI Issues |
SNMP Issues
Kind regards,
Stephan Linke, Tech Support Team
Feb, 2019 - Permalink
We always replace < and > with curly brackets, as it would mess up our configuration. You'll need to rewrite your query (or use two different ones that use less or more than and have the numeric value as placeholder :)
PRTG Scheduler | PRTGapi | Feature Requests | WMI Issues | SNMP Issues
Kind regards,
Stephan Linke, Tech Support Team
Feb, 2019 - Permalink