1

I have multiple mount points beneath /opt/virt/img, each of them an LVM logical volume formatted with ext4 and containing a qcow2 disk image for a running VM. I want to know when those volumes are getting filled. Is there some type of check_disk wildcard I can use to save me from having to specify each one?

CentOS 6.3 NRPE 2.13

1 Answers1

0

Try

/path-to-nagios/plugins/check_disk -w 10% -c 5% -r /opt/virt/img
MadHatter
  • 79,770
  • 20
  • 184
  • 232