TOP LEVEL CATEGORIES
EXPLORE
Description:
The original plugin check_vmware_api.pl is old and big and cluttered. So it was time for some house keeping. I tried to clean up the code of every routine, changed things, checked (and corrected) many performance counters and will try to ease maintenance of the code. As a side effect speed, functions and usability is improved. By Martin Fuerstenau
Current Version
0.9.19
Last Release Date
2014-08-21
Compatible With
Owner
Martin Fuerstenau
Website
https://github.com/BaldMansMojo/check_vmware_esx
Download URL
License
GPL
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
The code
History
Something to read
Please open an issue in GitHub for this. Martin
For issues like this better open an issue on GitHub. Well - you are right. Lot of logins. This is caused by the way the VMware Perl SDK is used. If a check starts you have to connect to VMware. Thats a login. Every time. So a lot of checks means a lot of logins. If you use a session file (which must be unique) you hav a persistent session per check. So less login but a lot of open sessions. But this problem is imported from the original one )check_vmware_api.pl/check_esx3.pl). I am working on a solution but first I have to clean up the rest of the code. Regards Nartin
You must be logged in to submit a review.
Your review has been submitted and is pending approval.
To:
From:
Your recommendation has been sent.