Commit cc1d0915 authored by Xavier Thompson's avatar Xavier Thompson

software/node-monitoring: Check ram and network

parent 423bd01d
......@@ -79,6 +79,8 @@ inline =
check-disk-space.py
check-partition-space.py
check-cpu-temperature.py
check-ram-usage.py
check-network.py
[publish]
<= monitor-publish
......@@ -114,6 +116,20 @@ inline =
config-avg-temp-duration = 15
config-last-avg-computation-file = $${directory:var}/promise_cpu_temperature_last_avg_file
[check-ram-usage.py]
<= macro.promise
promise = check_ram_usage
# config-min-threshold-ram =
# config-min-avg-ram =
# config-avg-ram-period-sec =
# config-avg-ram-period
config-last-avg-ram-file = $${directory:var}/promise_ram_space_last_avg_file
[check-network.py]
<= macro.promise
promise = check_network
# config-max-lost-packets =
# config-max_error_messages =
[versions]
statsmodels = 0.11.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment