$ /usr/local/monitoring-plugins/libexec/check_docker --memory 80:90%
Traceback (most recent call last):
File "/usr/local/monitoring-plugins/libexec/check_docker", line 983, in main
perform_checks(argv[1:])
File "/usr/local/monitoring-plugins/libexec/check_docker", line 966, in perform_checks
check_memory(container, parse_thresholds(args.memory, units_required=False))
File "/usr/local/monitoring-plugins/libexec/check_docker", line 201, in parse_thresholds
crit = int(parts.popleft())
ValueError: invalid literal for int() with base 10: '90%'
UNKNOWN: Exception raised during check': ValueError("invalid literal for int() with base 10: '90%'")
check_docker Version:
OS:
Python Version:
The Command:
Thank you very much to keep check_docker alive!