summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-sample-agent.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/ossec-hids-local-config/files/template-sample-agent.xml.in')
-rw-r--r--security/ossec-hids-local-config/files/template-sample-agent.xml.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/ossec-hids-local-config/files/template-sample-agent.xml.in b/security/ossec-hids-local-config/files/template-sample-agent.xml.in
new file mode 100644
index 0000000..8a2fa7b
--- /dev/null
+++ b/security/ossec-hids-local-config/files/template-sample-agent.xml.in
@@ -0,0 +1,14 @@
+<?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>%%CLIENT_PROFILES%%</config-profile> -->
+ </client>
+
+</template_config>