Update README.md

This commit is contained in:
Waldek 2021-05-20 09:33:44 +02:00 committed by GitHub
parent cc53dda1e2
commit 4f9b893000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -58,10 +58,14 @@ webserver apache2 etc.
that are longer than 2 seconds. that are longer than 2 seconds.
If you want to have more than the last 15 entries in the Lastherad table If you want to have more than the last 15 entries in the Lastherad table
change in the monitor.py file line from change in the monitor.py file line from:
if n == 15:
# maximum number of lists in lastheard on the main page
if n == 20:
to for example: to for example:
if n == 20: if n == 25:
In directory sysinfo/ you can find info on how to setup display SYSTEM Info data in Monitor. In directory sysinfo/ you can find info on how to setup display SYSTEM Info data in Monitor.