summarylogtreecommitdiffstats
path: root/agent.yml.example
diff options
context:
space:
mode:
authorThorsten Müller2019-12-18 09:45:07 +0100
committerThorsten Müller2019-12-18 09:45:07 +0100
commit4ca758988f87d447891b6ffccb9eba6c96c42148 (patch)
tree4eb163b171d7b67deb71cc930235601aab7a7ac1 /agent.yml.example
parent3091525b3cced2045b9e179a62342da890639afe (diff)
downloadaur-4ca758988f87d447891b6ffccb9eba6c96c42148.tar.gz
add example file
Diffstat (limited to 'agent.yml.example')
-rw-r--r--agent.yml.example62
1 files changed, 62 insertions, 0 deletions
diff --git a/agent.yml.example b/agent.yml.example
new file mode 100644
index 000000000000..8857ae142bfb
--- /dev/null
+++ b/agent.yml.example
@@ -0,0 +1,62 @@
+---
+##
+# agent configuration
+##
+
+#name: ""
+
+#namespace: "default"
+
+#subscriptions:
+# - "localhost"
+
+#labels:
+# ssh_protocol: "2.0"
+# ssh_version: "OpenSSH_7.4"
+
+#backend-url:
+# - "ws://127.0.0.1:8081"
+
+##
+# authentication configuration
+##
+#user: "agent"
+#password: "P@ssw0rd!"
+
+##
+# api configuration
+##
+#api-host: "127.0.0.1"
+#api-port: 3031
+#disable-api: false
+
+##
+# socket configuration
+##
+#disable-sockets: false
+#socket-host: "127.0.0.1"
+#socket-port: 3030
+
+##
+# statsd configuration
+##
+#statsd-disable: false
+#statsd-event-handlers: ""
+#statsd-flush-interval: 10
+#statsd-metrics-host: "127.0.0.1"
+#statsd-metrics-port: 8125
+
+##
+# other
+##
+#cache-dir: "/var/cache/sensu/sensu-agent"
+#config-file: ""
+#deregister: false
+#deregistration-handler: ""
+#keepalive-timeout: 120
+#keepalive-interval: 20
+#extended-attributes: ""
+#log-level: "warn"
+#redact: ""
+
+