Hello!
I would like to improve the official documentation for item- and trigger-object pages to include all the possible flags:
define('ZBX_FLAG_DISCOVERY_NORMAL', 0x0); // a normal item
define('ZBX_FLAG_DISCOVERY', 0x1); // a low level discovery rule
define('ZBX_FLAG_DISCOVERY_CHILD', 0x2); // an item prototype
define('ZBX_FLAG_DISCOVERY_CREATED', 0x4); // an item created via a discovery rule
As described here: https://support.zabbix.com/browse/ZBX-5776
The wiki pages are:
If you could be some kind to grant me access to edit these pages, I would like to make the changes myself. Or I can paste the changed page sources here, if it is better. Is this possible?
I would like to improve the official documentation for item- and trigger-object pages to include all the possible flags:
define('ZBX_FLAG_DISCOVERY_NORMAL', 0x0); // a normal item
define('ZBX_FLAG_DISCOVERY', 0x1); // a low level discovery rule
define('ZBX_FLAG_DISCOVERY_CHILD', 0x2); // an item prototype
define('ZBX_FLAG_DISCOVERY_CREATED', 0x4); // an item created via a discovery rule
As described here: https://support.zabbix.com/browse/ZBX-5776
The wiki pages are:
If you could be some kind to grant me access to edit these pages, I would like to make the changes myself. Or I can paste the changed page sources here, if it is better. Is this possible?