Update dash, added smartmon

This commit is contained in:
mathan 2024-02-25 09:05:48 -08:00
parent b9b3159828
commit 95abc3691f
4 changed files with 4204 additions and 3677 deletions

View file

@ -87,4 +87,18 @@ To allow viewing it on local network:
`cd exporters`
`sudo ufw allow 9560`
`sudo ufw allow 9560`
# Install smartmon
`sudo apt install prometheus-node-exporter-collectors smartmontools`
Check if your SSD is compatible (your device name may differ, mine is /dev/sda)
`sudo smartctl -i /dev/sda`
Enable SMART on your SSD
`sudo smartctl -s on /dev/sda`
`sudo systemctl restart node_exporter`
`systemctl start prometheus-node-exporter-smartmon.service`