- OS: Windows 7, 2008R2 and later
- PowerShell: 5.1 and later
- Zabbix-agent: 4.0 and later
- Arcconf: 2.6 and later(Adaptec)
- MegaCli(CMDTool2): 8.7.14 and later(Lsi)
- adaptec.com
- intel.com
Get-Host|Select-Object Version
- github/adaptec-raid.ps1 in C:\service\adaptec-raid.ps1
- github/lsi-raid.ps1 in C:\service\lsi-raid.ps1
powershell -NoProfile -NoLogo -ExecutionPolicy Bypass -File "C:\service\adaptec-raid.ps1" lld ad
powershell -NoProfile -NoLogo -ExecutionPolicy Bypass -File "C:\service\lsi-raid.ps1" lld ad
- github/zabbix_agentd.conf
- github/Template Adaptec RAID Controller.xml
- github/Template Lsi RAID Controller.xml
- OS: RedHat family
- Zabbix-agent: 4.0 and later
- Arcconf: 2.6 and later(Adaptec)
- MegaCli: 8.7 and later(Lsi)
- adaptec.com
- intel.com
- github/adaptec-raid.sh in /opt/zabbix/adaptec-raid.sh
- github/lsi-raid.sh in /opt/zabbix/lsi-raid.sh
- chmod -R 750 /opt/zabbix/
- chown -R root:zabbix /opt/zabbix/
/opt/zabbix/adaptec-raid.sh lld ad
- github/zabbix_agentd.conf
zabbix ALL=(root) NOPASSWD: /opt/zabbix/adaptec-raid.sh
zabbix ALL=(root) NOPASSWD: /opt/zabbix/lsi-raid.sh
- github/Template Adaptec RAID Controller.xml
- github/Template Lsi RAID Controller.xml
- Discovery rules
- Items prototypes
- Latest data
- GPL v3