Hi,
in the plugins-script directory is a check_ntp and a
check_ntp.pl. The first calls "ntpdate" and the second
"/usr/local/sbin/ntpdate" (both paths are wrong). The
script does a delete $ENV{'PATH'}. Why that? SuSE linux
installs ntpdate to /usr/sbin, so I added this to the
$ENV{'PATH'} of the perl script, and so it's working
well.
I'm sorry if this is known but I found no reference to
it.
oki,
Steffen