ispCP - Board - Support
[CLOSED] awstats static-->> dynamic - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Archiv (/forum-54.html)
+---- Thread: [CLOSED] awstats static-->> dynamic (/thread-2773.html)

Pages: 1 2 3 4


RE: awstats static-->> dynamic - elitepilot - 03-18-2008 09:56 PM

Cube Wrote:/etc/ispcp/cron.d/ispcp ist in Ordnung, /etc/cron.d/ispcp ist falsch. Du findest den oberen Teil (also ohne die static-Cronjobs) in anderen Threads, ersetze ihn in /etc/cron.d/ispcp und der Working Copy (nicht in der /etc/ispcp/cron.d/ispcp).

Das löst jetzt aber nur das Problem bei elitepilot und nicht die Ursache.


Hast du einen Thread wo das korrekt drinne steht für mich da?
Finde grade mit der Suche nix.


RE: awstats static-->> dynamic - Rene - 03-18-2008 10:00 PM

nicht? such mal nach ispcp cron


RE: awstats static-->> dynamic - elitepilot - 03-18-2008 10:02 PM

Rene Wrote:nicht? such mal nach ispcp cron

Danke jetzt habe ich das gefunden:
# delayed tasks START.

# Quota
@daily root /var/www/ispcp/engine/quota/ispcp-dsk-quota &>/var/log/ispcp/ispcp-qsk-quota.log

# Traffic
0,30 * * * * root /var/www/ispcp/engine/traffic/ispcp-srv-traff &>/var/log/ispcp/ispcp-srv-traff.log
0,30 * * * * root /var/www/ispcp/engine/traffic/ispcp-vrl-traff >/var/log/ispcp/ispcp-vrl-traff.log
15,45 * * * * root /var/www/ispcp/engine/traffic/ispcp-vrl-traff-correction &>/var/log/ispcp/ispcp-vrl-traff-correction.log

# customer logs
@daily root /var/www/ispcp/engine/tools/ispcp-httpd-logs-mngr &>/var/log/ispcp/ispcp-httpd-logs-mngr.log

# Backup
@daily root /var/www/ispcp/engine/backup/ispcp-backup-all yes &>/var/log/ispcp/ispcp-backup-all-mngr.log
@daily root /var/www/ispcp/engine/backup/ispcp-backup-ispcp noreport &>/var/log/ispcp/ispcp-backup-ispcp-mngr.log

# Remove config backups older than seven days
@daily root find /etc/ispcp/*/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 /var/log/ispcp/* -maxdepth 1 -type f -mtime +14 -print | egrep '.*\.gz$' | xargs -r /bin/rm

# AWStats
15 */6 * * * root /var/www/ispcp/engine/awstats/awstats_updateall.pl now -awstatsprog=/usr/lib/cgi-bin/awstats.pl >/dev/null 2>&1

# Rootkit Hunter
0 */12 * * * root /usr/bin/rkhunter --scan-knownbad-files --check-deleted --createlogfile --cronjob --createlogfile /var/log/rkhunter.log>/dev/null 2>&1

# Chkrootkit
0 */12 * * * root /usr/sbin/chkrootkit &> /var/log/chkrootkit.log

# Look for and purge old sessions every 30 minutes
0,30 * * * * root /var/www/ispcp/engine/tools/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.

Kann ich das auch für die RC4 nutzen ohne Einschränkung?


RE: awstats static-->> dynamic - Rene - 03-18-2008 10:05 PM

es sollte keine probleme geben...


RE: awstats static-->> dynamic - gOOvER - 03-18-2008 10:15 PM

Die sieht gut aus Wink


RE: awstats static-->> dynamic - elitepilot - 03-18-2008 10:16 PM

ok danke, ich probiers mal


RE: awstats static-->> dynamic - Rene - 03-18-2008 10:18 PM

ist doch die von bene oder aus dem thread:
http://www.isp-control.net/forum/ispcp-cron-jobs-t-2710.html

oder?


RE: awstats static-->> dynamic - Cube - 03-18-2008 10:21 PM

Waren die Cronjobs vor dem Update eigentlich in Ordnung?


RE: awstats static-->> dynamic - elitepilot - 03-18-2008 10:47 PM

Rene Wrote:ist doch die von bene oder aus dem thread:
http://www.isp-control.net/forum/ispcp-cron-jobs-t-2710.html

oder?

jo ist sie.

Die Cronjobs waren vor Update in Ordnung.


RE: awstats static-->> dynamic - elitepilot - 03-19-2008 10:49 PM

Habe alles ausgeführt, doch jetzt kommt, wenn ich die stats öffnen will:
Error 403!

/stats/
Forbidden!