Search found 4 matches
- Mon Jun 24, 2024 7:53 am
- Forum: Nagios XI
- Topic: New monitoring VMware plugin return incorrect values
- Replies: 5
- Views: 3535
Re: New monitoring VMware plugin return incorrect values
Hi Laura, Thanks for your feed back. Please note some additional issues with other options, always with the same command (check_vsphere_xi.py) : # python3 check_vsphere_xi.py -H "MyvCenter" -f "auth.txt" -C "MyCluster" -l vmfs => OK: LOCAL_ESX1(free)=160355.58 MB (99.07...
- Fri Jun 21, 2024 9:22 am
- Forum: Nagios XI
- Topic: New monitoring VMware plugin return incorrect values
- Replies: 5
- Views: 3535
New monitoring VMware plugin return incorrect values
Hello, I'm trying to use the new monitoring VMware plugin "vSphere" on Nagios XI 2024R1.1.4, but unfortunately, many commands are returning incorrect values. My Nagios environment: - Nagios XI 2024R1.1.4 - Nagios Server RHEL 8.10 - check_vsphere_xi.py 1.0.3 My VMWare environment: - vCenter...
- Thu Jun 20, 2024 3:30 am
- Forum: Nagios XI
- Topic: check_vsphere_xi.py incorrect cpu usage
- Replies: 2
- Views: 840
Re: check_vsphere_xi.py incorrect cpu usage
Hi bbahn,
Thanks for your answer. I confirm that return value is wrong, the correct value was around 4%. Note that the test has been done on a VM with only one vCPU to avoid multi-core calculation.
Thanks for your answer. I confirm that return value is wrong, the correct value was around 4%. Note that the test has been done on a VM with only one vCPU to avoid multi-core calculation.
- Tue Jun 18, 2024 4:38 am
- Forum: Nagios XI
- Topic: check_vsphere_xi.py incorrect cpu usage
- Replies: 2
- Views: 840
check_vsphere_xi.py incorrect cpu usage
Hi, I've just finished to install a new Nagios server release 2024R1.1.4 on RHEL 8.10 I'm trying to monitor a virtual machine host on vCenter 8 server using the new wizard vSphere in python mode (so without VMware SDK) The generating command is: python3 /usr/local/nagios/libexec/check_vsphere_xi.py ...