You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. Apologize for opening a issue when your script works perfectly. I would like to know if there's a simple way to adapt it to monitor multiple log files on the same server. I have an independent access log file per virtual host. Thanks.
The text was updated successfully, but these errors were encountered:
You'll need to patch and compile Nginx with the extended_status_module.
It's not included with the default package.
Bryce Walter
On Oct 9, 2015 5:46 AM, "hsoares" [email protected] wrote:
Hey. Apologize for opening a issue when your script works perfectly. I
would like to know if there's a simple way to adapt it to monitor multiple
log files on the same server. I have an independent access log file per
virtual host. Thanks.
—
Reply to this email directly or view it on GitHub #6.
@hsoares you can just run several copies on that script and change path to the log file and to temp file(where it saves offset of log file) in each of them. This is the easiest way.
Hey. Apologize for opening a issue when your script works perfectly. I would like to know if there's a simple way to adapt it to monitor multiple log files on the same server. I have an independent access log file per virtual host. Thanks.
The text was updated successfully, but these errors were encountered: