Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check Esxi7 with only SSH

Rating
0 votes
Favoured:
0
Current Version
0.1
Last Release Date
2022-01-01
Compatible With
  • Nagios 4.x
  • Nagios XI
Owner
License
GPL
Hits
4880
Files:
FileDescription
check_esxi_ssh.zipDownload the script and config
Nagios CSP

Meet The New Nagios Core Services Platform

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.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Check Esxi7 with only SSH
What can u monitor (see screemshot): - Datastores useage and Warning + Perf Data - CPU useage and Warning + Perf Data - RAM useage and Warning + Perf Data - Firewall Status on the Host and Warning - Esxi Version + Patchlevel - Nics in total and UP ones - Vms in Total and running ones - Uptime+ Perf Data Reqirements: - Nagios user SSH key exchanged with Esxi Server (root user) - bc installed on the nagios host - Plugins present on the nagios host: /usr/lib/nagios/plugins/check_load
Hi

As it is a bit problematic to fetch infos from an esxi host. I made my own script that uses only SSH. No SDK needed.

What can u monitor (see screemshot):

- Datastores useage and Warning + Perf Data
- CPU useage and Warning + Perf Data
- RAM useage and Warning + Perf Data
- Firewall Status on the Host and Warning
- Esxi Version + Patchlevel
- Nics in total and UP ones
- Vms in Total and running ones
- Uptime+ Perf Data

Reqirements:
- Nagios user (on nagios host) SSH key exchanged with Esxi Server (root user)
- bc,awk installed on the nagios host
- Plugins present on the nagios host:
/usr/lib/nagios/plugins/check_load

Tested on:
esxi 7.02
With iscsi and local Datastore.

Improvements welcome IF they use SSH!