Compare commits
2 Commits
b9db2fab6f
...
5889454231
Author | SHA1 | Date |
---|---|---|
|
5889454231 | |
|
f4392f4987 |
|
@ -12,7 +12,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
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:
|
||||
infra_dev_net:
|
||||
ipv4_address: 10.99.23.36
|
||||
|
|
|
@ -69,6 +69,12 @@
|
|||
border-bottom: 1px solid #bdbf00;
|
||||
border-right: 1px solid #bdbf00;
|
||||
}
|
||||
.up {
|
||||
color: #bbbbbb;
|
||||
}
|
||||
.up tr {
|
||||
border: 1px solid #1ad300;
|
||||
}
|
||||
.statusinfo {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue