You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
601 B
10 lines
601 B
alert_level, color, severity_label, health_weight, health_max, score_contribution, weighted_contribution, health_min, is_min_included, is_max_included
|
|
-3, #CCCCCC, disabled, 0, 100, 100, 0, 100, False, True
|
|
-2, #5C6773, maintenance, 0, 100, 100, 0, 100, False, True
|
|
-1, #CCCCCC, unknown, , , , , , ,
|
|
1, #AED3E5, info, 0, 100, 100, 0, 100, False, True
|
|
2, #99D18B, normal, 1, 100, 100, 100, 80, False, True
|
|
3, #FFE98C, low, 1, 80, 70, 70, 60, False, True
|
|
4, #FCB64E, medium, 1, 60, 50, 50, 40, False, True
|
|
5, #F26A35, high, 1, 40, 30, 30, 20, False, True
|
|
6, #B50101, critical, 1, 20, 0, 0, 0, True, True |