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
@hiroshi-yamazaki 一応共有です。/aws-mtの件です。
https://github.com/hiroshi-yamazaki/ansible/blob/master/aws-mt/roles/httpd/templates/logrotate.d/httpd#L9 にある通り、httpdのlogrotateはreloadになっています。
monitでhttpdを監視しているのですが、monitのhttpd監視時に偶然httpdのrogrotateでWebが見えない状態になっていると、monitが障害として誤検知してしまうようです。 reload -> graceful にすれば多分解決するのかなと思ってますが、まだ十分な検証はできてないです。。
reload
graceful
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@hiroshi-yamazaki
一応共有です。/aws-mtの件です。
https://github.com/hiroshi-yamazaki/ansible/blob/master/aws-mt/roles/httpd/templates/logrotate.d/httpd#L9
にある通り、httpdのlogrotateはreloadになっています。
monitでhttpdを監視しているのですが、monitのhttpd監視時に偶然httpdのrogrotateでWebが見えない状態になっていると、monitが障害として誤検知してしまうようです。
reload
->graceful
にすれば多分解決するのかなと思ってますが、まだ十分な検証はできてないです。。The text was updated successfully, but these errors were encountered: