nagios-dash
This commit is contained in:
parent
c55bee87fd
commit
dee322af88
|
@ -12,7 +12,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
container_name: nagios
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.12
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.13
|
||||
networks:
|
||||
infra_dev_net:
|
||||
ipv4_address: 10.99.23.36
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$file = fopen("/var/cache/nagios3/status.dat", "r") or exit("Unable to open file!"); //path to nagios file
|
||||
$file = fopen("/opt/nagios/var/status.dat", "r") or exit("Unable to open file!"); //path to nagios file
|
||||
$refreshvalue = 10; //value in seconds to refresh page
|
||||
|
||||
$collastcheck = true; //true/false to show last checked date column in table
|
||||
|
|
Loading…
Reference in New Issue