Donal Hurley
Donal Hurley
Documentation for NGINX Agent image. See PR for adding image to Docker Library https://github.com/docker-library/official-images/pull/15079
Hi, This PR is to start the process of adding [NGINX Agent](https://github.com/nginx/agent) docker images under the umbrella of Docker Library. NGINX Agent is a companion daemon for your NGINX Open...
### Proposed changes Example: ``` { "status": "PENDING", "checks": [ { "name": "registration", "status": "OK" }, { "name": "commandConnection", "status": "OK" }, { "name": "metricsConnection", "status": "PENDING" } ] }...
### Proposed changes Add config apply integration tests ### Checklist Before creating a PR, run through this checklist and mark each as complete. - [ ] I have read the...
### Proposed changes - Collect NGINX Plus metrics - Update collector configuration to be dynamic depending on want instances are found - Add build agent with nginx plus image make...
### Proposed changes - Added checks to ensure that we only send NGINX config context updates if there is a change to the NGINX config - Added checks to prevent...
### Proposed changes - Add default config for command. - Check that configuration and file watcher features are enabled or disabled. ### Checklist Before creating a PR, run through this...
### Proposed changes - Improved logging to tell user what line in the agent config file is incorrect. - Agent now detects if a field in the config is unknown....
### Proposed changes Add nil check for SSL certificate file paths ### Checklist Before creating a PR, run through this checklist and mark each as complete. - [ ] I...
### Proposed changes - On main branch create a cache of the go dependencies - Update all jobs to use new go dependencies cache - Update testcontainers-go dependency version -...