Hello!
There are some issues with configuration file.
If I take the conf file as it is, just with my addresses and passwords, it doesn't pass the yaml-lint, because of the following error:
yamllint config_basic.yml config_basic.yml 3:1 error syntax error: expected <block end>, but found '-'
And if I insert the word 'names:' just before it (like following)
`---
interval: '30s'
names:
- name: 'router'
enabled: 'true'
`
the config file passes the yaml-lint test, but the container just exits with (0) exit code.
Is it the way the container supposed to behave?
Can you advice, how can I use it?
Hello!
There are some issues with configuration file.
If I take the conf file as it is, just with my addresses and passwords, it doesn't pass the yaml-lint, because of the following error:
yamllint config_basic.yml config_basic.yml 3:1 error syntax error: expected <block end>, but found '-'And if I insert the word 'names:' just before it (like following)
`---
interval: '30s'
names:
enabled: 'true'
`
the config file passes the yaml-lint test, but the container just exits with (0) exit code.
Is it the way the container supposed to behave?
Can you advice, how can I use it?