Compare commits

...

2 Commits

Author SHA1 Message Date
Kameron Kenny 5889454231 bump 2025-01-05 10:18:33 -05:00
Kameron Kenny f4392f4987 style 2025-01-05 10:18:12 -05:00
2 changed files with 7 additions and 1 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:250105.0.02 image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:250105.0.03
networks: networks:
infra_dev_net: infra_dev_net:
ipv4_address: 10.99.23.36 ipv4_address: 10.99.23.36

View File

@ -69,6 +69,12 @@
border-bottom: 1px solid #bdbf00; border-bottom: 1px solid #bdbf00;
border-right: 1px solid #bdbf00; border-right: 1px solid #bdbf00;
} }
.up {
color: #bbbbbb;
}
.up tr {
border: 1px solid #1ad300;
}
.statusinfo { .statusinfo {
font-size: 14px !important; font-size: 14px !important;
} }