Another question. There are HP - MSA2000 with iLO on it.I need collect data from controllers and disk drives.
DebugLevel=0 LogFile=C:\Zabbix_Agent\Zabbix_agentd.log EnableRemoteCommands=1 Hostname=WAS-001 ListenPort=10050 ServerPort=10051 StartAgents=5 #zabbix server to send values to Server=172.16.1.187 #hostname here must match the host name configured in zabbix server #enable active checks DisableActive=0 #hp query UserParameter = hp.query[*],cscript "C:\ZabbixAgent\zabbix_hp_query.vbs" //Nologo $1 $2 $3 $4
C:\ZabbixAgent>cscript zabbix_hp_query.vbs //nologo 1 1 C:\ZabbixAgent\zabbix_hp_query.vbs(2, 1) (null): 0x8004100
RSV-99-001:~ # zabbix_get -s 172.18.1.9 -k hp.query[1,1] ZBX_NOTSUPPORTED
DebugLevel=0 LogFile=C:\Zabbix_Agent\Zabbix_agentd.log EnableRemoteCommands=1 Hostname=WAS-001 ListenPort=10050 ServerPort=10051 StartAgents=5 #zabbix server to send values to Server=172.16.1.187 #hostname here must match the host name configured in zabbix server #enable active checks DisableActive=0 #hp query UserParameter = hp.query[*],cscript "C:\ZabbixAgent\zabbix_hp_query.vbs" //Nologo $1 $2 $3 $4
C:\ZabbixAgent>cscript zabbix_hp_query.vbs //nologo 1 1 C:\ZabbixAgent\zabbix_hp_query.vbs(2, 1) (null): 0x8004100
RSV-99-001:~ # zabbix_get -s 172.18.1.9 -k hp.query[1,1] ZBX_NOTSUPPORTED
Comment