diff --git a/setup.cfg b/setup.cfg index c5c28eb..89bfa01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = de.p1st.monitor -version = 0.11.2 +version = 0.11.3 author = Daniel Langbein author_email = daniel@systemli.org description = periodically monitor and warn diff --git a/src/de/p1st/monitor/data/yodaHedgehog.ini b/src/de/p1st/monitor/data/yodaHedgehog.ini new file mode 100644 index 0000000..77e71e1 --- /dev/null +++ b/src/de/p1st/monitor/data/yodaHedgehog.ini @@ -0,0 +1,43 @@ +[logging] +dir = /var/log/de-p1st-monitor/ + +[filesystem.1] +mountpoint = / +warn_if_above = 0.75 +[filesystem.2] +mountpoint = /boot +warn_if_above = 0.75 +; TODO + +[memory] +warn_if_above = 0.85 +[swap] +warn_if_above = 0.85 + +[cpu1] +warn_if_above = 2.0 +warn_threshold = 2 +warn_data_range = 2 +[cpu5] +warn_if_above = 1.5 +warn_threshold = 2 +warn_data_range = 2 +[cpu15] +warn_if_above = 1.0 +warn_threshold = 2 +warn_data_range = 2 + +; TODO coretemp + +; TODO network + +[drive_temp.1] +; NVMe drives +; TODO: 49 warn, 55 limit +type = nvme +warn_if_above = 50 +[drive_temp.2] +; HDD drives +; TODO: 39 warn, 45 limit +type = drivetemp +warn_if_above = 40