ospatrol.conf: Agentless Options¶
Overview¶
Supported types¶
Agentless options are available in the the following installation types:
- server
- local
Location¶
All agentless options must be configured in the /var/ospatrol/etc/ospatrol.conf and used within the <ospatrol_config> tag.
XML excerpt to show location:
<ospatrol_config>
<agentless>
<!--
agentless options here
-->
</agentless>
</ospatrol_config>
Options¶
- agentless¶
This is the section that will contain the agentless configuration.
- frequency¶
This controls the number of seconds between each run.
- host¶
This defines the username and agentless host.
Example:
<host>root@linux.server.example.com</host>
- state¶
This determines whether the checks are periodic or periodic_diff.
- periodic: The output from the scripts is processed by the OSPatrol processes.
- periodic_diff: The output from the scripts is compared to the output of previous runs.
- arguments¶
This defines the arguments passed to the script.