mirror of https://github.com/mikaku/Monitorix.git
added support for Pure-FTPD logs in the 'serv.pm' graph
This commit is contained in:
parent
6360067e89
commit
d1c71bd77a
|
@ -283,6 +283,11 @@ sub serv_update {
|
||||||
$ftp++;
|
$ftp++;
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
# Pure-FTPd log
|
||||||
|
if(/ \[INFO\] .*? is now logged in/) {
|
||||||
|
$ftp++;
|
||||||
|
next;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close(IN);
|
close(IN);
|
||||||
|
|
Loading…
Reference in New Issue