librenms/daily.sh
2015-07-26 09:58:19 +02:00

18 lines
322 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
cd "$(dirname "$0")"
if [ "$(php daily.php -f update)" -eq 1 ]; then
git pull --quiet
php includes/sql-schema/update.php
fi
php daily.php -f syslog
php daily.php -f eventlog
php daily.php -f authlog
php daily.php -f perf_times
php daily.php -f callback
php daily.php -f device_perf