wodle name="syscollector"
XML section name
<wodle name="syscollector">
</wodle>
Configuration options of the Syscollector wodle for system inventory.
Options
Options |
Allowed values |
---|---|
yes, no |
|
A positive number (seconds) |
|
yes, no |
|
yes, no |
|
yes, no |
|
yes, no |
|
yes, no |
|
yes, no |
|
yes, no |
|
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 |
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 |
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.
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>