| 1 |
lars |
1 |
|
|
|
2 |
.status {}
|
|
|
3 |
|
|
|
4 |
.filter { background-color: #DBDBDB; }
|
|
|
5 |
.filterTitle { font-size: 10pt; font-weight: bold; background-color: #DBDBDB; }
|
|
|
6 |
.filterName { background-color: #DBDBDB; }
|
|
|
7 |
.filterValue { background-color: #DBDBDB; }
|
|
|
8 |
|
|
|
9 |
.statusTitle { text-align: center; font-weight: bold; font-size: 12pt; }
|
|
|
10 |
.statusSort { }
|
|
|
11 |
|
|
|
12 |
TABLE.status { background-color: white; padding: 2px; }
|
|
|
13 |
TH.status { font-size: 10pt; text-align: left; background-color: #999797; }
|
|
|
14 |
DIV.status { font-size: 10pt; text-align: center; }
|
|
|
15 |
.statusOdd { background-color: #DBDBDB; }
|
|
|
16 |
.statusEven { background-color: #C4C2C2; }
|
|
|
17 |
|
|
|
18 |
.statusPENDING { background-color: #ACACAC; }
|
|
|
19 |
.statusOK { background-color: #33FF00; }
|
|
|
20 |
.statusRECOVERY { background-color: #33FF00; }
|
|
|
21 |
.statusUNKNOWN { background-color: #FF9900; }
|
|
|
22 |
.statusWARNING { background-color: #FFFF00; }
|
|
|
23 |
.statusCRITICAL { background-color: #F83838; }
|
|
|
24 |
|
|
|
25 |
.statusHOSTPENDING { background-color: #ACACAC; }
|
|
|
26 |
.statusHOSTUP { background-color: #33FF00; }
|
|
|
27 |
.statusHOSTDOWN { background-color: #F83838; }
|
|
|
28 |
.statusHOSTUNREACHABLE { background-color: #F83838; }
|
|
|
29 |
|
|
|
30 |
.statusBGUNKNOWN { background-color: #FFDA9F; }
|
|
|
31 |
.statusBGWARNING { background-color: #FEFFC1; }
|
|
|
32 |
.statusBGCRITICAL { background-color: #FFBBBB; }
|
|
|
33 |
.statusBGDOWN { background-color: #FFBBBB; }
|
|
|
34 |
.statusBGUNREACHABLE { background-color: #FFBBBB; }
|
|
|
35 |
|
|
|
36 |
DIV.serviceTotals { text-align: center; font-weight: bold; font-size: 10pt; }
|
|
|
37 |
TABLE.serviceTotals { font-size: 10pt; background-color: white; padding: 2px; }
|
|
|
38 |
TH.serviceTotals,A.serviceTotals { font-size: 10pt; text-align: center; background-color: #999797; }
|
|
|
39 |
TD.serviceTotals { text-align: center; background-color: #e9e9e9; }
|
|
|
40 |
|
|
|
41 |
.serviceTotalsOK { text-align: center; background-color: #33FF00; }
|
|
|
42 |
.serviceTotalsWARNING { text-align: center; background-color: #FFFF00; font-weight: bold; }
|
|
|
43 |
.serviceTotalsUNKNOWN { text-align: center; background-color: #FF9900; font-weight: bold; }
|
|
|
44 |
.serviceTotalsCRITICAL { text-align: center; background-color: #F83838; font-weight: bold; }
|
|
|
45 |
.serviceTotalsPENDING { text-align: center; background-color: #ACACAC; }
|
|
|
46 |
.serviceTotalsPROBLEMS { text-align: center; background-color: orange; font-weight: bold; }
|
|
|
47 |
|
|
|
48 |
|
|
|
49 |
DIV.hostTotals { text-align: center; font-weight: bold; font-size: 10pt; }
|
|
|
50 |
TABLE.hostTotals { font-size: 10pt; background-color: white; padding: 2px; }
|
|
|
51 |
TH.hostTotals,A.hostTotals { font-size: 10pt; text-align: center; background-color: #999797; }
|
|
|
52 |
TD.hostTotals { text-align: center; background-color: #e9e9e9; }
|
|
|
53 |
|
|
|
54 |
.hostTotalsUP { text-align: center; background-color: #33FF00; }
|
|
|
55 |
.hostTotalsDOWN { text-align: center; background-color: #F83838; font-weight: bold; }
|
|
|
56 |
.hostTotalsUNREACHABLE { text-align: center; background-color: #F83838; font-weight: bold; }
|
|
|
57 |
.hostTotalsPENDING { text-align: center; background-color: #ACACAC; }
|
|
|
58 |
.hostTotalsPROBLEMS { text-align: center; background-color: orange; font-weight: bold; }
|
|
|
59 |
|
|
|
60 |
.miniStatusPENDING { background-color: #ACACAC; text-align: center; }
|
|
|
61 |
.miniStatusOK { background-color: #33FF00; text-align: center; }
|
|
|
62 |
.miniStatusUNKNOWN { background-color: #FF9900; text-align: center; }
|
|
|
63 |
.miniStatusWARNING { background-color: #FFFF00; text-align: center; }
|
|
|
64 |
.miniStatusCRITICAL { background-color: #F83838; text-align: center; }
|
|
|
65 |
|
|
|
66 |
.miniStatusUP { background-color: #33FF00; text-align: center; }
|
|
|
67 |
.miniStatusDOWN { background-color: #F83838; text-align: center; }
|
|
|
68 |
.miniStatusUNREACHABLE { background-color: #F83838; text-align: center; }
|
|
|
69 |
|