BW3-Core/config/server.yaml

56 lines
1.2 KiB
YAML
Raw Normal View History

2019-02-27 08:39:54 +01:00
# -*- coding: utf-8 -*-
# ____ ____ ______ __ __ __ _____
# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
# German BOS Information Script
# by Bastian Schroll
server:
2019-02-27 22:05:59 +01:00
port: 8080
2019-02-27 08:39:54 +01:00
name: BW3 Server # name of the BW3 Server instance
2019-02-27 22:05:59 +01:00
useBroadcast: no # serve server ip on broadcast request
2019-02-27 08:39:54 +01:00
2019-02-27 22:05:59 +01:00
## here you can enable needed plugins
## 0 is disabled
## all greater than 0 enable the plugin
## the higher the number the earlier the plugin is called on alarm
## we call ist Plugin Prioority
2019-02-27 12:41:29 +01:00
plugins:
template: 1
2019-02-27 08:39:54 +01:00
filter:
doubleFilter:
maxEntry: 30
ignoreTime: 10
checkMsg: no
2019-02-27 12:41:29 +01:00
2019-02-27 14:29:17 +01:00
alarmRouter:
- Router 1
- Router 2
router:
- name: Router 1
route:
- type: module
name: doubleFilter
config:
maxEntry: 30
ignoreTime: 10
checkMsg: no
- type: plugin
name: mysql
config:
user: test
pass: test
db: test
- type: router
name: Router 2
- name: Router 2
route: