Comment on Hiw do you observe your server funktions?

easeKItMAn@lemmy.world ⁨11⁩ ⁨months⁩ ago

I set up custom bash scripts collecting information (df, docker json, smartCTL etc) Either parse existing json info or assemble json strings and push it to Homeassistant REST api (cron) In Homeassistant data is turned into sensors and displayed. HA sends messages of sensors fail.
Info served in HA:

Trying to keep my servers as barebones as possible. Additional services/apps put strain on CPU/RAM etc. Found out most of data necessary for monitoring is either available (docker json, smartCTL json) or can be easily caught, e.g. ‘’’df -Pht ext4 | tail -n +2 | awk '{ print $1}’’’ It was fun learning and defining what must be monitored or not, and building a custom interface in HA.

source
Sort:hotnewtop