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_timestamp

Rating
0 votes
Favoured:
0
Hits
146468
Files:
FileDescription
check_timestampcheck_timestamp perl plugin
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!
Checks the time on the remote machine using ICMP Timestamp packets (sent using sing command).
Example usage:

$ check_timestamp -H localhost -w 5 -c 10
TIMESTAMP OK - 0 second time difference|offset=0.230s;5.000;10.000;0

$ check_timestamp --help
check_timestamp 0.1
Copyright (c) 2008 CARNet

This plugin checks the time on the remote machine using ICMP Timestamp packets.


Usage:
check_timestamp -H -w offset -c offset

Options:
-h, --help

Print detailed help screen

-H, --hostname=ADDRESS

Host name or IP address

-w, --warning-offset=INTEGER
Time difference (sec.) necessary to result in a warning status
-c, --critical-offset=INTEGER
Time difference (sec.) necessary to result in a critical status
-v, --verbose
Show details for command-line debugging (Nagios may truncate output)