Skip to content

Commit a7d4edf

Browse files
priteauAlex-Welsh
authored andcommitted
Improve colour thresholds for certificate expiry
The existing thresholds were: - expiry in more than 300 days: green - expiry between 140 and 300 days: yellow - expiry in less than 140 days: red These large values mean that Let's Encrypt certificates are always displayed in red because they are currently valid for 90 days. Adjust thresholds to be more useful: - expiry in more than 30 days: green - expiry between 7 and 30 days: yellow - expiry in less than 7 days: red
1 parent 4b1745b commit a7d4edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/kolla/config/grafana/grafana_home_dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,11 +2412,11 @@
24122412
},
24132413
{
24142414
"color": "semi-dark-yellow",
2415-
"value": 12096000
2415+
"value": 604800
24162416
},
24172417
{
24182418
"color": "semi-dark-green",
2419-
"value": 25920000
2419+
"value": 2592000
24202420
}
24212421
]
24222422
}

0 commit comments

Comments
 (0)