#
Activating Raw Data Collection
Raw data collection is responsible for sending raw logs and sampling data for debugging and reprocessing. The following configurations will guide you on the required configuration to activate raw data collection.
Raw data collection is active by default. If it is inactive, follow these instructions to activate:
Open
raw_collection.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of rawcollection.active to true.
raw_collection.oconf3| rawcollection 4| { 5| display=Raw Data Collection 6| description=Collection of raw logs and sampling data for debugging and reprocessing. 7| active 8| { 9| type=bool 10| value=true 11| }
Save the changes.
After updating all necessary nodes and files in the
module-activation
folder, run theopenit_moduleactivator
binary.
Open
raw_collection.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of rawcollection.active to true.
raw_collection.oconf3| rawcollection 4| { 5| display=Raw Data Collection 6| description=Collection of raw logs and sampling data for debugging and reprocessing. 7| active 8| { 9| type=bool 10| value=true 11| }
Save the changes.
After updating all necessary nodes and files in the
module-activation
folder, run theopenit_moduleactivator
binary.
If you want to activate Raw Data Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Activating Raw Data Collection for Poll and Log Collectors
Ensure that Raw Data Collection is activated.
Raw data collection for poll and log collectors is active by default. If it is inactive, follow these instructions to activate:
Open
raw_collection.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of rawcollection.rawdata.active to true.
raw_collection.oconf12| rawdata 13| { 14| display=Poll and Log File Collectors 15| description=Sending of raw data collected by PollCollector and LogfileCollector. 16| active 17| { 18| type=bool 19| value=true 20| }
Save the changes.
After updating all necessary nodes and files in the
module-activation
folder, run theopenit_moduleactivator
binary.
Open
raw_collection.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of rawcollection.rawdata.active to true.
raw_collection.oconf12| rawdata 13| { 14| display=Poll and Log File Collectors 15| description=Sending of raw data collected by PollCollector and LogfileCollector. 16| active 17| { 18| type=bool 19| value=true 20| }
Save the changes.
After updating all necessary nodes and files in the
module-activation
folder, run theopenit_moduleactivator
binary.
If you want to activate Raw Data Collection for Poll and Log Collectors on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Activating Raw Data Collection for License Poller Complete
Ensure that Raw Data Collection is activated.
Raw data collection for license poller complete is active by default. If it is inactive, follow these instructions to activate:
Open
raw_collection.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of rawcollection.licpollcomplete.active to true.
raw_collection.oconf22| licpollcomplete 23| { 24| display=License Poller Complete 25| description=Sending of License File and Raw Sampling data from LicPoll. 26| active 27| { 28| type=bool 29| value=true 30| }
Save the changes.
After updating all necessary nodes and files in the
module-activation
folder, run theopenit_moduleactivator
binary.
Open
raw_collection.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of rawcollection.licpollcomplete.active to true.
raw_collection.oconf22| licpollcomplete 23| { 24| display=License Poller Complete 25| description=Sending of License File and Raw Sampling data from LicPoll. 26| active 27| { 28| type=bool 29| value=true 30| }
Save the changes.
After updating all necessary nodes and files in the
module-activation
folder, run theopenit_moduleactivator
binary.
If you want to activate Raw Data Collection for License Poller Complete on selected clients, follow the instructions in the Activating Features on Selected Clients section.