Hi,
I would like to get elements of the map using ZabbixAPI 1.8.
When i execute the following code it returns an empty array.
$script= ZabbixAPI::fetch_array('sysmaps_elements','get', array("output"=>'extend'))
or die('error: '.print_r(ZabbixAPI::getLastError(),true));
print_r($script);
The array 'sysmaps_elements', is it the correct one to get element_name, element_id, etc.?
Any suggestions would be appreciated.
Thanks,
Mike
I would like to get elements of the map using ZabbixAPI 1.8.
When i execute the following code it returns an empty array.
$script= ZabbixAPI::fetch_array('sysmaps_elements','get', array("output"=>'extend'))
or die('error: '.print_r(ZabbixAPI::getLastError(),true));
print_r($script);
The array 'sysmaps_elements', is it the correct one to get element_name, element_id, etc.?
Any suggestions would be appreciated.
Thanks,
Mike
Comment