Add README.md
This commit is contained in:
parent
5bb6e88549
commit
211fa31eb1
|
|
@ -0,0 +1,22 @@
|
|||
### Gather data from SMART for zabbix.
|
||||
|
||||
- Supported OS: Linux
|
||||
- Both a Bash and a Powershell version is available.
|
||||
- Requires Bash 4 or Linux .NETCore Powershell 3.x
|
||||
|
||||
To use add the ...-template.xml to the host in Zabbix.
|
||||
Available devices then will be auto-detected and created
|
||||
in Zabbix when the scripts are run in discovery mode.
|
||||
|
||||
This script skips USB-Devices to prevent external backup disks
|
||||
from waking up all over the day.
|
||||
To include those USB-drives add the parameter:
|
||||
- Bash-version: `--smart-with-external`
|
||||
- Powershell-version: `-smart-with-external $%rue`
|
||||
|
||||
|
||||
Sample crontab entry
|
||||
```
|
||||
*/15 * * * * root /opt/scripts/zabbix-support.bash 2>&1 > /dev/null
|
||||
6 */1 * * * root /opt/scripts/zabbix-support.bash --disco 2>&1 > /dev/null
|
||||
```
|
||||
Loading…
Reference in New Issue