Hi!
My Setup
Zabbix Server Version: 3.4.2
Zabbix Proxy Version: 3.4.2
Server / Proxy running on Oracle Linux Server 7.4
Installed using zabbix yum repositories
What I'm trying to do
I'm monitoring a bunch of HP ProLiant Servers using the zabbix agent for linux and IPMI via HP's Integrated Lighs Out (iLO) Management interface.
What I'd like to do is, create a "Simple check" Item along with a trigger, which pings the iLO IP Address and make other triggers depend on the first one. So in other words, if iLO goes down or gets disconnected all alerts would be suppressed and mail flooding would be avoided.
What I have so far
This works (confirmed that the icmp ping goes to the IPMI address with tcpdump)
That's where I'm stuck
When I tried to move that simple check item into a template, I noticed that there is no "Host interface" field. So how can I specify that the IPMI Address has to be used?
I thought about using the <target> parameter of icmpping with a {HOST.CONN} macro, but it doesn't seem to provide the IPMI Address, only the Zabbix Agent Address
Is there a Macro for the IPMI Connection? I've been through the Supported Macros by Location list and can't seem to find any
Any help appreciated
Cheers
Rene
My Setup
Zabbix Server Version: 3.4.2
Zabbix Proxy Version: 3.4.2
Server / Proxy running on Oracle Linux Server 7.4
Installed using zabbix yum repositories
What I'm trying to do
I'm monitoring a bunch of HP ProLiant Servers using the zabbix agent for linux and IPMI via HP's Integrated Lighs Out (iLO) Management interface.
What I'd like to do is, create a "Simple check" Item along with a trigger, which pings the iLO IP Address and make other triggers depend on the first one. So in other words, if iLO goes down or gets disconnected all alerts would be suppressed and mail flooding would be avoided.
What I have so far
- Host with 2 IP Addresses (Agent interface and IPMI interface)
- A few items and triggers using Zabbix Agent
- A few items and triggers using the IPMI interface
- One item using simple check with "icmpping[,3]" as key and the IPMI IP address as host interface
This works (confirmed that the icmp ping goes to the IPMI address with tcpdump)
That's where I'm stuck
When I tried to move that simple check item into a template, I noticed that there is no "Host interface" field. So how can I specify that the IPMI Address has to be used?
I thought about using the <target> parameter of icmpping with a {HOST.CONN} macro, but it doesn't seem to provide the IPMI Address, only the Zabbix Agent Address
Is there a Macro for the IPMI Connection? I've been through the Supported Macros by Location list and can't seem to find any
Any help appreciated
Cheers
Rene
Comment