From 64d9123460111b02fc835a5d4619d6634a8f4534 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 19 Aug 2019 12:50:48 +0200 Subject: [PATCH] Update Readme.md --- utils/Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/utils/Readme.md b/utils/Readme.md index 579e564..82b4e91 100644 --- a/utils/Readme.md +++ b/utils/Readme.md @@ -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.