- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- Docker Inventory frequency limitatio
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Docker monitor consumes the same configuration source as other agent tools. On Linux it uses the existing INI files to load its configuration while on Windows it uses the registry.
There's a couple of unique Docker settings that control it:
- PerformDockerInventoryScan - Controls whether or not the monitor runs. Must exist and have the value Yes (case insensitive) for the monitor to operate.
- DockerInventoryPeriod - The interval, in seconds, on which the monitor should produce an inventory, and where the default is 3600.
Therefore reconfiguring the DockerInventoryPeriod to 86400 should do the trick...
Thanks,
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Docker monitor consumes the same configuration source as other agent tools. On Linux it uses the existing INI files to load its configuration while on Windows it uses the registry.
There's a couple of unique Docker settings that control it:
- PerformDockerInventoryScan - Controls whether or not the monitor runs. Must exist and have the value Yes (case insensitive) for the monitor to operate.
- DockerInventoryPeriod - The interval, in seconds, on which the monitor should produce an inventory, and where the default is 3600.
Therefore reconfiguring the DockerInventoryPeriod to 86400 should do the trick...
Thanks,
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the details @JohnSorensenDK
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JohnSorensenDK , where exactly in the registry can I find these settings on a Windows machine?
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It will be in this structure:
HKLM\SOFTWARE\WOW6432Node\ManageSoft Corp\ManageSoft\Tracker\CurrentVersion
Thanks,
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do we verify if that setting has limited the inventory generation? We have a ndi replication setting enabled and I can see the NDI files which are being processed out of it I see the docker files being maximum and with this change how can I verify from the replication that the particular server related docker file is only 1 instead of multiple files? There is no name of the server on the docker file name.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think that it may be easier for you to investigate what actually happens at the Docker level through the fnms-docker-monitor.log generated (locally on one of the hosts running a Docker daemon) than trying to trace this through the .ndi files generated.
The .ndi files generated will be Docker image .ndi files plus host .ndi files where the latter contains the container instances as additional hardware classes...
Thanks,
