nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.37k stars 323 forks source link

Unit socket permissions #980

Closed umlumpa closed 11 months ago

umlumpa commented 11 months ago

Hi guys, i am using nginx unit in kubernetes pods and i want to get prometheus metrics! For metrics this is working https://github.com/nginx/unit/issues/976#issuecomment-1772604991 but problem is changing permissions in unit socket it works if chnage permission after starting pod! added changing permission script for dockerfile entrypoint but it doest work! can you help me i want to monitor all my pods to this i need metrics!

lcrilly commented 11 months ago

As mentioned in #976 , this enhancement is being tracked in https://github.com/nginx/unit/issues/840

Closing as duplicate