This template (Template Dell Compellent) use the COMPELLENT-MIB to discover and manage COMPELLENT Storage Array in Zabbix 6.0.
- Original Zabbix 3.2 Template is avialable here: asosso/zbx3-dell-compellent
- Original Zabbix 2.x Template is avialable here: jjmartres/Zabbix
- Controller
- Controller Cache Cards
- Disk
- Enclosure
- Enclosure Fan
- Enclosure Power
- Enclosure Temperature
- Fan
- Power
- Server
- Temperature
- Volume
- Import Template Dell Compellent.xml file into Zabbix.
- Add to your host the {$SNMP_COMMUNITY} macro with your SNMP community as value.
- Configure Host Inventory to
Automatic
for your host. - Associate Template Dell Compellent template to the host.
- This template was tested for Zabbix 6.0 and higher
- This template was tested with Compellent Storage Center version 7.5.1.361
- This template was tested with Compellent Storage Center version 7.4.21.004
This template is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
- Copyright 2023 Libor Klepáč
- Copyright (c) Jean-Jacques Martrès
- Copyright 2015 Andrea Sosso Licensed under the MIT License
- Elkropac @elkropac
- Jean-Jacques Martrès (jjmartres |at| gmail |dot| com)
- Andrea Sosso @asosso
Contributions are welcome.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request