Which looks like this: DISK OK - free space: / 449653 MB (89% inode=99%);
I've looked at the documentation for check_disk and can't see any options to customize the detail syntax like we do for check_drivesize. Could someone tell me if I am correct in my assumption that we would need to install the NSClient++ agent on our Linux boxes and use check_drivesize on the Linux systems if we want to do that? Or is it somehow possible with check_disk? Thanks!
=================================================
Nagios XI 5.6.5 Enterprise
CentOS 6.10 (64-bit) VMware image
SSL implemented and forced, with exception for localhost
gmackey wrote:Could someone tell me if I am correct in my assumption that we would need to install the NSClient++ agent on our Linux boxes and use check_drivesize on the Linux systems if we want to do that?
NSClient++ doesn't use the official nagios-plugins. It does it's own thing on the back-end. check_drivesize (which is a wrapper for check_drive) in NSClient++ functions totally differently from check_disk in nagios-plugins.
You certainly could build NSClient++ on your Linux machines, but it's an awful lot of work and isn't a setup that gets much testing against Nagios XI.
Thank you, guys. We've tested the check_disk_space plugin and like the results. We'll get all our Linux disk checks switched over. I appreciate the quick and thorough responses!
=================================================
Nagios XI 5.6.5 Enterprise
CentOS 6.10 (64-bit) VMware image
SSL implemented and forced, with exception for localhost