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:
- Windows
- Unix
-
Open the
daemon_filterfile in the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration. -
Specify vendor name patterns globbing to include or exclude with the following syntax:
noteYou 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 daemon
licsrv, use the following syntax:Example 1include=*
exclude=licsrvTo ignore everything except data for
licsrvandlgcx, use the following syntax:Example 2include=licsrv,lgcxnoteincludepatterns are always checked beforeexcludepatterns. The order in which they appear in this file is insignificant. -
Save the changes.
-
Open the
daemon_filterfile in the Configuration directory, which is by default in/var/opt/openit/etc. -
Specify vendor name patterns globbing to include or exclude with the following syntax:
noteYou 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 daemon
licsrv, use the following syntax:Example 1include=*
exclude=licsrvTo ignore everything except data for
licsrvandlgcx, use the following syntax:Example 2include=licsrv,lgcxnoteincludepatterns are always checked beforeexcludepatterns. The order in which they appear in this file is insignificant. -
Save the changes.