James Cook

Results 7 comments of James Cook

Yes I have tested this '&filter_set=1 to &filter_name=1' link change and it works in terms of the specific host being selected in Zabbix 6.0.17 (module 2.0.1). However it wont let...

Hi, I tried using branch v3.0.1 for Zabbix 6.0.X and it reports 'Unable to load module'. However I have manually put your code changes in yesterdays commits in place and...

v2.0.2 works for issue (https://github.com/BGmot/zabbix-module-latest-data/issues/3) and now just the file 'actions/CControllerBGLatestView.php' need to be updated with: Line 222: // CBGProfile::updateArray('web.latest.filter.hostids', $this->getInput('filter_hostids', []), PROFILE_TYPE_ID); if (!$this->hasInput('hostids')) { CBGProfile::updateArray('web.latest.filter.hostids', $this->getInput('filter_hostids', []), PROFILE_TYPE_ID);...

Hi, I tried using branch v3.0.1 for Zabbix 6.0.X and it reports 'Unable to load module'. However I have manually put your code changes in yesterdays commits in place and...

Hi BGmot, I tried v2.0.2 and found the same issue remains. I put the code changes in again manually in the meantime with v2.0.1 Regards James

Hi, Sorry yes this does work. I was also checking for the specific host latest data (https://github.com/BGmot/zabbix-module-latest-data/issues/2).... Regards James

This is caused by the file "actions/CControllerBGLatestView.php" on line 226 (I am using tag 3.0.1 for Zabbix 6.4.X) The file references 'name' as the input field in the filter where...