Hi,
Does anyone know how to add elements to map using php API.
I've tried the following with no success:
Any suggestions would be appreciated.
Thanks,
Mike.
Does anyone know how to add elements to map using php API.
I've tried the following with no success:
Code:
ZabbixAPI::query('sysmaps','create',array('sysmapid'=>'40','elementid'=>'11154','label'=>'LDAP_Server','label_location'=>'2','x'=>'437','y'=>'119'))
or die('error script: '.print_r(ZabbixAPI::getLastError(),true));
Thanks,
Mike.