Hey,
I'm very new at Zabbix and I'm trying to enrich my templates.
Starting at 5.0 there is a build in IPMI check
According to the documentation I can create a macro for the IPMI USER and PASSWORD and it will be used at the host as the IPMI username/password.
I have edited the macro and added
and
to the macro and I can see it has been inherited by the host from the template.
But It's not working as expected.
It's connecting to the IPMI only if I'm setting the username and password at the IPMI tab.
Any idea?
P.S
Is there a way to set the privilege as well using the ipmi check module?
Best regargs,
Amiram
I'm very new at Zabbix and I'm trying to enrich my templates.
Starting at 5.0 there is a build in IPMI check
HTML Code:
https://www.zabbix.com/integrations/ipmi
I have edited the macro and added
Code:
{$IPMI.USER}
Code:
{$IPMI.PASSWORD}
But It's not working as expected.
It's connecting to the IPMI only if I'm setting the username and password at the IPMI tab.
Any idea?
P.S
Is there a way to set the privilege as well using the ipmi check module?
Best regargs,
Amiram
Comment