wodle name="syscollector"

Configuration options of the Syscollector wodle for system inventory.

Options

Options

Allowed values

disabled

yes, no

interval

A positive number (seconds)

scan_on_start

yes, no

hardware

yes, no

os

yes, no

network

yes, no

packages

yes, no

ports

yes, no

processes

yes, no

hotfixes

yes, no

disabled

Disable the Syscollector wodle.

Default value

no

Allowed values

yes, no

interval

Time between system scans.

Default value

1h

Allowed values

A positive number that should contain a suffix character indicating a time unit, such as, s (seconds), m (minutes), h (hours), d (days).

scan_on_start

Run a system scan immediately when the service is started.

Default value

yes

Allowed values

yes, no

hardware

Enables the hardware scan.

Default value

yes

Allowed values

yes, no

os

Enables the OS scan.

Default value

yes

Allowed values

yes, no

network

Enables the network scan.

Default value

yes

Allowed values

yes, no

packages

Enables the scan of the packages.

Default value

yes

Allowed values

yes, no

ports

Enables the ports scan.

Default value

yes

Allowed values

yes, no

With option all='no' it will only scan listening ports.

Options

Allowed values

all

yes, no

processes

Enables the scan of the processes.

Default value

yes

Allowed values

yes, no

hotfixes

Enables the hotfixes scan. It reports the Windows updates installed.

Default value

yes

Allowed values

yes, no

Note

This option is enabled by default but not included in the initial configuration.

synchronization

The database synchronization settings are configured inside this tag.

<wodle name="syscollector">
  <synchronization>
    <max_eps>10</max_eps>
  </synchronization>
</wodle>

max_eps

Sets the maximum event reporting throughput.

Default value

10

Allowed values

Integer number between 0 and 1000000. 0 means default value.

Example of configuration

<wodle name="syscollector">
  <disabled>no</disabled>
  <interval>1h</interval>
  <scan_on_start>yes</scan_on_start>
  <hardware>yes</hardware>
  <os>yes</os>
  <network>yes</network>
  <packages>yes</packages>
  <ports all="no">yes</ports>
  <processes>yes</processes>

  <!-- Database synchronization settings -->
  <synchronization>
    <max_eps>10</max_eps>
  </synchronization>
</wodle>