Ad Widget

Collapse

Not supported Item, Proxy not found in configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abz
    Junior Member
    • Oct 2021
    • 7

    #1

    Not supported Item, Proxy not found in configuration

    Hello,

    I've recently created an item and a trigger to create a proxy absence alert. (Config_item.png)

    I created this item on 2 proxy hosts.

    On one it works, when I test my item, I receive a value that allows me to run my trigger.

    On the other, I see "Not supported" and I get an error: Proxy "HOST-NAME-PROXY" not found in configuration cache. (Error_item.png;Test_item.png)

    I'm on a zabbix server 6.4.1 version, the same version on the zabbix proxy side (it's a dockerized machine).

    Could you give me an idea?
    Thanks for your help.
    Attached Files
  • abz
    Junior Member
    • Oct 2021
    • 7

    #2
    Did anyone have this problem ?

    Comment

    • markfree
      Senior Member
      • Apr 2019
      • 868

      #3
      I know this is an old topic, but I've just recently came across this error on a Zabbix 6.2 instance.

      The item uses the "zabbix[proxy,{HOST.HOST},delay]" key.
      The "{HOST.HOST}" macro refers to the hostname of the host. So, should the hostname be different from the proxy name (configured in the proxy configuration file)
      , the item will become not-supported.

      The "{HOST.HOST}" macro can be changed to the actual proxy name or to another user macro that is set to the proxy name value.

      Comment

      Working...