|
@@ -537,7 +537,7 @@
|
|
|
"value" : "0"
|
|
|
},
|
|
|
{
|
|
|
- "op" : "=",
|
|
|
+ "op" : ">=",
|
|
|
"text" : "true",
|
|
|
"value" : "1"
|
|
|
}
|
|
@@ -2970,7 +2970,7 @@
|
|
|
"name" : "autoupdater_int",
|
|
|
"options" : [
|
|
|
],
|
|
|
- "query" : "query_result(vector(count_scalar(%%PROM_INFO_PREFIX%%{hostname=\"[[hostname]]\",autoupdater=\"true\"})))",
|
|
|
+ "query" : "query_result(count(%%PROM_INFO_PREFIX%%{hostname=\"[[hostname]]\",autoupdater=\"true\"}) or vector(0))",
|
|
|
"refresh" : 2,
|
|
|
"regex" : "\/.* (.+) .*\/",
|
|
|
"sort" : 0,
|