Ad Widget

Collapse

Zabbix 7.4.8 and Cradlepoint Integration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daniel.lucio
    Junior Member
    • May 2026
    • 1

    #1

    Zabbix 7.4.8 and Cradlepoint Integration

    Hello, I can't figure out how to make this work.
    The log I have is always this:
    268555:20260507:141849.664 [ NetCloud Manager API v2 ] ERROR: Please change {$NCM.CP.API_ID} macro to the proper value.
    The plugin I installed is this


    I have tried different macro names: {$CP.API.ID}, {$CP.API.ID}, {$NCM.CP.API.ID}, {$NCM.CP.API_ID}
    And I always get the same error.

    After reading the template code, there is a condition that triggers that.
    PHP Code:
    if (params[key] === macro || params[key] === '') {
    throw 
    'Please change ' macro ' macro to the proper value.';
    }
    ​ 
    I don't understand what I should do to bypass that?

    BTW, after any macro change, I always run: /usr/sbin/zabbix_server -R config_cache_reload

    Please assist.
Working...