Skip to content

Commit

Permalink
Updated order of config to match code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanderhuisman committed Feb 18, 2019
1 parent 8ee8299 commit 440dcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ docker_monitor:
| Parameter | Type | Description |
| -------------------- | ------------------------ | --------------------------------------------------------------------- |
| url | string (Optional) | Host URL of Docker daemon. Defaults to `unix://var/run/docker.sock`. |
| name | string (Optional) | Client name of Docker daemon. Defaults to `Docker`. |
| url | string (Optional) | Host URL of Docker daemon. Defaults to `unix://var/run/docker.sock`. |
| scan_interval | time_period (Optional) | Update interval. Defaults to 10 seconds. |
| containers | list (Optional) | Array of containers to monitor. Defaults to all containers. |
| monitored_conditions | list (Optional) | Array of conditions to be monitored. Defaults to all conditions |
Expand Down

0 comments on commit 440dcc3

Please sign in to comment.