[packages/cacti] - reindexation/names applying example
arekm
arekm at pld-linux.org
Fri Mar 8 22:29:16 CET 2013
commit c8aef4cadd0fc43d10dd14f27c683b62adddcc45
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Mar 8 22:29:13 2013 +0100
- reindexation/names applying example
cacti.crontab | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/cacti.crontab b/cacti.crontab
index 49e3acd..f2ed637 100644
--- a/cacti.crontab
+++ b/cacti.crontab
@@ -1,5 +1,11 @@
MAILTO=root
+# poller
*/5 * * * * cacti umask 022; exec /usr/sbin/cacti-poller > /dev/null
+# reindex interface data (expensive); reapply data source/graph names based on templates and reindexed data
+# 20 1 * * 7 cacti umask 022; exec /usr/share/cacti/cli/poller_reindex_hosts.php --id=All > /dev/null ; /usr/share/cacti/cli/poller_data_sources_reapply_names.php --id=All > /dev/null ; /usr/share/cacti/cli/poller_graphs_reapply_names.php --id=All > /dev/null
+
+#
+
# vim:ft=crontab
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cacti.git/commitdiff/c8aef4cadd0fc43d10dd14f27c683b62adddcc45
More information about the pld-cvs-commit
mailing list