Update dash, added smartmon
This commit is contained in:
parent
b9b3159828
commit
95abc3691f
4 changed files with 4204 additions and 3677 deletions
|
@ -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`
|
Loading…
Add table
Add a link
Reference in a new issue