monitoring-plugins
monitoring-plugins copied to clipboard
docker-info: Ignore specified warnings (list)
Describe the solution you'd like
Despite running containers without swap support (Memory and MemorySwap defaulting to 0) the docker info command still throws a warning which is presented in icinga: WARNING: No swap limit support.
I tried to find a way to disable it globally without success, but it would be great if you could simply add warnings to a list to ignore. Maybe by regex or a full string.
Additional context
No response