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
I was looking into using telegraf to scrape nginx metrics from lancache into InfluxDB. The telegraf nginx agent wants to hit the nginx status page for some stats. It looks like the /nginx_status endpoint is configured in the base image: https://github.com/lancachenet/ubuntu-nginx/blob/8adad4dcdea7297f7de386bd8cf8ef5fc21b8d2d/overlay/etc/nginx/sites-available/status.conf#L5
/nginx_status
…but those site configs get removed in this repo's Dockerfile:
monolithic/Dockerfile
Line 26 in 8392ba6
I can hack this up myself for local usage but it would be nice if this worked out-of-the-box.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was looking into using telegraf to scrape nginx metrics from lancache into InfluxDB. The telegraf nginx agent wants to hit the nginx status page for some stats. It looks like the
/nginx_status
endpoint is configured in the base image:https://github.com/lancachenet/ubuntu-nginx/blob/8adad4dcdea7297f7de386bd8cf8ef5fc21b8d2d/overlay/etc/nginx/sites-available/status.conf#L5
…but those site configs get removed in this repo's Dockerfile:
monolithic/Dockerfile
Line 26 in 8392ba6
I can hack this up myself for local usage but it would be nice if this worked out-of-the-box.
The text was updated successfully, but these errors were encountered: