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 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 packages scan.

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 processes scan.

Default value

yes

Allowed values

yes, no

hotfixes

New in version 3.11.0.

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.

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>
</wodle>