Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check ntp service and drift on esx (use vi perl toolkit)
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_vmware_ntp.pl - based on vi-check-host-time.pl written by Andrew Sullivan
- check if ntp service running
- check clock offset
- check number of peer
# check_vmware_ntp.pl --server some.esxi.host
CRITICAL: some.esxi.host. is -369 seconds off!, 5 Configured NTP servers, service ntpd running|drift=-369s peers=5;1;3;1;3
number of seconds that is tolerable for drift is alarmed as warning (default:1)
number of seconds that is tolerable for drift is alarmed as critical (default:3)
warning threshold for number of peers (default:3)
critical threshold for number of peers (default:1)
- check if ntp service running
- check clock offset
- check number of peer
# check_vmware_ntp.pl --server some.esxi.host
CRITICAL: some.esxi.host. is -369 seconds off!, 5 Configured NTP servers, service ntpd running|drift=-369s peers=5;1;3;1;3
number of seconds that is tolerable for drift is alarmed as warning (default:1)
number of seconds that is tolerable for drift is alarmed as critical (default:3)
warning threshold for number of peers (default:3)
critical threshold for number of peers (default:1)
Reviews (0)
Be the first to review this listing!