Donal Hurley

Results 10 issues of 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...

new-image
library/nginx-agent

### Proposed changes Example: ``` { "status": "PENDING", "checks": [ { "name": "registration", "status": "OK" }, { "name": "commandConnection", "status": "OK" }, { "name": "metricsConnection", "status": "PENDING" } ] }...

dependencies
chore
highlights

### 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...

chore

### 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...

documentation
dependencies
chore

### 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...

chore

### 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...

documentation
chore
v3.x

### 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....

dependencies
chore
v3.x

### 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...

chore
v3.x

### 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 -...

dependencies