This file is indexed.

/etc/icinga/stylesheets/status.css is in icinga-cgi-bin 1.11.6-1+b4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
.status { font-family: arial,serif; font-size: 8pt; background-color: #fff; color: #000; }

a { color: #000;  text-decoration: none; }
a:hover { color: #6e7475; }
th { text-align: left; font-size: 8pt; padding: 0 5px; border: 0; }
td { font-size: 8pt; border: 0; }

.warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; }
.infoMessage { text-align: center; color: #ff3300; font-weight: bold; }

.infoBox { color: #000; padding: 2px; border: 0; }
.infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; }
.infoBoxBadProcStatus { color: #ff3300; }
a.homepageURL:Hover { color: #ff3300; }

.statusTitle { text-align: center; font-weight: bold; font-size: 10pt; vertical-align: middle;}

table.status { background-color: #fff; padding: 2px; border: 0; }
th.status { font-size: 10pt; background-color: #707677; color: #fff; border: 0; }
div.status { font-size: 10pt; text-align: center; }
.statusOdd { background-color: #cfcfcf; }
.statusEven { background-color: #e7e7e7; }

.statusPENDING { text-align: center; background-color: #acacac; color: #fff; }
.statusDOWNTIME { text-align: center; background-color: #acacac; color: #fff; }
.statusOK { text-align: center;  background-color: #00CC33; color: #fff; }
.statusRECOVERY { text-align: center; background-color: #00CC33; color: #fff; }
.statusUNKNOWN { text-align: center; background-color: #E066FF; color: #fff; }
.statusWARNING { text-align: center; background-color: #ffa500; color: #fff; }
.statusCRITICAL { text-align: center; background-color: #ff3300; color: #fff; }
.statusPENDING a, .statusDOWNTIME a, .statusOK a, .statusRECOVERY a, .statusUNKNOWN a, .statusWARNING a, .statusCRITICAL a { color: #000; }
.statusPENDING a:hover, .statusDOWNTIME a:hover, .statusOK a:hover, .statusRECOVERY a:hover, .statusUNKNOWN a:hover, .statusWARNING a:hover, .statusCRITICAL a:hover { color: #fff; }

.statusHOSTPENDING { text-align: center; background-color: #acacac; color: #fff; }
.statusHOSTDOWNTIME { text-align: center; background-color: #acacac; color: #fff; }
.statusHOSTUP { text-align: center; background-color: #00cc33; color: #fff; }
.statusHOSTDOWN { text-align: center; background-color: #ff3300; color: #fff; }
.statusHOSTDOWNACK { text-align: center; background-color: #ff3300; color: #fff; }
.statusHOSTDOWNSCHED { text-align: center; background-color: #ff3300; color: #fff; }
.statusHOSTUNREACHABLE { text-align: center; background-color: #E066FF; color: #fff; }
.statusHOSTUNREACHABLEACK { text-align: center; background-color: #E066FF; color: #fff; }
.statusHOSTUNREACHABLESCHED { text-align: center; background-color: #E066FF; color: #fff; }
.statusHOSTPENDING a, .statusHOSTDOWNTIME a, .statusHOSTUP a, .statusHOSTDOWN a, .statusHOSTDOWNACK a, .statusHOSTDOWNSCHED a, .statusHOSTUNREACHABLE a, .statusHOSTUNREACHABLEACK a, .statusHOSTUNREACHABLESCHED a { color: #000; }
.statusHOSTPENDING a:hover, .statusHOSTDOWNTIME a:hover, .statusHOSTUP a:hover, .statusHOSTDOWN a:hover, .statusHOSTDOWNACK a:hover, .statusHOSTDOWNSCHED a:hover, .statusHOSTUNREACHABLE a:hover, .statusHOSTUNREACHABLEACK a:hover, .statusHOSTUNREACHABLESCHED a:hover { color: #fff; }

.statusBGUNKNOWN { background-color: #EEAEEE; }
.statusBGUNKNOWNACK { background-color: #EEAEEE; }
.statusBGUNKNOWNSCHED { background-color: #EEAEEE; }
.statusBGWARNING { background-color: #ffda9f; }
.statusBGWARNINGACK { background-color: #ffda9f; }
.statusBGWARNINGSCHED { background-color: #ffda9f; }
.statusBGCRITICAL { background-color: #ffd4c9; }
.statusBGCRITICALACK { background-color: #ffd4c9; }
.statusBGCRITICALSCHED { background-color: #ffd4c9; }
.statusBGDOWN { background-color: #ffd4c9; }
.statusBGDOWNACK { background-color: #ffd4c9; }
.statusBGDOWNSCHED { background-color: #ffd4c9; }
.statusBGUNREACHABLE { background-color: #EEAEEE; }
.statusBGUNREACHABLEACK { background-color: #EEAEEE; }
.statusBGUNREACHABLESCHED { background-color: #EEAEEE; }

div.serviceTotals { text-align: center; font-weight: bold; font-size: 10pt; }
table.serviceTotals { font-size: 10pt; background-color: #fff; padding: 2px; border: 0; }
th.serviceTotals,A.serviceTotals { text-align: center; font-size: 10pt; background-color: #707677; color: #fff; border: 0; }
td.serviceTotals { text-align: center; background-color: #e9e9e9; }
a.serviceTotals:hover { color: #000; }

.serviceTotalsOK { text-align: center; background-color: #00CC33; color: #fff; border: 0 }
.serviceTotalsBGOK { border: 1px #00CC33 solid; }
.serviceTotalsWARNING { text-align: center; background-color: #ffa500; color: #fff; border: 0 }
.serviceTotalsBGWARNING { border: 1px #ffa500 solid; }
.serviceTotalsUNKNOWN { text-align: center; background-color: #E066FF; color: #fff; border: 0 }
.serviceTotalsBGUNKNOWN { border: 1px #E066FF solid; }
.serviceTotalsCRITICAL { text-align: center; background-color: #ff3300; color: #fff; border: 0 }
.serviceTotalsBGCRITICAL { border: 1px #ff3300 solid; }
.serviceTotalsPENDING { text-align: center; background-color: #acacac; color: #fff; border: 0 }
.serviceTotalsBGPENDING { border: 1px #acacac solid; }
.serviceTotalsPROBLEMS { text-align: center; background-color: #6ec2fd; color: #fff; border: 0 }
.serviceTotalsBGPROBLEMS { border: 1px #6ec2fd solid; }

div.serviceTotalsCommands { text-align: right; font-weight: bold; font-size: 10pt; }
table.serviceTotalsCommands { font-size: 10pt; background-color: #fff; padding: 2px; border: 0; }
th.serviceTotalsCommands,A.serviceTotalsCommands { text-align: right; font-size: 10pt; background-color: #707677; color: #fff; border: 0; }
td.serviceTotalsCommands { text-align: right; background-color: #e9e9e9; border: 0; }
a.serviceTotalsCommands:hover { color: #000; }
serviceTotalsCommands a:hover { color: #fff; }

div.hostTotals { text-align: center; font-weight: bold; font-size: 10pt; }
table.hostTotals { font-size: 10pt; background-color: #fff; padding: 2px; border: 0; }
th.hostTotals,A.hostTotals { text-align: center; font-size: 10pt; background-color: #707677; color: #fff; border: 0; }
td.hostTotals { text-align: center; background-color: #e9e9e9; }
a.hostTotals:hover { color: #000; }

.hostTotalsUP { text-align: center; background-color: #00cc33; color: #fff; border: 0 }
.hostTotalsBGUP { border: 1px #00cc33 solid; }
.hostTotalsDOWN { text-align: center; background-color: #ff3300; color: #fff; border: 0 }
.hostTotalsBGDOWN { border: 1px #ff3300 solid; }
.hostTotalsUNREACHABLE { text-align: center; background-color: #E066FF; color: #fff; border: 0 }
.hostTotalsBGUNREACHABLE { border: 1px #E066FF solid; }
.hostTotalsPENDING { text-align: center; background-color: #acacac; color: #fff; border: 0 }
.hostTotalsBGPENDING { border: 1px #acacac solid; }
.hostTotalsPROBLEMS { text-align: center; background-color: #6ec2fd; color: #fff; border: 0 }
.hostTotalsBGPROBLEMS { border: 1px #6ec2fd solid; }

div.hostTotalsCommands { text-align: right; font-weight: bold; font-size: 10pt; }
table.hostTotalsCommands { font-size: 10pt; background-color: #fff; padding: 2px; border: 0; }
th.hostTotalsCommands,A.hostTotalsCommands { text-align: right; font-size: 10pt; background-color: #707677; color: #fff; border: 0; }
td.hostTotalsCommands { text-align: right; background-color: #e9e9e9; border: 0; }
a.hostTotalsCommands:hover { color: #000; }
hostTotalsCommands a:hover { color: #fff; }

.miniStatusPENDING { background-color: #acacac;  text-align: center; }
.miniStatusOK { background-color: #00cc33;  text-align: center; }
.miniStatusUNKNOWN { background-color: #bf44b2;  text-align: center; }
.miniStatusWARNING { background-color: #ffa500;  text-align: center; }
.miniStatusCRITICAL { background-color: #ff3300;  text-align: center; }
.miniStatusPENDING a, .miniStatusOK a, .miniStatusUNKNOWN a, .miniStatusWARNING a, .miniStatusCRITICAL a { color: #000; }
.miniStatusPENDING a:hover, .miniStatusOK a:hover, .miniStatusUNKNOWN a:hover, .miniStatusWARNING a:hover, .miniStatusCRITICAL a:hover { color: #fff; }

.miniStatusUP { background-color: #00cc33; text-align: center; }
.miniStatusDOWN { background-color: #ff3300; text-align: center; }
.miniStatusUNREACHABLE { background-color: #bf44b2; text-align: center; }
.miniStatusUP a, .miniStatusDOWN a, .miniStatusUNREACHABLE a { color: #000; }
.miniStatusUP a:hover, .miniStatusDOWN a:hover, .miniStatusUNREACHABLE a:hover { color: #fff; }

.hostImportantProblem { background-color: #ff3300; color: #000; }
.hostUnimportantProblem { background-color: #ffcccc; color: #000; }

.serviceImportantProblem { background-color: #ff3300; color: #000; }
.serviceUnimportantProblem { background-color: #ffcccc; color: #000; }

.highlightRow { background-color: #BBC3BB; }

.filterTitle { font-size: 10pt; font-weight: bold; }
.filterName { font-size: 9pt; padding-top: 0.2em; padding-bottom: 0.2em; padding-right: 0.7em;}
.filterValue { color: #707677; font-size: 9pt; padding-top: 0.2em; padding-bottom: 0.2em;}

#display_filters_box,
#host_status_types_box,
#host_properties_box,
#service_status_types_box,
#service_properties_box { position: absolute; padding: 0.4em; margin-left: 0.5em; z-index: 101; }

#display_filters_box { z-index: 100; padding-right: 1em; }

#apply_button { margin-top:0.5em; }