From 1be3f7a9327bba2cf676ca29b46dff76b65cdca3 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Mon, 30 Dec 2024 17:16:04 -0500 Subject: [PATCH] css --- docker-compose.yml | 2 +- .../nagios/share/stylesheets/ministatus.css | 4 +-- .../opt/nagios/share/stylesheets/status.css | 34 +++++++++---------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 53fdc3b..5128b61 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: build: dockerfile: Dockerfile 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: infra_dev_net: ipv4_address: 10.99.23.36 diff --git a/overlay/opt/nagios/share/stylesheets/ministatus.css b/overlay/opt/nagios/share/stylesheets/ministatus.css index 669be9a..c0cec48 100644 --- a/overlay/opt/nagios/share/stylesheets/ministatus.css +++ b/overlay/opt/nagios/share/stylesheets/ministatus.css @@ -10,8 +10,8 @@ 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; } DIV.status { font-size: 10pt; text-align: center; } -.statusOdd { font-size: 9pt; background-color: #e7e7e7; } -.statusEven { font-size: 9pt; background-color: #f4f2f2; } +.statusOdd { font-size: 9pt; background-color: #191919; } +.statusEven { font-size: 9pt; background-color: #363636; } .statusPENDING { font-size: 9pt; background-color: var(--color-pending); } .statusOK { font-size: 9pt; background-color: var(--color-ok); } diff --git a/overlay/opt/nagios/share/stylesheets/status.css b/overlay/opt/nagios/share/stylesheets/status.css index 408c403..3c61300 100644 --- a/overlay/opt/nagios/share/stylesheets/status.css +++ b/overlay/opt/nagios/share/stylesheets/status.css @@ -1,22 +1,22 @@ -/* exfoliation: a nagios makeover */ -/* Copyright 2010 Matthew Wall, all rights reserved */ -/* */ -/* Permission to use, copy, modify, and distribute this software for any */ -/* purpose with or without fee is hereby granted, provided that the above */ -/* copyright notice and this permission notice appear in all copies. */ - -.status { } - -.itemTotalsTitle { font-size: 8pt; font-style: italic; clear:both;} - +/* exfoliation: a nagios makeover */ +/* Copyright 2010 Matthew Wall, all rights reserved */ +/* */ +/* Permission to use, copy, modify, and distribute this software for any */ +/* purpose with or without fee is hereby granted, provided that the above */ +/* copyright notice and this permission notice appear in all copies. */ + +.status { } + +.itemTotalsTitle { font-size: 8pt; font-style: italic; clear:both;} + table.status { font-size: 9pt; padding: 0 0 10 0; } 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; } 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; } -.statusEven { font-size: 9pt; background-color: var(--charcoal-gray); 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: #191919; line-height: 150%; padding: 0 4 0 4; } .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; } .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; } .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; } -.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; } .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; } .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; } 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; } @@ -86,6 +86,6 @@ td.hostTotals { font-size: 9pt; text-align: center; background-color: v #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; } a.pagenumber:hover { background-color: #EFEFEF;text-decoration:none;} -.current_page { color: #AAA; } +.current_page { color: #AAA; } #inner_numbers { clear:right;} #pagelimit,#bottom_page_numbers { font-size:8pt;}