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
4251
Files:
FileDescription
check_esxi_ssh.zipDownload the script and config
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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!