Add configuration for smart monitoring
This commit is contained in:
parent
7fb8319c88
commit
6649ba0522
@ -157,3 +157,24 @@ _nope_
|
|||||||
### Force refresh Proxy
|
### Force refresh Proxy
|
||||||
|
|
||||||
> [Zabbix Forum Post](https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/363196-cannot-send-list-of-active-checks-to-ip-address-host-ip-address-hostnames-match?p=363205#post363205)
|
> [Zabbix Forum Post](https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/363196-cannot-send-list-of-active-checks-to-ip-address-host-ip-address-hostnames-match?p=363205#post363205)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
### SMART monitoring
|
||||||
|
|
||||||
|
Smart monitoring is available using an official template
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
|
||||||
|
```
|
||||||
|
smartmontools > 7.1
|
||||||
|
```
|
||||||
|
|
||||||
|
Additionally, the `zabbix` user needs to have permission for running `smartctl`.
|
||||||
|
With `sudo` this can be accomplished without the user entering a password.
|
||||||
|
|
||||||
|
```
|
||||||
|
zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl
|
||||||
|
```
|
||||||
|
|
||||||
|
After that, add the `SMART by Zabbix agent 2` template to the host
|
||||||
|
Loading…
Reference in New Issue
Block a user