Subversion-Projekte lars-tiefland.nagios-php

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
 
2
.extinfo { }
3
 
4
DIV.dataTitle { text-align: center;  font-weight: bold;  font-size: 12pt; }
5
DIV.data { text-align: center;  font-size: 12pt; }
6
 
7
DIV.perfTypeTitle { text-align: right;  font-weight: bold;  font-size: 10pt; }
8
/*
9
TABLE.data { font-size: 10pt;  background-color: white;  padding: 2px; border-collapse:separate;}
10
TH.data { font-size: 10pt;  text-align: left;  background-color: #999797;  }
11
*/
12
 
13
.dataOdd { font-size: 10pt;  background-color: #DBDBDB; }
14
.dataEven { font-size: 10pt;  background-color: #C4C2C2; }
15
 
16
 
17
.commandTitle { text-align: center;  font-weight: bold;  font-size: 12pt; }
18
 
19
TABLE.command { font-size: 10pt;  background-color: #DBDBDB; padding: 3px; }
20
.command { font-size: 10pt; padding: 2px; }
21
 
22
.commentTitle { text-align: center;  font-weight: bold;  font-size: 12pt; }
23
DIV.commentNav { font-size: 10pt;  text-align: center; }
24
A.commentNav { font-size: 10pt; }
25
 
26
TABLE.comment { font-size: 10pt;  background-color: white;  padding: 2px; border-collapse:separate;}
27
TH.comment { font-size: 10pt;  text-align: left;  background-color: #999797; }
28
.commentOdd { font-size: 9pt;  background-color: #DBDBDB; }
29
.commentEven { font-size: 9pt;  background-color: #C4C2C2; }
30
DIV.comment,A.comment { font-size: 10pt;  background-color: white;  text-align: center; }
31
 
32
.downtimeTitle { text-align: center;  font-weight: bold;  font-size: 12pt; }
33
DIV.downtimeNav { font-size: 10pt;  text-align: center; }
34
A.downtimeNav { font-size: 10pt; }
35
 
36
TABLE.downtime { font-size: 10pt;  background-color: white;  padding: 2px; border-collapse:separate;}
37
TH.downtime { font-size: 10pt;   text-align: left;  background-color: #999797; }
38
.downtimeOdd { font-size: 9pt;  background-color: #DBDBDB; }
39
.downtimeEven { font-size: 9pt;  background-color: #C4C2C2; }
40
 
41
.notificationsENABLED { font-size: 10pt;  text-align: left;  background-color: #33FF00;  font-weight: bold; }
42
.notificationsDISABLED { font-size: 10pt;  text-align: left;  background-color: #F83838;  font-weight: bold; }
43
 
44
.checksENABLED { font-size: 10pt;  text-align: left;  background-color: #33FF00;  font-weight: bold; }
45
.checksDISABLED { font-size: 10pt;  text-align: left;  background-color: #F83838;  font-weight: bold; }
46
 
47
.eventhandlersENABLED { font-size: 10pt;  text-align: left;  background-color: #33FF00;  font-weight: bold; }
48
.eventhandlersDISABLED { font-size: 10pt;  text-align: left;  background-color: #F83838;  font-weight: bold; }
49
 
50
.flapdetectionENABLED { font-size: 10pt;  text-align: left;  background-color: #33FF00;  font-weight: bold; }
51
.flapdetectionDISABLED { font-size: 10pt;  text-align: left;  background-color: #F83838;  font-weight: bold; }
52
 
53
.notflapping { font-size: 10pt;  text-align: left;  background-color: #33FF00;  font-weight: bold; float: left; }
54
.flapping { font-size: 10pt;  text-align: left;  background-color: #F83838;  font-weight: bold; float: left; }
55
 
56
.downtimeACTIVE { font-size: 10pt;  text-align: left;  background-color: #F83838;  font-weight: bold; float: left; }
57
.downtimeINACTIVE { font-size: 10pt;  text-align: left;  background-color: #33FF00;  font-weight: bold; float: left; }
58
 
59
.processOK { font-size: 10pt;  background-color: #33FF00;  font-weight: bold; }
60
.processUNKNOWN { font-size: 10pt;  background-color: #FF9900;  font-weight: bold; }
61
.processWARNING { font-size: 10pt;  background-color: #FFFF00;  font-weight: bold; }
62
.processCRITICAL { font-size: 10pt;  background-color: #F83838;  font-weight: bold; }
63
 
64
.modeACTIVE { font-size: 10pt;  background-color: #33FF00;  font-weight: bold; }
65
.modeSTANDBY { font-size: 10pt;  background-color: #FFFF00;  font-weight: bold; }
66
 
67
.hostUP { font-size: 10pt;  text-align: left;  background-color: #33FF00;  font-weight: bold; float: left; }
68
.hostDOWN { font-size: 10pt;  text-align: left;  background-color: #F83838;  font-weight: bold; float: left; }
69
.hostUNREACHABLE { font-size: 10pt;  text-align: left;  background-color: #F83838;  font-weight: bold; float: left; }
70
 
71
.serviceOK { font-size: 10pt;  text-align: left;  background-color: #33FF00;  font-weight: bold; float: left; }
72
.serviceWARNING { font-size: 10pt;  text-align: left;  background-color: #FFFF00;  font-weight: bold; float: left; }
73
.serviceUNKNOWN { font-size: 10pt;  text-align: left;  background-color: #FF9900;  font-weight: bold; float: left; }
74
.serviceCRITICAL { font-size: 10pt;  text-align: left;  background-color: #F83838;  font-weight: bold; float: left; }
75
 
76
.commandPanel { background-color: white; }
77
.commentPanel { background-color: white; }
78
 
79
.stateInfoPanel { background-color: white; }
80
.stateStatisticsPanel { background-color: white; }
81
.stateInfoTable1 { font-size: 10pt;  background-color: #DBDBDB; }
82
.stateInfoTable2 { font-size: 10pt;  background-color: #C4C2C2; }
83
 
84
.dataVar { font-size: 10pt; }
85
.dataVal { font-size: 10pt; }
86
 
87
.queueTitle { text-align: center;  font-weight: bold;  font-size: 12pt; }
88
 
89
TABLE.queue { font-size: 10pt;  background-color: white;  padding: 2px; border-collapse:separate;}
90
TH.queue { font-size: 10pt;  text-align: left;  background-color: #999797; }
91
.queueOdd { font-size: 9pt;  background-color: #DBDBDB; }
92
.queueEven { font-size: 9pt;  background-color: #C4C2C2; }
93
.queueENABLED { font-size: 9pt;  background-color: #33FF00; }
94
.queueDISABLED { font-size: 9pt;  background-color: #F83838; }
95
 
96