timdaman / check_docker

Nagios plugin to check docker containers
GNU General Public License v3.0
152 stars 60 forks source link

Multiline output support? #91

Open jale46 opened 1 year ago

jale46 commented 1 year ago

Thank you for this awesome plugin.

I wanna know if there is a way to make the output of the command little bit tidier. When I use this check "args=--connection /var/run/docker.sock --containers all --status running", I get messy output beacuse I have many containers. I could use --no-ok option, but I want to see containers in output, but every container in its own line if it is possible.

Thank you and best regards