Lots of re-structuring and handling of different data types

This commit is contained in:
Joe
2019-01-18 15:29:21 -06:00
parent e1007f8ed9
commit b0d5fca2a4
8 changed files with 51 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
{ "diskusage":
{ "rules":[
{ "Logic":"-", "Field":"isWarn", "Comp":"!==", "Value":true}
{ "Logic":"-", "dataType":"number", "Field":"availGB", "Comp":">", "Value":100}
]}
}