Hi all,
i which way i can scheduling the report on reportit module?
If i check scheduling in the templates i must add entries in my crontab?
please reply me!
thanks!
sam
Scheduling report in reportit
Moderators: Developers, Moderators
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Short interruption at the front of home improvements.
Hi Sam,
I think that you're using Linux, so here is an example.
#Daily
0 0 * * * /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -d > /dev/null 2>&1
#Weekly
10 0 * * 0 /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -w > /dev/null 2>&1
#Monthly
20 0 1 * * /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -m > /dev/null 2>&1
#Quarterly
30 0 1 1,4,7,10 /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -q > /dev/null 2>&1
#Yearly
40 0 1 1 * /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -y > /dev/null 2>&1
Best regards
-Andreas-
Hi Sam,
I think that you're using Linux, so here is an example.
#Daily
0 0 * * * /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -d > /dev/null 2>&1
#Weekly
10 0 * * 0 /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -w > /dev/null 2>&1
#Monthly
20 0 1 * * /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -m > /dev/null 2>&1
#Quarterly
30 0 1 1,4,7,10 /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -q > /dev/null 2>&1
#Yearly
40 0 1 1 * /thishost/unix/cen/php/bin/php /thishost/unix/cen/cacti/plugins/reportit/runtime.php -y > /dev/null 2>&1
Best regards
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
thanks ....
thanks andreas ....
Who is online
Users browsing this forum: No registered users and 8 guests