Added another level of timeclock checking to vicidial.php

updated docs

git-svn-id: svn://192.168.202.10@1008 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-11-17 00:20:11 +00:00
parent 4fc077d040
commit d51d233d73
6 changed files with 58 additions and 14 deletions
+2 -2
View File
@@ -394,7 +394,7 @@ setterm -powersave off
setterm -powerdown
### start time server
/usr/local/bin/ntpdate -u 18.145.0.30
/usr/local/bin/ntpdate -u ntp.myfloridacity.us
/usr/sbin/ntpd
### start up the MySQL server
@@ -475,7 +475,7 @@ PHASE 6: ADDING CRONTAB ENTRIES FOR ASTGUICLIENT/VICIDIAL SCRIPTS
3 1 * * * /usr/share/astguiclient/AST_DB_optimize.pl
## adjust time on the server with ntp
30 * * * * /usr/local/bin/ntpdate -u 18.145.0.30 2>/dev/null 1>&2
30 * * * * /usr/local/bin/ntpdate -u ntp.myfloridacity.us 2>/dev/null 1>&2
### VICIDIAL agent time log weekly summary report generation
2 0 * * 0 /usr/share/astguiclient/AST_agent_week.pl
+1 -1
View File
@@ -122,7 +122,7 @@ cd ntp-4.2.2p3
./configure
make
make install
/usr/local/bin/ntpdate -u 18.145.0.30
/usr/local/bin/ntpdate -u ntp.myfloridacity.us
cd /usr/local
+4 -4
View File
@@ -577,9 +577,9 @@ the time is the same on our client computers and our servers.
- ./configure
- make
- make install
- vi /etc/ntp.conf (change to just 1 line: "server 18.145.0.30")
- vi /etc/ntp.conf (change to just 1 line: "server ntp.myfloridacity.us")
- cp /etc/ntp.conf /etc/ntpd.conf # just to be sure
- /usr/local/bin/ntpdate -u 18.145.0.30 # initial sync
- /usr/local/bin/ntpdate -u ntp.myfloridacity.us # initial sync
- /usr/sbin/ntpd # run it
- you are done
@@ -2869,7 +2869,7 @@ SUBPHASE 6.4: setting up asterisk and helper applications for startup
/usr/bin/setterm -powerdown
### start time server
/usr/local/bin/ntpdate -u 18.145.0.30
/usr/local/bin/ntpdate -u ntp.myfloridacity.us
/usr/sbin/ntpd
### start up the MySQL server
@@ -2951,7 +2951,7 @@ SUBPHASE 6.5: setting up astguiclient scripts for continuous running
3 1 * * * /usr/share/astguiclient/AST_DB_optimize.pl
## adjust time on the server with ntp
30 * * * * /usr/local/bin/ntpdate -u 18.145.0.30 2>/dev/null 1>&2
30 * * * * /usr/local/bin/ntpdate -u ntp.myfloridacity.us 2>/dev/null 1>&2
### VICIDIAL agent time log weekly and daily summary report generation
2 0 * * 0 /usr/share/astguiclient/AST_agent_week.pl