What it is
You edit the agent’s configuration in the dashboard and submit it as a revision. The agent picks up the pending revision on its next poll, applies it, and reports back. You can see the delivery status in real time on the agent’s detail page. Every push — and every agent acknowledgement — is written to your audit log so you can prove what changed, when, and which operator authorized it.When to use it
- Change the certificate directory path the agent monitors without logging into the host.
- Update polling intervals or connection parameters across a fleet of agents from one place.
- Roll out a new environment variable for deployment scripts running on the agent.
- Confirm a configuration change landed on a remote agent before a planned maintenance window.
- Audit which operator last changed a given agent’s configuration and exactly what they sent.
Set it up
Click Push Config
Click the Push Config button to open the configuration editor. The editor shows the agent’s current configuration as JSON.
Edit the configuration
Make your changes in the editor. The diff view on the right shows what will change compared to the last push.
Submit the push
Click Push. The revision is queued immediately and the agent’s desired state is updated.
What you’ll see
The Push history tab on the agent detail page lists every revision in reverse chronological order, with timestamps and status badges. Click any revision to see the full configuration that was sent and the diff against the prior push. If a push fails, the agent reports an error message visible in the revision detail.If two operators push configuration in quick succession, the agent will only apply the most recent revision. The superseded push remains in the history for audit purposes but will never be applied.
Related
Custom Deployment Scripts
Scripts that may reference configuration values pushed via this mechanism.