Hello!
I trying with the following code:
...and not work.
I forgot some obvious thing?
Thanks!
I trying with the following code:
Code:
ZabbixAPI::query('drule','create',array('name'=>'test', 'iprange'=>'192.168.31.11-254', 'delay'=>7200, 'status'=>0, 'unique_dcheckid'=>0))
or die('error: '.print_r(ZabbixAPI::getLastError(),true));
I forgot some obvious thing?
Thanks!
Comment