Read this in other languages: English, Português, Русский.
Author: Diego Cavalcante
E-Mail: [email protected]
Telegram: diego_cavalcante
Description: pack of almost 3000 icons for Zabbix network maps
Some images were taken from Google and others created from scratch in different colors and sizes. If you, like me, have spent some time developing maps, screens, and slideshows, congratulations because I know how slow and often complicated to express our environment and infrastructure in a visual and uncomplicated way, I hope you enjoy it.
NOTE: some images are free to use, others are proprietary.
All you need to do is import xml files in the Zabbix web interface:
- Go to the address your_zabbix_server_url/map.import.php;
- Check the box next to the Images;
- Select the desired file and click Import.
If you want to change something, you need to generate your own set of icons using the script png_to_xml.sh, which transcodes images into text using base64 and creates an xml file from a directory with png images.
Script is fixed because adds unnecessary tags <sysmap></sysmap>
. Source file is in archive.
Usage example:
cd zabbix.icons.en
./png_to_xml.sh equipment equipment.xml
./png_to_xml.sh geometry geometry.xml
./png_to_xml.sh huawei huawei.xml
./png_to_xml.sh labels labels.xml
./png_to_xml.sh ../zabbix.icones.pt/legendas ../zabbix.icones.pt/labels.xml
./png_to_xml.sh ../zabbix.icons.ru/labels ../zabbix.icons.ru/labels.xml
./png_to_xml.sh miscellaneous_v1 miscellaneous_v1.xml
./png_to_xml.sh miscellaneous_v2 miscellaneous_v2.xml
./png_to_xml.sh miscellaneous_v3 miscellaneous_v3.xml
./png_to_xml.sh pixel pixel.xml
./png_to_xml.sh proprietary proprietary.xml
./png_to_xml.sh rack rack.xml
./png_to_xml.sh virtualization virtualization.xml
Four colors of the icon mean four states: default (OK, in operation, green), problem (failure, red), maintenance (yellow), disabled (gray). For different icons, there are different sets of colors and sizes.
Note: file and directory names are translated into English, names are corrected to reduce confusion after importing to Zabbix.