Hello, I can't figure out how to make this work.
The log I have is always this:
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.
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.
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.
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.';
}
BTW, after any macro change, I always run: /usr/sbin/zabbix_server -R config_cache_reload
Please assist.