Bug 12516 - [4.0] Missing NTPDATE and NTPQ paths
Summary: [4.0] Missing NTPDATE and NTPQ paths
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: nagios (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: nbr
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-09 15:10 MSD by Богданов Михаил
Modified: 2012-03-16 13:58 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.
*
...