Useful details about Bug #556.
Added possibility to add configurable db query in dbquery subagent:
ConfigurableQuery=name:db:description:sql
This query will be shown in agent supported parameters as name(*).
Parameters for the binding should be given like name(param1, param2...)
Also added possibility to execute by request background queries defined like:
Query=name:dbid:interval:query
By default this qyery is executed in background and it's last successful execution result can be retrieved by DB.QueryResult(name). Now it is also possible to execute query by dci poll request. This query will be shown in agent supported parameters as name.
!!!If query is too heavy - request can result with time-out. So for time consuming sql requests it's recommended to use background sql execution.!!!
			Added possibility to add configurable db query in dbquery subagent:
ConfigurableQuery=name:db:description:sql
This query will be shown in agent supported parameters as name(*).
Parameters for the binding should be given like name(param1, param2...)
Also added possibility to execute by request background queries defined like:
Query=name:dbid:interval:query
By default this qyery is executed in background and it's last successful execution result can be retrieved by DB.QueryResult(name). Now it is also possible to execute query by dci poll request. This query will be shown in agent supported parameters as name.
!!!If query is too heavy - request can result with time-out. So for time consuming sql requests it's recommended to use background sql execution.!!!