check-ntpoffset

command
v0.34.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

README

check-ntpoffset

Description

Check ntp offset.

Synopsis

check-ntpoffset -w=50 -c=100

Installation

First, build this program.

go get github.com/n-rodriguez/go-check-plugins
cd $(go env GOPATH)/src/github.com/n-rodriguez/go-check-plugins/check-ntpoffset
go install

Or you can use this program by installing the official Mackerel package. See Using the official check plugin pack for check monitoring - Mackerel Docs.

Next, you can execute this program :-)

check-ntpoffset -w=50 -c=100

Setting for mackerel-agent

If there are no problems in the execution result, add a setting in mackerel-agent.conf .

[plugin.checks.cert-file]
command = ["check-ntpoffset", "-w", "50", "-c", "100"]

Usage

Options
  -c, --critical=     Critical threshold of ntp offset(ms) (default: 100)
  -w, --warning=      Warning threshold of ntp offset(ms) (default: 50)
  -s, --ntp-servers=  Use specified NTP Servers(plural servers can be set separated by ,). When set plural servers, use first
                      response. If not set, use local command just like ntpd/chronyd.
  -t, --ntp-timeout=  Timeout of NTP Server Querying(in seconds). (default: 15)
  -S, --check-stratum Check stratum and fail if the machine is not synchronized.

For more information

Please execute check-ntpoffset -h and you can get command line options.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL