Current time: 07-01-2024, 04:15 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[CLOSED] awstats static-->> dynamic
Author Message
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #8
RE: awstats static-->> dynamic
Habe noch nix bearbeitet daran. Ich poste mal beide:

/etc/cron.d/ispcp
# delayed tasks START.

# Quota
@daily root {QUOTA_ROOT_DIR}/ispcp-dsk-quota &>{LOG_DIR}/ispcp-dsk-quota.log

# Traffic
0,30 * * * * root {TRAFF_ROOT_DIR}/ispcp-srv-traff &>{LOG_DIR}/ispcp-srv-traff.log
0,30 * * * * root {TRAFF_ROOT_DIR}/ispcp-vrl-traff &>{LOG_DIR}/ispcp-vrl-traff.log
15,45 * * * * root {TRAFF_ROOT_DIR}/ispcp-vrl-traff-correction &>{LOG_DIR}/ispcp-vrl-traff-correction.log

# customer logs
@daily root {TOOLS_ROOT_DIR}/ispcp-httpd-logs-mngr &>{LOG_DIR}/ispcp-httpd-logs-mngr.log

# Backup
@daily root {BACKUP_ROOT_DIR}/ispcp-backup-all yes &>{LOG_DIR}/ispcp-backup-all-mngr.log
@daily root {BACKUP_ROOT_DIR}/ispcp-backup-ispcp noreport &>{LOG_DIR}/ispcp-backup-ispcp-mngr.log

# Remove config backups older than seven days
@daily root find {CONF_DIR}/*/backup/* -maxdepth 0 -type f -mtime +7 -print | egrep '.*\.[0-9]+$' | xargs -r /bin/rm

# Remove Daemon Logs older than 14 days (except .gz files)
@daily root find {LOG_DIR}/* -maxdepth 1 -type f -mtime +14 -print | egrep '.*\.gz$' | xargs -r /bin/rm

# AWStats
{AW-ENABLED}15 */6 * * * root {AWSTATS_ROOT_DIR}/awstats_updateall.pl now -awstatsprog={AWSTATS_ENGINE_DIR}/awstats.pl >/dev/null 2>&1

# Rootkit Hunter
{RK-ENABLED}0 */12 * * * root {RKHUNTER} --scan-knownbad-files --check-deleted --createlogfile --cronjob --createlogfile {RKHUNTER_LOG} >/dev/null 2>&1

# Chkrootkit
{CR-ENABLED}0 */12 * * * root {CHKROOTKIT} &> {CHKROOTKIT_LOG}

# Look for and purge old sessions every 30 minutes
0,30 * * * * root {TOOLS_ROOT_DIR}/ispcpphptemp.sh >/dev/null 2>&1

# [{DMN_NAME}] backup task START.
# [{DMN_NAME}] backup task END.

# [{DMN_NAME}]:{CRONJOB_ID} custom task START.
# [{DMN_NAME}]:{CRONJOB_ID} custom task END.

# [haicon.eu] AWStats static tasks START.
1 3 * * * root perl /var/www/ispcp/engine/awstats/awstats_buildstaticpages.pl -config=haicon.eu -update -lang=en -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=/var/www/virtual/haicon.eu/statistics/ >/dev/null 2>&1
# [haicon.eu] AWStats static tasks END.
# [dex-gaming.de] AWStats static tasks START.
2 3 * * * root perl /var/www/ispcp/engine/awstats/awstats_buildstaticpages.pl -config=dex-gaming.de -update -lang=en -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=/var/www/virtual/dex-gaming.de/statistics/ >/dev/null 2>&1
# [dex-gaming.de] AWStats static tasks END.
# [mysql.haicon.eu] AWStats static tasks START.
3 3 * * * root perl /var/www/ispcp/engine/awstats/awstats_buildstaticpages.pl -config=mysql.haicon.eu -update -lang=en -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=/var/www/virtual/mysql.haicon.eu/statistics/ >/dev/null 2>&1
# [mysql.haicon.eu] AWStats static tasks END.
# [hlstatsx1.haicon.eu] AWStats static tasks START.
5 3 * * * root perl /var/www/ispcp/engine/awstats/awstats_buildstaticpages.pl -config=hlstatsx1.haicon.eu -update -lang=en -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=/var/www/virtual/hlstatsx1.haicon.eu/statistics/ >/dev/null 2>&1
# [hlstatsx1.haicon.eu] AWStats static tasks END.
# [ggwin1.haicon.eu] AWStats static tasks START.
6 3 * * * root perl /var/www/ispcp/engine/awstats/awstats_buildstaticpages.pl -config=ggwin1.haicon.eu -update -lang=en -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=/var/www/virtual/ggwin1.haicon.eu/statistics/ >/dev/null 2>&1
# [ggwin1.haicon.eu] AWStats static tasks END.
# [{DMN_NAME}] AWStats static tasks START.
# [{DMN_NAME}] AWStats static tasks END.

# delayed tasks END.

