Automatically polling with external parameter is not working.

Started by adimitrov, June 29, 2017, 11:26:57 AM

Previous topic - Next topic

adimitrov

Hello ,

I have a script which returns custom attribute to my devices. Now i made a script as external parameter which i am using as DCI. I set up everything and it seems to be working.
I am passing two parameters to the DCI first one is from the custom attribute script and the second one is the node_primary_ip. I am applying this in a template, as follows:

RStatus(%{script:CustomAttributeSetScript}, %{node_primary_ip})

This is returning the correct parameters in the DCI, but the DCI is not polling at all. If i want to get status for the DCI i must force poll it. If i give the Custom Attribute parameter value manually it is working with no issue and polling on the interval I set up.

Best Regards,
Adrian