NETWAYS / check_system_basics

A Monitoring Plugin to test various basic operating system properties (on Linux for now)
GNU General Public License v2.0
6 stars 1 forks source link

small fix for help output on the filesystem check #31

Closed MisterMountain closed 7 months ago

MisterMountain commented 7 months ago

As there seems to be a small copy paste issue on the filesystem checks help output i fixed it: Before:

--warningAbsolutFreeInodes Range_Expression      Absolute critical threshold for number of free inodes
--criticalAbsolutUsedInodes Range_Expression     Absolute critical threshold for number of used inodes

After:

--warningAbsolutFreeInodes Range_Expression      Absolute warning threshold for number of free inodes
--criticalAbsolutUsedInodes Range_Expression     Absolute critical threshold for number of used inodes