diff options
author | M. Sean Finney <seanius@users.sourceforge.net> | 2005-04-14 04:07:24 +0000 |
---|---|---|
committer | M. Sean Finney <seanius@users.sourceforge.net> | 2005-04-14 04:07:24 +0000 |
commit | c6073a9b6b559fdf22bf1c6debce9345f2d3e05c (patch) | |
tree | 0251f0e89e02a801be58937446cd73268efd30b0 /plugins-scripts | |
parent | afca8db23ef32a662b861cae64a321e28592177f (diff) | |
download | monitoring-plugins-c6073a9b6b559fdf22bf1c6debce9345f2d3e05c.tar.gz |
typographical fix in check_ntp
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1161 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts')
-rwxr-xr-x | plugins-scripts/check_ntp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_ntp.pl b/plugins-scripts/check_ntp.pl index 82c97ced..20780b55 100755 --- a/plugins-scripts/check_ntp.pl +++ b/plugins-scripts/check_ntp.pl @@ -443,7 +443,7 @@ Checks the jitter/dispersion of clock signal between <host> and its sys.peer wit -j (--jwarn) Clock jitter in milliseconds at which a warning message will be generated.\n Defaults to $DEFAULT_JITTER_WARN. -k (--jcrit) - Clock jitter in milliseconds at which a warning message will be generated.\n Defaults to $DEFAULT_JITTER_CRIT. + Clock jitter in milliseconds at which a critical message will be generated.\n Defaults to $DEFAULT_JITTER_CRIT. If jitter/dispersion is specified with -j or -k and ntpq times out, then a warning is returned.\n |