mirror of https://github.com/mikaku/Monitorix.git
uncomment a line that forced updates on every minute in the 'serv' graph
This commit is contained in:
parent
444b7a3b32
commit
a264d23c23
|
@ -164,7 +164,7 @@ sub serv_update {
|
|||
|
||||
# This graph is refreshed only every 5 minutes
|
||||
my (undef, $min) = localtime(time);
|
||||
# return if($min % 5);
|
||||
return if($min % 5);
|
||||
|
||||
if(-r $config->{secure_log}) {
|
||||
$date = strftime("%b %e", localtime);
|
||||
|
|
Loading…
Reference in New Issue