I have set HP p2000 g3 iSCSI storage monitoring. In two weeks Access to the storage via http https got lost.controller restart works to help. There are a lot of people in the Internet with the same problem but no solution. Has anyone experienced the same problem? Should I update firmware? Current version TS220R004.
Ad Widget
Collapse
HP P2000 G3 monitoring (Zabbix 2.0)
Collapse
X
-
Hello, Crispytown!I had the same issues with the files being created but not importing the data.
What I did to get it to work was make sure in the configuration for the host... that the "Host Name" is the spelled the same as the Agent interfaces "DNS Name". See Capture.jpgCode:info from server: "processed: 0; failed: 55; total: 55; seconds spent: 0.000757" sent: 55; skipped: 0; total: 55
Unfourtunatly, your solution didn't take effect for me. I still have "0", when I run script. And if I try start manually Zabbix_sender:
I have the same error:PHP Code:zabbix_sender -c /etc/zabbix/zabbix_agentd.conf -i /var/tmp/zabbixSenderHPP2000_pmt-p2000.pmt.loc_30085
PHP Code:info from server: "processed: 0; failed: 55; total: 55; seconds spent: 0.001006"
sent: 55; skipped: 0; total: 55
Comment
-
I tried removing theHello, Crispytown!
Unfourtunatly, your solution didn't take effect for me. I still have "0", when I run script. And if I try start manually Zabbix_sender:
I have the same error:PHP Code:zabbix_sender -c /etc/zabbix/zabbix_agentd.conf -i /var/tmp/zabbixSenderHPP2000_pmt-p2000.pmt.loc_30085
PHP Code:info from server: "processed: 0; failed: 55; total: 55; seconds spent: 0.001006"
sent: 55; skipped: 0; total: 55
variable from the following line, and now it works albeit the individual disk health sensors don't workCode:$type
line 88 (sub getZabbixValues)
Was looking at how the Zabbix-Sender works, and I think thatCode:$outputString .= "$hostname hp.p2000.stats[$type,$key,$itemKey] $colHash->{$key}->{$itemKey}\n";variable throws it off.Code:$type
Comment
-
Hash
Hello
Thx for making this template for the HP P2000.
I have a bit of a problem installing this template.
I'm still getting the "Can't use string ("status") as a HASH ref while "strict refs" in use at /etc/zabbix/externalscripts/hp-msa.pl line 60" error.
i tried to install the IO::Socker::SSL but is was already installed.
Anyone else got this issue?
Ubuntu 14.04
Zabbix 2.4.4
Perl 5.18.2Comment
-
That error rings a bell with me. You installed the JSON components?Hello
Thx for making this template for the HP P2000.
I have a bit of a problem installing this template.
I'm still getting the "Can't use string ("status") as a HASH ref while "strict refs" in use at /etc/zabbix/externalscripts/hp-msa.pl line 60" error.
i tried to install the IO::Socker::SSL but is was already installed.
Anyone else got this issue?
Ubuntu 14.04
Zabbix 2.4.4
Perl 5.18.2Comment
-
I'm getting the above when the sensor item runs. Weird thing is that when I run the script from the shell it works perfectly - even the disk health sensors.Code:Could not open file /var/tmp/zabbix/zabbixSenderHP[removed by me]_22091 at /usr/share/zabbix/externalscripts/hp-msa.pl line 165.
Any ideas on what might be going wrong?
I thought it might be permissions on the /var/tmp/zabbix folder, but everything is allowed. I thought it might be the Agentd timeout on processing, so set that to 10 seconds. No dice.Comment
-
The name or service not known
Hello
thanks for this Template. About i have a Problem.
when I run the script:
./hp-msa.pl STORAGE01LAN1 stats
come following:
File does not exist: Can't connect to STORAGE01LAN1:443
Der Name oder der Dienst ist nicht bekannt at /usr/share/perl5/LWP/Protocol/http.pm line 49.
at ./hp-msa.pl line 122.
Ping and NSLookup is ok. Missing a Libery?Comment
-
I have this issue:
/etc/zabbix/externalscripts# zabbix_sender -c /etc/zabbix/zabbix_agentd.conf -i /tmp/zabbixSenderHPP2000_HOSTNAME_15863 -vv
zabbix_sender [15953]: DEBUG: answer [{"response":"success","info":"processed: 0; failed: 115; total: 115; seconds spent: 0.001361"}]
info from server: "processed: 0; failed: 115; total: 115; seconds spent: 0.001361"
Could someone help me out?
I have the ServerActive directive in my agentd.conf.Comment
-
I have just the same issue!I have this issue:
/etc/zabbix/externalscripts# zabbix_sender -c /etc/zabbix/zabbix_agentd.conf -i /tmp/zabbixSenderHPP2000_HOSTNAME_15863 -vv
zabbix_sender [15953]: DEBUG: answer [{"response":"success","info":"processed: 0; failed: 115; total: 115; seconds spent: 0.001361"}]
info from server: "processed: 0; failed: 115; total: 115; seconds spent: 0.001361"
Could someone help me out?
I have the ServerActive directive in my agentd.conf.
Any ideas?Last edited by VBochkov; 07-09-2015, 10:09.Comment
-
1) Chek Hostname (case sensitive) MSA P2000 in zabbix server and in file zabbixSenderHPP2000_HOSTNAME_15863. Add MSA P2000 in /etc/hosts with correct name.
2) Check that the LLD works, and this items (from file zabbixSenderHPP2000_HOSTNAME_15863) exists in zabbix.Comment
-
both new scripts not working
original one never get working, always return 0. Tried using both new scripts, but gets the following error when manually run hp-msa.pl hostname stats:
Pseudo-hashes are deprecated at ./hp-msa.pl.1 line 63.
Argument "\x{72}\x{65}..." isn't numeric in hash element at ./hp-msa.pl.1 line 63.
Bad index while coercing array into hash at ./hp-msa.pl.1 line 63.
any idea?Comment
-
Hi everybody
I'm really new with this Zabbix thing and not the biggest hero with Debian either, but can someone like explain me how to configure all of this?
I'm trying to get this monitoring thing going on our P2000 G3, but I'm stuck. Is this template for SNMP Traps or SNMPv2 Agent? How do I install and use this template properly to monitor disk status? Do I have to change something in my .conf files to get this going or is just importing the template with the script enough?
Again my apologies for asking such a trivial question, but I'd really appreciate the help since I'm looking for some proper guidance for days now.

Appreciated!
Comment
Comment