Compare commits

..

4 commits

Author SHA1 Message Date
Rahix c9085ae769 succd: Configure hysteresis for rough and high thresholds
All checks were successful
/ test (push) Successful in 12s
/ test (pull_request) Successful in 10s
Add CLI flags for rough and high hysteresis and configure default values
based on experiments.
2024-10-04 23:18:14 +02:00
Rahix 0259ca7ac3 succd: Add hysteresis feature to thresholdOutput blocks
Add a hysteresis value that can be optionally configured for
thresholdOutput blocks.  This will hopefully help to prevent jumping
outputs from feedback that is caused by the thresholdOutput itself.
2024-10-04 23:18:14 +02:00
Rahix d50ffc0b58 succd: Fix table jiggle
Make sure the table size doesn't dynamically jiggle with movement of
width changes of the load-average value.
2024-10-04 23:18:14 +02:00
Rahix ad134fe338 succd: Use grid layout to show all info on a single screen
Use CSS grids to all information on a single screen if possible.  There
is a breakpoint for smaller screens.
2024-10-04 23:14:32 +02:00

View file

@ -10,6 +10,7 @@ body {
} }
table { table {
font-size: 40px; font-size: 40px;
--margin-top: 1em;
} }
table.status td { table.status td {
width: 2em; width: 2em;