Script uses default username and password (monitor/monitor). If your storage admin changed these parameters, you have to modify them in the hp-msa.pl script, lines:
Code:
my $USERNAME = "monitor"; my $PASSWORD = "monitor";
Code:
sed -i s/https/http/ hp-msa.pl
1. Create host with your controller data (you must IP and DNS address)
2. Import template from the ZIP file
3. On the Zabbix server:
3.1. check the value of ExternalScripts in Zabbix server config file
3.2. put hp-msa.pl in that directory
3.2. make sure that user zabbix has execution permission on hp-msa.pl
4. Link host with the template Template_HP_P2000_G3
Discovery rule has a long delay (3600s) so in order to get LLD items defined you might want to temporarily change it to something like 60.
Wait until items (controllers, vdisks, volumes) appear. Afterwards external item "HP P2000 Sensor" should start reporting values and eventually switch from 0 to 1.
Leave a comment: