I’m trying to setup thresholds in the “Status Panel” plugin. how do i trigger a warning or critical if no value or data is being returned by the query?
Is there any clever work arounds? for the warning and critical thresholds I’ve tried the following values:
0
0.0
null
n/a
N/A
Any others im missing to tell this plugin that if there is no data go AMBER!!
A workaround might be to transform the null value to 0 or -1 (or whatever) in your query and then use the thresholds as usual. You don’t say which datasource you are using but Graphite has the transformNull function as an example.
@daniellee: Unfortunately, you can’t. See the "Common issues with fill()" section on the docu page. When there are no data within the time range, it doesn’t return a value.