Hello,
I just created this php script to automatically generate templates for Network equipements using snmp:
I hope this could help some users.
I just created this php script to automatically generate templates for Network equipements using snmp:
This script was created to automatically generate templates of network equipments for Zabbix.
To use it, you first need to install php-cli (or php5-cli) and MRTG.
USAGE:
In a shell:
# cd /path/to/php/script
# php Generate_network_template.php Equipment_IP Equipment_Community Equipment_Name
Now you just need to import the generated xml file into Zabbix
I tested it on a Cisco Catalyst 4500 and a Juniper SSG 320M
To use it, you first need to install php-cli (or php5-cli) and MRTG.
USAGE:
In a shell:
# cd /path/to/php/script
# php Generate_network_template.php Equipment_IP Equipment_Community Equipment_Name
Now you just need to import the generated xml file into Zabbix
I tested it on a Cisco Catalyst 4500 and a Juniper SSG 320M
Comment