- a webserver with activated PHP (apache, nginx or whatever) – PHP 7.x is ok
Modifikation/Extension of hbmonitor (red lines need to add in script web_tables.py) – we log if a call is ended (I think it’s better as start) Please check permissions for writing the logfile in target folder !
# log only to file if system is NOT OpenBridge event (not logging open bridge system, name depends on your OB definitions) AND transmit time is LONGER as 2sec (make sense for very short transmits)
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 lh_shorten.sh: