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 ESX time

Rating
0 votes
Favoured:
0
Compatible With
  • Nagios 3.x
License
Other
Hits
7780
Files:
FileDescription
check_esx_time.shcheck_esx_time.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugins monitors esxi hypervisor time.
--------------------------------------------------------------------------------

THIS PLUGIN IS PROVIDED "AS IS", WITHOUT ANY WARRANTY, AND WITHOUT ANY SUPPORT.

--------------------------------------------------------------------------------

This plugins monitors ESX time.
He compares the time of the esx with nagios server hour.
(do not check NTP sync)


This check is write in bash (Linux).
Test with : CentOS 5 / CentOS 6

--------------------------------------------------------------------------------

USAGE :
./check_esx_time.sh adress user password [warning] [critical]

adress : ESX IP
user : ESX user (read only)
password : ESX user password
warning : maximum gap in second before warning
critical : maximum gap in second before critical

example :
./check_esx_time.sh 192.168.0.1 user password 5 10

--------------------------------------------------------------------------------

LICENCE : CC BY-SA 3.0
http://creativecommons.org/licenses/by-sa/3.0/

--------------------------------------------------------------------------------