#
Include or Exclude FlexNet Data in Processing based on Vendor Daemons
You can limit the FlexNet data processed for historical and real-time reporting by specifying vendor daemon names to include or exclude in the daemon_filter
configuration file. To do this, follow these steps:
Open the
daemon_filter
file in the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration
.Specify vendor name patterns (globbing is allowed) to include or exclude with the following syntax:
You can specify multiple patterns separated by comma(s).
Explicitly include a patterninclude=<include pattern>
Explicitly exclude a patternexclude=<exclude pattern>
Examples:
To include everything except data for vendor daemonlicsrv
, use the following syntax:Example 1include=* exclude=licsrv
To ignore everything except data for
licsrv
andlgcx
, use the following syntax:Example 2include=licsrv,lgcx
include
patterns are always checked beforeexclude
patterns. The order in which they appear in this file is insignificant.Save the changes.
Open the
daemon_filter
file in the Configuration directory, which is by default in/var/opt/openit/etc
.Specify vendor name patterns (globbing is allowed) to include or exclude with the following syntax:
You can specify multiple patterns separated by comma(s).
Explicitly include a patterninclude=<include pattern>
Explicitly exclude a patternexclude=<exclude pattern>
Examples:
To include everything except data for vendor daemonlicsrv
, use the following syntax:Example 1include=* exclude=licsrv
To ignore everything except data for
licsrv
andlgcx
, use the following syntax:Example 2include=licsrv,lgcx
include
patterns are always checked beforeexclude
patterns. The order in which they appear in this file is insignificant.Save the changes.