mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
733e6b41bc
for user web traffic activity, as logged from a squid proxy. MySAR consists of two parts: * Command line utilities which import a squid log file in a MySQL database and maintain the databas. * A web interface for accessing the reports. WWW: http://giannis.stoilis.gr/software/mysar/index.php?id=16 Author: Giannis Stoilis <giannis@stoilis.gr>
10 lines
711 B
Plaintext
10 lines
711 B
Plaintext
--- etc/mysar.cron.orig Tue Jan 10 10:33:43 2006
|
|
+++ etc/mysar.cron Tue Jan 10 10:34:26 2006
|
|
@@ -1,3 +1,3 @@
|
|
-* * * * * root /usr/local/mysar/bin/mysar-importer.php > /usr/local/mysar/log/mysar-importer.log 2>&1
|
|
-* * * * * root /usr/local/mysar/bin/mysar-resolver.php > /usr/local/mysar/log/mysar-resolver.log 2>&1
|
|
-0 0 * * * root /usr/local/mysar/bin/mysar-maintenance.php /usr/local/mysar/log/mysar-maintenance.log 2>&1
|
|
+* * * * * root %%MYSARDIR%%/bin/mysar-importer.php > %%MYSARDIR%%/log/mysar-importer.log 2>&1
|
|
+* * * * * root %%MYSARDIR%%/bin/mysar-resolver.php > %%MYSARDIR%%/log/mysar-resolver.log 2>&1
|
|
+0 0 * * * root %%MYSARDIR%%/bin/mysar-maintenance.php %%MYSARDIR%%/log/mysar-maintenance.log 2>&1
|