If check_disk warning threshold is set incorrectly, "%20", check won't work, but doesn't output any error:
Incorrectly behaviour: ``` /usr/lib64/nagios/plugins/check_disk -w %80 -c %10 / DISK OK - free space: / 4482 MB (71% inode=86%);| /=1743MB;6559;6559;0;6559 ``` Expected some error. Correctly ``` /usr/lib64/nagios/plugins/check_disk -w 80% -c 10% / DISK WARNING - free space: / 4482 MB (71% inode=86%);| /=1743MB;1311;5903;0;6559 ``` -- Reply to this email on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/issues/1237