adding more metrics for mev #219
Annotations
2 errors and 1 warning
yaml[trailing-spaces]:
monitoring.yml#L75
Trailing spaces
|
Ansible lint
Process completed with exit code 1.
|
jinja[spacing]:
monitoring.yml#L79
Jinja2 spacing could be improved: {{ telegraf_mounts + [ {'type': 'bind', 'source': '/run/mev_imc_temperature.json', 'target': '/run/mev_imc_temperature.json', 'read_only': true}, {'type': 'bind', 'source': '/var/run/docker.sock', 'target': '/var/run/docker.sock', 'read_only': false} ] }} -> {{ telegraf_mounts + [{'type': 'bind', 'source': '/run/mev_imc_temperature.json', 'target': '/run/mev_imc_temperature.json', 'read_only': true}, {'type': 'bind', 'source': '/var/run/docker.sock', 'target': '/var/run/docker.sock', 'read_only': false}] }}
|