css
This commit is contained in:
parent
160ddd9f59
commit
1be3f7a932
|
@ -12,7 +12,7 @@ services:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: nagios
|
container_name: nagios
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.14
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.15
|
||||||
networks:
|
networks:
|
||||||
infra_dev_net:
|
infra_dev_net:
|
||||||
ipv4_address: 10.99.23.36
|
ipv4_address: 10.99.23.36
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
TABLE.status { font-size: 9pt; padding: 2; }
|
TABLE.status { font-size: 9pt; padding: 2; }
|
||||||
TH.status { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; }
|
TH.status { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; }
|
||||||
DIV.status { font-size: 10pt; text-align: center; }
|
DIV.status { font-size: 10pt; text-align: center; }
|
||||||
.statusOdd { font-size: 9pt; background-color: #e7e7e7; }
|
.statusOdd { font-size: 9pt; background-color: #191919; }
|
||||||
.statusEven { font-size: 9pt; background-color: #f4f2f2; }
|
.statusEven { font-size: 9pt; background-color: #363636; }
|
||||||
|
|
||||||
.statusPENDING { font-size: 9pt; background-color: var(--color-pending); }
|
.statusPENDING { font-size: 9pt; background-color: var(--color-pending); }
|
||||||
.statusOK { font-size: 9pt; background-color: var(--color-ok); }
|
.statusOK { font-size: 9pt; background-color: var(--color-ok); }
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
/* exfoliation: a nagios makeover */
|
/* exfoliation: a nagios makeover */
|
||||||
/* Copyright 2010 Matthew Wall, all rights reserved */
|
/* Copyright 2010 Matthew Wall, all rights reserved */
|
||||||
/* */
|
/* */
|
||||||
/* Permission to use, copy, modify, and distribute this software for any */
|
/* Permission to use, copy, modify, and distribute this software for any */
|
||||||
/* purpose with or without fee is hereby granted, provided that the above */
|
/* purpose with or without fee is hereby granted, provided that the above */
|
||||||
/* copyright notice and this permission notice appear in all copies. */
|
/* copyright notice and this permission notice appear in all copies. */
|
||||||
|
|
||||||
.status { }
|
.status { }
|
||||||
|
|
||||||
.itemTotalsTitle { font-size: 8pt; font-style: italic; clear:both;}
|
.itemTotalsTitle { font-size: 8pt; font-style: italic; clear:both;}
|
||||||
|
|
||||||
table.status { font-size: 9pt; padding: 0 0 10 0; }
|
table.status { font-size: 9pt; padding: 0 0 10 0; }
|
||||||
table.statuss td, table.statuss td a { color: var(--color-alt-text) }
|
table.statuss td, table.statuss td a { color: var(--color-alt-text) }
|
||||||
th.status { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; }
|
th.status { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; }
|
||||||
div.status { font-size: 10pt; text-align: center; }
|
div.status { font-size: 10pt; text-align: center; }
|
||||||
.statusOdd { font-size: 9pt; background-color: var(--color-medium-grey); line-height: 150%; padding: 0 4 0 4; }
|
.statusOdd { font-size: 9pt; background-color: #363636; line-height: 150%; padding: 0 4 0 4; }
|
||||||
.statusEven { font-size: 9pt; background-color: var(--charcoal-gray); line-height: 150%; padding: 0 4 0 4; }
|
.statusEven { font-size: 9pt; background-color: #191919; line-height: 150%; padding: 0 4 0 4; }
|
||||||
.statusOdd, .statusOdd a, .statusEven, .statusEven a { color: var(--color-main-text); }
|
.statusOdd, .statusOdd a, .statusEven, .statusEven a { color: var(--color-main-text); }
|
||||||
|
|
||||||
|
|
||||||
.statusPENDING { font-size: 9pt; background-color: var(--color-pending); border: 1px solid #777777; padding: 0 5 0 5; }
|
.statusPENDING { font-size: 9pt; background-color: var(--color-pending); border: 1px solid #777777; padding: 0 5 0 5; }
|
||||||
.statusOK { font-size: 9pt; background-color: var(--color-ok); border: 1px solid #777777; padding: 0 5 0 5; }
|
.statusOK { font-size: 9pt; background-color: var(--color-ok); border: 1px solid #777777; padding: 0 5 0 5; }
|
||||||
|
@ -24,7 +24,7 @@ div.status { font-size: 10pt; text-align: center; }
|
||||||
.statusUNKNOWN { font-size: 9pt; background-color: var(--color-unknown); border: 1px solid #777777; padding: 0 5 0 5; }
|
.statusUNKNOWN { font-size: 9pt; background-color: var(--color-unknown); border: 1px solid #777777; padding: 0 5 0 5; }
|
||||||
.statusWARNING { font-size: 9pt; background-color: var(--color-warning); border: 1px solid #777777; padding: 0 5 0 5; }
|
.statusWARNING { font-size: 9pt; background-color: var(--color-warning); border: 1px solid #777777; padding: 0 5 0 5; }
|
||||||
.statusCRITICAL { font-size: 9pt; background-color: var(--color-problem); border: 1px solid #777777; padding: 0 5 0 5; }
|
.statusCRITICAL { font-size: 9pt; background-color: var(--color-problem); border: 1px solid #777777; padding: 0 5 0 5; }
|
||||||
.statusCRITICALACK { font-size: 9pt; background-color: var(--color-problem); border: 1px solid #777777; padding: 0 5 0 5; }
|
.statusCRITICALACK { font-size: 9pt; background-color: var(--color-problem); border: 1px solid #777777; padding: 0 5 0 5; }
|
||||||
|
|
||||||
.statusHOSTPENDING { font-size: 9pt; background-color: var(--color-pending); line-height: 150%; padding: 0 4 0 4; }
|
.statusHOSTPENDING { font-size: 9pt; background-color: var(--color-pending); line-height: 150%; padding: 0 4 0 4; }
|
||||||
.statusHOSTUP { font-size: 9pt; background-color: var(--color-ok); line-height: 150%; padding: 0 4 0 4; }
|
.statusHOSTUP { font-size: 9pt; background-color: var(--color-ok); line-height: 150%; padding: 0 4 0 4; }
|
||||||
|
@ -61,7 +61,7 @@ td.serviceTotals { font-size: 9pt; text-align: center; background-color: v
|
||||||
.serviceTotalsPENDING { font-size: 9pt; text-align: center; background-color: var(--color-pending); border: 1px solid #777777; padding: 2 4 2 4; }
|
.serviceTotalsPENDING { font-size: 9pt; text-align: center; background-color: var(--color-pending); border: 1px solid #777777; padding: 2 4 2 4; }
|
||||||
.serviceTotalsPROBLEMS { font-size: 9pt; text-align: center; background-color: var(--color-unimportant); border: 1px solid #777777; padding: 2 4 2 4; }
|
.serviceTotalsPROBLEMS { font-size: 9pt; text-align: center; background-color: var(--color-unimportant); border: 1px solid #777777; padding: 2 4 2 4; }
|
||||||
|
|
||||||
div.hostTotals { font-size: 10pt; text-align: center; font-weight: bold; }
|
div.hostTotals { font-size: 10pt; text-align: center; font-weight: bold; }
|
||||||
table.hostTotals { font-size: 10pt; font-weight: bold; }
|
table.hostTotals { font-size: 10pt; font-weight: bold; }
|
||||||
th.hostTotals,a.hostTotals { font-size: 8pt; }
|
th.hostTotals,a.hostTotals { font-size: 8pt; }
|
||||||
td.hostTotals { font-size: 9pt; text-align: center; background-color: var(--color-plasma-blue); border: 1px solid #777777; padding: 2 4 2 4; }
|
td.hostTotals { font-size: 9pt; text-align: center; background-color: var(--color-plasma-blue); border: 1px solid #777777; padding: 2 4 2 4; }
|
||||||
|
@ -86,6 +86,6 @@ td.hostTotals { font-size: 9pt; text-align: center; background-color: v
|
||||||
#result_limit { display:inline;}
|
#result_limit { display:inline;}
|
||||||
.pagenumber { display: block; float:left; border: 1px solid var(--color-alternate-gray); padding: 0 2px 0 2px; margin: 1px;text-align:center; height:15px; }
|
.pagenumber { display: block; float:left; border: 1px solid var(--color-alternate-gray); padding: 0 2px 0 2px; margin: 1px;text-align:center; height:15px; }
|
||||||
a.pagenumber:hover { background-color: #EFEFEF;text-decoration:none;}
|
a.pagenumber:hover { background-color: #EFEFEF;text-decoration:none;}
|
||||||
.current_page { color: #AAA; }
|
.current_page { color: #AAA; }
|
||||||
#inner_numbers { clear:right;}
|
#inner_numbers { clear:right;}
|
||||||
#pagelimit,#bottom_page_numbers { font-size:8pt;}
|
#pagelimit,#bottom_page_numbers { font-size:8pt;}
|
||||||
|
|
Loading…
Reference in New Issue