GitHub

The check_time Plugin

check_time v2.3git (monitoring-plugins 2.3git)
Copyright (c) 1999 Ethan Galstad
Copyright (c) 1999-2007 Monitoring Plugins Development Team
    <devel@monitoring-plugins.org>

This plugin will check the time on the specified host.

Usage:
check_time -H <host_address> [-p port] [-u] [-w variance] [-c variance]
 [-W connect_time] [-C connect_time] [-t timeout]

Options:
 -h, --help
    Print detailed help screen
 -V, --version
    Print version information
 --extra-opts=[section][@file]
    Read options from an ini file. See
    https://www.monitoring-plugins.org/doc/extra-opts.html
    for usage and examples.
 -H, --hostname=ADDRESS
    Host name, IP Address, or unix socket (must be an absolute path)
 -p, --port=INTEGER
    Port number (default: 37)
 -u, --udp
   Use UDP to connect, not TCP
 -w, --warning-variance=INTEGER
   Time difference (sec.) necessary to result in a warning status
 -c, --critical-variance=INTEGER
   Time difference (sec.) necessary to result in a critical status
 -W, --warning-connect=INTEGER
   Response time (sec.) necessary to result in warning status
 -C, --critical-connect=INTEGER
   Response time (sec.) necessary to result in critical status
 -t, --timeout=INTEGER
    Seconds before connection times out (default: 10)

Send email to help@monitoring-plugins.org if you have questions regarding
use of this software. To submit patches or suggest improvements, send email
to devel@monitoring-plugins.org