/etc/ispcp/cron.d/ispcp

# delayed tasks START.

# Quota
@daily root {QUOTA_ROOT_DIR}/ispcp-dsk-quota &>{LOG_DIR}/ispcp-dsk-quota.log

# Traffic
0,30 * * * * root {TRAFF_ROOT_DIR}/ispcp-srv-traff &>{LOG_DIR}/ispcp-srv-traff.log
0,30 * * * * root {TRAFF_ROOT_DIR}/ispcp-vrl-traff &>{LOG_DIR}/ispcp-vrl-traff.log
15,45 * * * * root {TRAFF_ROOT_DIR}/ispcp-vrl-traff-correction &>{LOG_DIR}/ispcp-vrl-traff-correction.log

# customer logs
@daily root {TOOLS_ROOT_DIR}/ispcp-httpd-logs-mngr &>{LOG_DIR}/ispcp-httpd-logs-mngr.log

# Backup
@daily root {BACKUP_ROOT_DIR}/ispcp-backup-all yes &>{LOG_DIR}/ispcp-backup-all-mngr.log
@daily root {BACKUP_ROOT_DIR}/ispcp-backup-ispcp noreport &>{LOG_DIR}/ispcp-backup-ispcp-mngr.log

# Remove config backups older than seven days
@daily root find {CONF_DIR}/*/backup/* -maxdepth 0 -type f -mtime +7 -print | egrep '.*\.[0-9]+$' | xargs -r /bin/rm

# Remove Daemon Logs older than 14 days (except .gz files)
@daily root find {LOG_DIR}/* -maxdepth 1 -type f -mtime +14 -print | egrep '.*\.gz$' | xargs -r /bin/rm

# AWStats
{AW-ENABLED}15 */6 * * * root {AWSTATS_ROOT_DIR}/awstats_updateall.pl now -awstatsprog={AWSTATS_ENGINE_DIR}/awstats.pl >/dev/null 2>&1

# Rootkit Hunter
{RK-ENABLED}0 */12 * * * root {RKHUNTER} --scan-knownbad-files --check-deleted --createlogfile --cronjob --createlogfile {RKHUNTER_LOG} >/dev/null 2>&1

# Chkrootkit
{CR-ENABLED}0 */12 * * * root {CHKROOTKIT} &> {CHKROOTKIT_LOG}

# Look for and purge old sessions every 30 minutes
0,30 * * * * root {TOOLS_ROOT_DIR}/ispcpphptemp.sh >/dev/null 2>&1

# [{DMN_NAME}] backup task START.
# [{DMN_NAME}] backup task END.

# [{DMN_NAME}]:{CRONJOB_ID} custom task START.
# [{DMN_NAME}]:{CRONJOB_ID} custom task END.

# [{DMN_NAME}] AWStats static tasks START.
# [{DMN_NAME}] AWStats static tasks END.

# delayed tasks END.
03-18-2008 09:38 PM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: awstats static-->> dynamic - Cube - 03-18-2008, 07:51 PM
RE: awstats static-->> dynamic - Cube - 03-18-2008, 08:30 PM
RE: awstats static-->> dynamic - Cube - 03-18-2008, 08:47 PM
RE: awstats static-->> dynamic - gOOvER - 03-18-2008, 09:30 PM
RE: awstats static-->> dynamic - elitepilot - 03-18-2008 09:38 PM
RE: awstats static-->> dynamic - Rene - 03-18-2008, 09:42 PM
RE: awstats static-->> dynamic - Cube - 03-18-2008, 09:50 PM
RE: awstats static-->> dynamic - Rene - 03-18-2008, 10:00 PM
RE: awstats static-->> dynamic - Rene - 03-18-2008, 10:05 PM
RE: awstats static-->> dynamic - gOOvER - 03-18-2008, 10:15 PM
RE: awstats static-->> dynamic - Rene - 03-18-2008, 10:18 PM
RE: awstats static-->> dynamic - Cube - 03-18-2008, 10:21 PM
RE: awstats static-->> dynamic - Rene - 03-19-2008, 11:04 PM
RE: awstats static-->> dynamic - Rene - 03-19-2008, 11:07 PM
RE: awstats static-->> dynamic - gOOvER - 03-19-2008, 11:37 PM
RE: awstats static-->> dynamic - gOOvER - 03-20-2008, 04:29 AM
RE: awstats static-->> dynamic - joximu - 03-20-2008, 10:37 AM
RE: awstats static-->> dynamic - joximu - 03-22-2008, 09:41 AM
RE: awstats static-->> dynamic - RatS - 03-24-2008, 08:02 AM
RE: awstats static-->> dynamic - ZooL - 03-24-2008, 08:16 AM
RE: awstats static-->> dynamic - RatS - 03-24-2008, 07:11 PM
RE: awstats static-->> dynamic - gOOvER - 03-24-2008, 07:44 PM
RE: awstats static-->> dynamic - Rene - 03-24-2008, 07:52 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)