Bug 12516

Summary: [4.0] Missing NTPDATE and NTPQ paths
Product: Sisyphus Reporter: Богданов Михаил <bogdanov>
Component: nagiosAssignee: nbr <nbr>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: crux, nbr
Version: unstable   
Hardware: all   
OS: Linux   

Description Богданов Михаил 2007-08-09 15:10:26 MSD
After install ntp-utils , in utils.pm not write this strings:
$PATH_TO_NTPQ = "/usr/sbin/ntpq";
$PATH_TO_NTPDATE = "/usr/sbin/ntpdate";

It is need to do by self hand

ps 
> uname -a
Linux myhost 2.6.18-ovz-smp-alt14 #1 SMP Wed May 2 15:41:34 MSD 2007 i686 
GNU/Linux
Steps to Reproduce:
1. apt-get install [ntp_packages]
2. apt-get install ntp-utils
3. look to file utils.pm
Comment 1 Sir Raorn 2007-08-09 15:18:35 MSD
To proper package and component
Comment 2 Dmitry Lebkov 2007-10-30 01:37:10 MSK
Cite from nagios/plugins/check_ntp.c:
...
* This file contains the check_ntp plugin
*
*  This plugin to check ntp servers independant of any commandline
*  programs or external libraries.
*
...