Many cleanups, additions and new ideas.

This commit is contained in:
Johannes Findeisen 2023-02-12 06:31:35 +01:00
commit 484ad6e3b3
13 changed files with 104 additions and 358 deletions

4
etc/plugins/api.conf Normal file
View file

@ -0,0 +1,4 @@
[api]
host = 127.0.0.1
port = 4242
type = thread

4
etc/plugins/httpd.conf Normal file
View file

@ -0,0 +1,4 @@
[httpserver]
host = 127.0.0.1
port = 8080
type = thread

View file

@ -1,4 +0,0 @@
[httpserver]
ip = 127.0.0.1
port = 4242
type = thread

3
etc/tasks/splunk.conf Normal file
View file

@ -0,0 +1,3 @@
[splunk]
host = splunk.example.org
port = 3333

3
etc/tasks/syslog.conf Normal file
View file

@ -0,0 +1,3 @@
[syslog]
host = log.example.org
port = 514