github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

abh / ntppool

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 8
    • 4
  • Source
  • Commits
  • Network (4)
  • Issues (0)
  • Downloads (0)
  • Wiki (2)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Click here to lend your support to: ntppool and make a donation at www.pledgie.com ! Edit Pledgie Setup

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

NTP Pool Project — Read more

  cancel

http://www.pool.ntp.org/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Add padding to dns info page 
abh (author)
Sun Jan 31 03:45:17 -0800 2010
commit  a43fbda7ca17e857166c79a731957ae2f8a9d773
tree    4f6980806dc04f720c1a9ebe6b22e048112e69e2
parent  df2ac372c1d38989529ad187696ac21144d2df82
ntppool /
name age
history
message
file .gitignore Sun Dec 06 15:03:23 -0800 2009 Make rrd graph generation be on demand [abh]
file .gitmodules Mon Jun 16 01:07:14 -0700 2008 include cpan submodule; remove dupe from bundle [NTP Pool Beta]
file .perltidyrc Wed Sep 03 03:08:48 -0700 2008 add .perltidyrc file [abh]
file LICENSE Sun Nov 15 13:13:51 -0800 2009 Update license year [abh]
file Makefile.PL Sun Jan 31 03:36:45 -0800 2010 Query DNS status by IP; show all names we know of [abh]
file README Sun Nov 15 13:13:51 -0800 2009 Update installation instructions slightly [abh]
file TODO Mon Oct 19 02:36:56 -0700 2009 Add IPv6 test widget [abh]
directory apache/ Sun Dec 06 15:03:23 -0800 2009 Make rrd graph generation be on demand [abh]
directory bin/ Wed Jan 27 17:33:06 -0800 2010 Make DNS status page more robust; separate out ... [abh]
submodule combust - 55fa1c4 Sat Oct 24 02:09:09 -0700 2009 Upgrade combust for 'die catcher' update; remov... [abh]
submodule cpan - 090fe3c Sun Jan 31 03:45:50 -0800 2010 Include Data::Transformer [abh]
directory docs/ Sun Jan 31 03:45:51 -0800 2010 Add padding to dns info page [abh]
file header Sun Jul 08 02:41:33 -0700 2007 make the new vendor zone stuff work git-svn-id... [abh]
directory i18n/ Wed Jan 06 05:29:20 -0800 2010 Added Dutch translation to docs and i18n [Lammert Bies]
directory lib/ Sun Jan 31 03:36:45 -0800 2010 Query DNS status by IP; show all names we know of [abh]
file pool Wed Jan 27 18:40:45 -0800 2010 Revert TTL change (set to 270 seconds) [abh]
directory sql/ Sat Apr 25 18:14:35 -0700 2009 Make automatic log archiving work [abh]
directory t/ Sun Dec 06 15:03:22 -0800 2009 Zone model tests [abh]
directory vendordns/ Tue Sep 18 09:48:51 -0700 2007 moved to database git-svn-id: https://svn.dev... [abh]
file web Sat Mar 18 14:22:54 -0800 2006 tweaks from the prod server edit command for t... [abh]
README
   Copyright 2005-2009 Ask Bjoern Hansen, Develooper LLC
   Copyright 2003-2005 Adrian von Bidder

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

This is the code for the NTP Pool project, http://www.pool.ntp.org/

See the LICENSE file for detailed copyright and licensing information.

-------------------------------------------------------------------------
Quick and dirty install instructions; email ask@develooper.com for
help.

CPAN modules for OS X (intel, 10.6) and i386 Linux are installed in the cpan/
submodule.

export DIR=`pwd`/ntppool
# you can also clone on github: http://github.com/abh/ntppool
git clone git://git.develooper.com/ntppool.git
xscd ntppool
git submodule init
git submodule update

export CBROOTLOCAL=$DIR
export CBROOT=$DIR/combust

cp combust/combust.conf.sample combust.conf
edit combust.conf 
   # setup the database section with an "ntppool" database
   # add "ntppool" to the "sites = ... " list.
   # setup a [ntppool] section at the bottom

mkdir -p $DIR/rrd/server/graph
mkdir -p $DIR/rrd/zone/graph

# Your MySQL server needs timezone data loaded, if it doesn't have it, run:
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql

$CBROOT/bin/cmysql ntppool < sql/tables.sql
$CBROOT/bin/cmysql ntppool < sql/zones.sql
$CBROOT/bin/database_update ntppool
$CBROOT/bin/database_update combust
$CBROOT/bin/database_update ntppool

$CBROOT/bin/run_httpd

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server