From 639fd8770c280410db959ea51be5f2300f58576d Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 31 Dec 2020 15:26:30 +0100 Subject: [PATCH] Create Readme.md --- utils/Readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 utils/Readme.md diff --git a/utils/Readme.md b/utils/Readme.md new file mode 100644 index 0000000..44f78ca --- /dev/null +++ b/utils/Readme.md @@ -0,0 +1,21 @@ +Requirements a webserver with activated PHP (apache, nginx or whatever) – PHP 7.x is ok + + +Extension of hbmonitor – we log if a call is ended (I think it’s better as start) Please check permissions for wr +iting the logfile in target folder ! + + +Call this script with crontab for everyday use. + +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. + + + +Thank you, Heiko DL1BZ, who shared the lastheard code.