Skip to content

Commit

Permalink
Include tip for restarting Watchdog when making config changes (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed May 23, 2023
1 parent 4b18119 commit 64ca796
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/apps/guides/hosting/monitoring/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ docker compose up -d --remove-orphans
### Additional Configuration
When making any changes to your CHT Watchdog configuration (e.g. adding/removing instances from the `cht-instances.yml` file) make sure to restart all services to pick up the changes:
```shell
cd ~/cht-watchdog
docker compose down
docker compose up -d
```
#### couch2pg Data
With the [release of 1.1.0](https://github.com/medic/cht-watchdog/releases/tag/1.1.0), Watchdog now supports easily ingesting [couch2pg]({{< relref "apps/tutorials/couch2pg-setup" >}}) data read in from a Postgres database.
Expand Down

0 comments on commit 64ca796

Please sign in to comment.