[Xymon] Patch: ntpdate option -p deprecated
Roland Rosenfeld
roland at spinnaker.de
Sun Feb 11 15:14:25 CET 2024
Hi!
In Debian ntpdate from ntpsec package throws a warning that "-p is no
longer supported". So it may be a good idea to remove the "-p 1" from
NTPDATEOPTS="-u -q -p 1" # Standard options to ntpdate
in xymond/etcfiles/xymonserver.cfg.DIST.
The attached patch solves this issue.
Greetings
Roland
-------------- next part --------------
Description: ntpdate obsoleted the "-p" option
Author: Carsten Leonhardt <leo at debian.org>
Bug-Debian: https://bugs.debian.org/1057044
Forwarded: no
Last-Update: 2023-11-28
--- a/xymond/etcfiles/xymonserver.cfg.DIST
+++ b/xymond/etcfiles/xymonserver.cfg.DIST
@@ -133,7 +133,7 @@
FPING="@FPING@" # Path and options for the ping program.
FPINGOPTS="-Ae" # Standard options to fping/xymonping
NTPDATE="ntpdate" # Path to the 'ntpdate' program
-NTPDATEOPTS="-u -q -p 1" # Standard options to ntpdate
+NTPDATEOPTS="-u -q" # Standard options to ntpdate
TRACEROUTE="traceroute" # How to do traceroute on failing ping tests. Requires "trace" in hosts.cfg .
TRACEROUTEOPTS="-n -q 2 -w 2 -m 15" # Standard options to traceroute
XYMONROUTERTEXT="router" # What to call a failing intermediate network device.
More information about the Xymon
mailing list