no f4f2f2

This commit is contained in:
Kameron Kenny 2024-12-30 21:16:30 -05:00
parent 1be3f7a932
commit a0f96242f8
6 changed files with 9 additions and 9 deletions

View File

@ -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.15 image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.16
networks: networks:
infra_dev_net: infra_dev_net:
ipv4_address: 10.99.23.36 ipv4_address: 10.99.23.36

View File

@ -21,7 +21,7 @@
table.logEntries { font-size: 9pt; padding: 5 0 0 0; } table.logEntries { font-size: 9pt; padding: 5 0 0 0; }
th.logEntries { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; } th.logEntries { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; }
.logEntriesOdd { background-color: #e7e7e7; padding: 0 4 0 4; } .logEntriesOdd { background-color: #e7e7e7; padding: 0 4 0 4; }
.logEntriesEven { background-color: #f4f2f2; padding: 0 4 0 4; } .logEntriesEven { background-color: #363636; padding: 0 4 0 4; }
.logEntriesOK { background-color: var(--color-ok); padding: 0 4 0 4; } .logEntriesOK { background-color: var(--color-ok); padding: 0 4 0 4; }
.logEntriesUNKNOWN { background-color: var(--color-unknown); padding: 0 4 0 4; } .logEntriesUNKNOWN { background-color: var(--color-unknown); padding: 0 4 0 4; }

View File

@ -14,11 +14,11 @@
.StaticData { font-size: 10pt; padding: 2; } .StaticData { font-size: 10pt; padding: 2; }
.TableHeader { font-size: 10pt; background-color: #d0d0d0; font-weight: bold; } .TableHeader { font-size: 10pt; background-color: #d0d0d0; font-weight: bold; }
.Item { font-size: 10pt; background-color: #f4f2f2; font-weight: bold; } .Item { font-size: 10pt; background-color: #363636; font-weight: bold; }
.DataSource { font-size: 10pt; background-color: #f4f2f2; } .DataSource { font-size: 10pt; background-color: #363636; }
.Number { font-size: 10pt; background-color: #f4f2f2; } .Number { font-size: 10pt; background-color: #363636; }
.Value { font-size: 10pt; background-color: #f4f2f2; font-weight: bold; } .Value { font-size: 10pt; background-color: #363636; font-weight: bold; }
.ValueOk { font-size: 10pt; background-color: var(--color-ok); font-weight: bold; } .ValueOk { font-size: 10pt; background-color: var(--color-ok); font-weight: bold; }
.ValueError { font-size: 10pt; background-color: var(--color-problem); font-weight: bold; } .ValueError { font-size: 10pt; background-color: var(--color-problem); font-weight: bold; }

View File

@ -29,7 +29,7 @@ not important: blue aaccff 777777
table header: d0d0d0 table header: d0d0d0
odd rows: e7e7e7 odd rows: e7e7e7
even rows: f4f2f2 even rows: 363636
titles: 12pt titles: 12pt
body: 10pt body: 10pt

View File

@ -10,7 +10,7 @@
TABLE.notifications { padding: 0; margin: 0; } TABLE.notifications { padding: 0; margin: 0; }
TH.notifications { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; } TH.notifications { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; }
.notificationsOdd { font-size: 8pt; background-color: #e7e7e7; padding: 0 4 0 4; } .notificationsOdd { font-size: 8pt; background-color: #e7e7e7; padding: 0 4 0 4; }
.notificationsEven { font-size: 8pt; background-color: #f4f2f2; padding: 0 4 0 4; } .notificationsEven { font-size: 8pt; background-color: #363636; padding: 0 4 0 4; }
/* these are dark colors */ /* these are dark colors */
.notificationsOK { background-color: var(--color-ok); border: 1px solid #777777; padding: 0 4 0 4; } .notificationsOK { background-color: var(--color-ok); border: 1px solid #777777; padding: 0 4 0 4; }

View File

@ -18,7 +18,7 @@
table.data { padding-top: 15; } table.data { padding-top: 15; }
.reportDataOdd { font-size: 9pt; background-color: #e7e7e7; padding: 0 4 0 4; } .reportDataOdd { font-size: 9pt; background-color: #e7e7e7; padding: 0 4 0 4; }
.reportDataEven { font-size: 9pt; background-color: #f4f2f2; padding: 0 4 0 4; } .reportDataEven { font-size: 9pt; background-color: #363636; padding: 0 4 0 4; }
.hostUP { font-size: 9pt; background-color: var(--color-ok); border: 1px solid #777777; padding: 0 4 0 4; } .hostUP { font-size: 9pt; background-color: var(--color-ok); border: 1px solid #777777; padding: 0 4 0 4; }
.hostDOWN { font-size: 9pt; background-color: var(--color-problem); border: 1px solid #777777; padding: 0 4 0 4; } .hostDOWN { font-size: 9pt; background-color: var(--color-problem); border: 1px solid #777777; padding: 0 4 0 4; }