docker_check icon indicating copy to clipboard operation
docker_check copied to clipboard

A NAGIOS compatible plugin to check docker containers stats

Results 4 docker_check issues
Sort by recently updated
recently updated
newest added

The script is generating a deprecated warning. I think this: `worker.setDaemon(True)` needs to be changed to this: `worker.demon = True`

hello, are you able to add the possibility to monitor exact processes in docker with performance data? Marcin

Hello @rnt @yulius-fxpal @markwell-ch , I would like to know more about how you're using the script.. And based on your current use, is it worthy to refactor the script...

Hi. When running the script, I get the following Error message: `Exception in thread worker-0: Traceback (most recent call last): File "./docker_check.py", line 51, in get_cpu_pct online_cpus = stats['cpu_stats']['online_cpus'] KeyError:...