NetXMS Support Forum

English Support => General Support => Topic started by: scuq on April 01, 2014, 09:38:14 PM

Title: Hook::ConfigurationPoll - function disable some polling
Post by: scuq on April 01, 2014, 09:38:14 PM
is there a function which I could use in Hook::ConfigurationPoll to disable

routing table polling
network discovery polling
and netxms agent polling

for new nodes?

Title: Re: Hook::ConfigurationPoll - function disable some polling
Post by: andrey--k on April 01, 2014, 09:51:21 PM
There will be such functionality in next version.
You you can get it if make from sources.

Quote from: Victor Kirhenshtein on March 26, 2014, 12:54:57 AM
Добавил новые методы в класс Node: enableAgent, enableConfigurationPoll, enableIcmp, enableSnmp, enableStatusPoll, enableTopologyPoll.
Теперь в скрипте можно написать

o->enableAgent(false);
Title: Re: Hook::ConfigurationPoll - function disable some polling
Post by: scuq on April 01, 2014, 09:56:27 PM
thx! is there a ETA for binary/debian build of this next version? ;)
Title: Re: Hook::ConfigurationPoll - function disable some polling
Post by: Victor Kirhenshtein on April 02, 2014, 09:48:35 AM
I hope it will be available in a week or two.

Best regards,
Victor