Update Readme.md

This commit is contained in:
Waldek 2019-08-19 12:50:48 +02:00 committed by GitHub
parent 21fea9b738
commit 64d9123460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@ we can skip show in last heard for exmaple from MASTER with name OPB-Link
if p[3] != 'OPB-Link' and int(float(p[9])) > 2:
I recommed to shorten the lastheard.log from time to time (I cut every day to 550 lines, longer values maybe extend the load time and parsing) with this script lastheard.sh:
I recommed to shorten the lastheard.log from time to time (I cut every day to 550 lines, longer values maybe extend the load time and parsing) with this script lastheard:
#!/bin/bash
mv /var/www/html/lastheard.log /var/www/html/lastheard.log.save
@ -30,7 +30,9 @@ I recommed to shorten the lastheard.log from time to time (I cut every day to 55
Call this script with crontab for everyday use.
Put this file in /etc/cron.daily/
Put this file in /etc/cron.daily/ and add attribute:
chmod +x /etc/cron.daily/lastheard
Call the website with http://[YOUR_HOST/log.php it runs with a refresh/reload time of 30sec, change the script for other timeset.