Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check ESX 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/
--------------------------------------------------------------------------------
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/
--------------------------------------------------------------------------------
Reviews (0)
Be the first to review this listing!