How to set poll rate differently to elements during discovery (Legacy KB ID CNC TS31592 )
search cancel

How to set poll rate differently to elements during discovery (Legacy KB ID CNC TS31592 )

book

Article ID: 51789

calendar_today

Updated On:

Products

CA eHealth

Issue/Introduction

Use DCI rules during discovery utilizing setPollRate Action Statement.
Here is an example of contents of the DCI rule file.


name matches ".*-link-.*" :
{
setPollRate ("fast") ;
}
name matches ".*Serial.*" :
{
setPollRate ("slow") ;
}
name matches ".*-FastEthernet.*" :
{
setPollRate ("fastStore") ;
}
name matches ".*" :
{
setPollRate ("normal") ;
}


In this example, all elements which element names contain "-link-" will be set to Fast poll rate, "Serial" will be set too Slow poll rate, "-FastEthernet" will be set to Fast Data Store poll rate. Any other elements which are discovered will be set to Normal poll rate.  The last statement is optional, if it is not set, pollRate will default to "normal."  It is only added to the DCI rule for clarity.


Please refer to eHealth Integration Guide for more information about DCI rules.



Related Issues/Questions:
How to set poll rate differently to elements during discovery
How to use setPollRate Action Statement in DCI rule file

Problem Environment:
eHealth 6.0 or later


(Legacy KB ID CNC TS31592 )

Environment

Release:
Component: EHCON