Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This minimum configuration refers exclusively to those specific parameters of this integration. There are more required parameters related to the generic behavior of the collector. Check setting sections for details.

Setting

Details

api_key

Credential api_key

organization_id

Credential organization_id

Info

See the Accepted authentication methods section to verify what settings are required based on the desired authentication method.

Devo collector features

Feature

Details

Allow parallel downloading (multipod)

Not allowed

Running environments

Collector server

On-premise

Populated Devo events

Table

Flattening preprocessing

No

Data sources

Data source

Description

API endpoint

Collector service name

Devo table

Available from release

Software package by device id

This service ingests all the packets of a certain device identified by an id.

/packages

software_packages_by_device_id

itops.automox.api.package

v1.0.0

All packages for all devices

This service ingests all packets from all registered devices.

/packages

all_packages_for_all_devices

itops.automox.api.package

v1.0.0

For more information on how the events are parsed, visit our page.

...

Accepted authentication methods

Authentication Method

Username

Password

api_key

Status
colourGreen
titleRequired

Status
colourGreen
titleRequired

Run the collector

Once the data source is configured, you can either send us the required information if you want us to host and manage the collector for you (Cloud collector), or deploy and host the collector in your own machine using a Docker image (On-premise collector).

...

Expand
titleCheck memory usage

To check the memory usage of this collector, look for the following log records in the collector which are displayed every 5 minutes by default, always after running the memory-free process.

  • The used memory is displayed by running processes and the sum of both values will give the total used memory for the collector.

  • The global pressure of the available memory is displayed in the global value.

  • All metrics (Global, RSS, VMS) include the value before freeing and after previous -> after freeing memory

Code Block
INFO InputProcess::MainThread -> [GC] global: 20.4% -> 20.4%, process: RSS(34.50MiB -> 34.08MiB), VMS(410.52MiB -> 410.02MiB)
INFO OutputProcess::MainThread -> [GC] global: 20.4% -> 20.4%, process: RSS(28.41MiB -> 28.41MiB), VMS(705.28MiB -> 705.28MiB)
Info

Differences between RSS and VMS memory usage:

  • RSS is the Resident Set Size, which is the actual physical memory the process is using

  • VMS is the Virtual Memory Size which is the virtual memory that process is using

Change log for v1.x.x

Release

Released on

Release type

Details

Recommendations

v1.0.0

Status
colourPurple
titleNEW FEATURE

New features:

Released first version of Automox collector with the following services:

  • List Software Packages for Specific Device: Retrieves the software packages for the specified device. Packages include pending updates and currently installed updates/applications.

  • List All Software Packages for All Devices: This will list all pending/installed updates, and all installed applications, for all devices in a given organization.

Recommended version