Master Dashboard - Fix Disk Guage

This commit is contained in:
Mike Reeves
2018-11-29 15:05:05 -05:00
parent b4e69e2d9a
commit e3bd6ad0b0
2 changed files with 6 additions and 6 deletions

View File

@@ -165,7 +165,7 @@
"error": false,
"format": "bytes",
"gauge": {
"maxValue": 105545592832,
"maxValue": "{{ ROOTFS }}",
"minValue": 0,
"show": true,
"thresholdLabels": false,
@@ -263,7 +263,7 @@
]
}
],
"thresholds": "73881914982,94991033548,105545592832",
"thresholds": "{{ ROOTFS * '.80'|float }},{{ ROOTFS * '.90'|float }}",
"title": "{{ SERVERNAME }} - Disk Used(/)",
"transparent": false,
"type": "singlestat",

View File

@@ -783,7 +783,7 @@
"error": false,
"format": "bytes",
"gauge": {
"maxValue": 105545592832,
"maxValue": "{{ ROOTFS }}",
"minValue": 0,
"show": true,
"thresholdLabels": false,
@@ -881,7 +881,7 @@
]
}
],
"thresholds": "73881914982,94991033548,105545592832",
"thresholds": "{{ ROOTFS * '.80'|float }},{{ ROOTFS * '.90'|float }}",
"title": "{{ SERVERNAME }} - Disk Used(/)",
"transparent": false,
"type": "singlestat",
@@ -909,7 +909,7 @@
"error": false,
"format": "bytes",
"gauge": {
"maxValue": 105545592832,
"maxValue": "{{ NSMFS }}",
"minValue": 0,
"show": true,
"thresholdLabels": false,
@@ -1007,7 +1007,7 @@
]
}
],
"thresholds": "73881914982,94991033548,105545592832",
"thresholds": "{{ NSMFS * '.80'|float }},{{ NSMFS * '.90'|float }}",
"title": "{{ SERVERNAME }} - Disk Used(/nsm)",
"transparent": false,
"type": "singlestat",