fix(docker): Add collerd.json example file
All checks were successful
/ pre-commit (push) Successful in 1m51s
All checks were successful
/ pre-commit (push) Successful in 1m51s
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
7d7614637b
commit
9107326962
2 changed files with 8 additions and 1 deletions
6
docker/collerd.json
Normal file
6
docker/collerd.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"enable_metrics": true,
|
||||
"database_type": "postgres",
|
||||
"database_dsn": "user=coller dbname=coller password=wwav93psLNc9RFrMNCYiixLqkxCMFMnm host=db",
|
||||
"show_version": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue