VMware Date store monitoring using multipile condition

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: VMware Date store monitoring using multipile condition

Post by tgriep »

You may have to upgrade the plugin on the VMA server.
Can you run these commands and post back the output? The second line has some typo's fixed up so if it works, let us know.

Code: Select all

/usr/local/nagios/libexec/check_by_ssh -E 1 -t 90 -l vi-admin -H 172.26.171.249 -C "~/box293_check_vmware.pl --timeout 90 --version"
/usr/local/nagios/libexec/check_by_ssh -E 1 -t 90 -l vi-admin -H 172.26.171.249 -C "~/box293_check_vmware.pl --timeout 90 --server 172.26.171.40 --check Datastore_Usage --name "DAL-VDI-NFS-APPVOL" --reporting_si "Disk_Size:GB" --perfdata_option "Datastore_Free:1,Datastore_Free%:1" --warning "datastore_free:100,datastore_free%:5" --critical "datastore_free:20,datastore_free%:2""
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked