ports/security/ossec-hids-local-config/files/template-sample-agent.xml.in
Steve Wills 868061ef79 security/ossec-hids-server: update from 2.8.3 to 3.1.0
PR:		232794
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
2018-11-09 18:52:21 +00:00

14 lines
545 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<template_config>
<client>
<!-- Specify the IP address of the %%PORTNAME%% server. -->
<server-ip>1.2.3.4</server-ip>
<!-- Alternatively, specify the hostname of the %%PORTNAME%% server. -->
<!-- <server-hostname>example.com</server-hostname> -->
<!-- Specifies the agent.conf profiles to be used by the agent. Multiple profiles can be included, separated by a comma and a space. -->
<!-- <config-profile>%%CONFIG_PROFILES%%</config-profile> -->
</client>
</template_config>