diff --git a/etc/cron.jobs.in b/etc/cron.jobs.in index f97c2ee..a43bb44 100644 --- a/etc/cron.jobs.in +++ b/etc/cron.jobs.in @@ -18,7 +18,7 @@ */5 * * * * LC_ALL=C mpstat | tail -1 | awk '{print $11}' > /var/piler/stat/cpu.stat 5,35 * * * * LIBEXECDIR/piler/indexer.delta.sh -15 2 * * * LIBEXECDIR/piler/indexer.main.sh +30 2 * * * LIBEXECDIR/piler/indexer.main.sh */15 * * * * /usr/local/bin/indexer --quiet tag1 --rotate */15 * * * * /usr/local/bin/indexer --quiet note1 --rotate diff --git a/util/postinstall.sh b/util/postinstall.sh index 01f5afa..d4b1733 100755 --- a/util/postinstall.sh +++ b/util/postinstall.sh @@ -102,7 +102,7 @@ echo "*/5 * * * * LC_ALL=C mpstat | tail -1 | awk '{print \$11}' > $LOCALSTATEDIR/piler/stat/cpu.stat" >> $CRON_TMP echo "5,35 * * * * $LIBEXECDIR/piler/indexer.delta.sh" >> $CRON_TMP - echo "15 2 * * * $LIBEXECDIR/piler/indexer.main.sh" >> $CRON_TMP + echo "30 2 * * * $LIBEXECDIR/piler/indexer.main.sh" >> $CRON_TMP echo "*/15 * * * * $INDEXER --quiet tag1 --rotate" >> $CRON_TMP echo "*/15 * * * * $INDEXER --quiet note1 --rotate" >> $CRON_TMP echo "### PILEREND" >> $CRON_TMP diff --git a/webui/view/theme/default/assets/images/remote.gif b/webui/view/theme/default/assets/images/remote.gif deleted file mode 100644 index 7362212..0000000 --- a/webui/view/theme/default/assets/images/remote.gif +++ /dev/null Binary files differ diff --git a/webui/view/theme/default/images b/webui/view/theme/default/images new file mode 100644 index 0000000..7362212 --- /dev/null +++ b/webui/view/theme/default/images Binary files differ