Nagios disk check for windows server using hard values and not percentages

nagios

I'm using nsclient++ to check our windows server and so far so good. However, for servers with large disks, the 10% threshold isn't cutting it. Ten percent is really 18G free and that's still a lot of available space. Is there a way to specify a hard value say "6G" instead of 10%?

Best Answer

You can set a fixed size in nsclient++ CheckDriveSize command, see http://nsclient.org/nscp/wiki/CheckDriveSize . That said, NTFS suffers from performance problems on partitions that are greater than 80% full so just keep that in mind.

Related Topic