-
-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
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
Log keep spam 127.0.0.1 "GET /" 200 2996 "" "Wget" #303
Comments
same, I was wondering about this as well as I notice it on my docker container as well, when I glanced at my Greylog server and saw it full of them. I thought this might be related to the service-up monitoring feature, but i disabled it via the config already... unless that's not being respected? ( |
Its not the connectivity check from homer itself, but the container healthcheck that is the source of these. See Lines 28 to 29 in 451b1ac
|
Ahhhh that makes sense, thanks! Knowing that I might just over-ride the intervals i the compose file, or maybe just disabled it entirely... I have other monitoring services in place anyways. |
Yes, a 5 second interval for the health check seems quite excessive. |
How can i disable the health check? |
You can override the health check parameters defined inside the container by simply adding them to your startup command or compose file. For the compose file, you have 6 options you can set, with any omitted being loaded from the image and the disable overriding everything to turn it off.
In the case of this container, I just added the following to kill it entirely for now until I take time to rethink how I want it to run long term:
|
Thank you very much |
Hi there! |
I'd like to have the healthcheck enabled AND have no wget log messages. Is that possible?
|
@baumheld requests from 127.0.0.1 are now filtered out, no more healthcheck spamming! Thanks for your message! |
My homer docker container log keep spamming with
1633369746 127.0.0.1 "GET /" 200 2996 "" "Wget"
here my compose file look like
Test with raspberry pi and on my linux mint machine both spamming the log with the same 127.0.0.1 "GET /" 200 2996 "" "Wget"
when i check glances and ctop it cause cpu spike
The text was updated successfully, but these errors were encountered: