We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apache2.prototype.logCommand = 'tail -n LINECOUNT /var/log/apache2/access.log | grep \'" [4-5][0-9][0-9] \'';
Currently it only tracks access.log and error.log. And somehow apache access_log is not sent to slack channel. (Didn't check sending code yet)
access.log
error.log
The text was updated successfully, but these errors were encountered:
How do you mean "add log filenames" ? Make them configureable? Sounds like a good plan.
Regarding access log not sending to channel, it "should" work. It does however only log 4XX and 5XX responses.
Sorry, something went wrong.
app_access.log
web_access.log
No branches or pull requests
Currently it only tracks
access.log
anderror.log
.And somehow apache access_log is not sent to slack channel. (Didn't check sending code yet)
The text was updated successfully, but these errors were encountered: