AutoPatrol
191
edits
(Created page with "= Data Collection = == How data collection works == Every node can have many data collection items configured (see [#_Basic_Concepts Basic Concepts] chapter for detailed descr...") |
|||
Line 4: | Line 4: | ||
All configured DCIs are checked for polling requirement every two seconds and if DCI needs to be polled, appropriate polling request is placed into internal data polling queue. First available data collector will pick up the request and gather information from the node according to DCI configuration. If a new value was received successfully, it's being stored in the database, and thresholds are checked. After threshold checking, data collector is ready for processing new request. Processing of a newly received parameter value is outlined on Figure 4 | All configured DCIs are checked for polling requirement every two seconds and if DCI needs to be polled, appropriate polling request is placed into internal data polling queue. First available data collector will pick up the request and gather information from the node according to DCI configuration. If a new value was received successfully, it's being stored in the database, and thresholds are checked. After threshold checking, data collector is ready for processing new request. Processing of a newly received parameter value is outlined on Figure 4 | ||
'''Figure 4: Newly received parameter processing''' | '''Figure 4: Newly received parameter processing''' | ||
[[File:Dci_param_proc.png||none|alt=DCI parameter processing|Test]] | |||
[[ | |||
== DCI configuration == | == DCI configuration == |