mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
11 lines
184 B
Text
11 lines
184 B
Text
|
{
|
||
|
"collectd": {
|
||
|
"enabled": true,
|
||
|
"server": "{{ collectd_server }}",
|
||
|
"port": {{ collectd_port }},
|
||
|
"encryption": null,
|
||
|
"username": null,
|
||
|
"password": null
|
||
|
}
|
||
|
}
|