wodle name="syscollector"Permalink to this headline

Configuration options of the Syscollector wodle for system inventory.

OptionsPermalink to this headline

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

disabledPermalink to this headline

Disable the Syscollector wodle.

Default value

no

Allowed values

yes, no

intervalPermalink to this headline

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_startPermalink to this headline

Run a system scan immediately when the service is started.

Default value

yes

Allowed values

yes, no

hardwarePermalink to this headline

Enables the hardware scan.

Default value

yes

Allowed values

yes, no

osPermalink to this headline

Enables the OS scan.

Default value

yes

Allowed values

yes, no

networkPermalink to this headline

Enables the network scan.

Default value

yes

Allowed values

yes, no

packagesPermalink to this headline

Enables the scan of the packages.

Default value

yes

Allowed values

yes, no

portsPermalink to this headline

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

processesPermalink to this headline

Enables the scan of the processes.

Default value

yes

Allowed values

yes, no

hotfixesPermalink to this headline

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.

synchronizationPermalink to this headline

The database synchronization settings are configured inside this tag.

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

max_epsPermalink to this headline

Sets the maximum event reporting throughput.

Default value

10

Allowed values

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

Example of configurationPermalink to this headline

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