mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
add an jsonUDP-plugin
send data via UDP as a json-string
This commit is contained in:
parent
698416d66e
commit
ca82806cf5
2 changed files with 113 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ httpRequest = 0
|
|||
eMail = 0
|
||||
BosMon = 0
|
||||
firEmergency = 0
|
||||
jsonUDP = 0
|
||||
|
||||
# for developing template-module
|
||||
template = 0
|
||||
|
|
@ -194,6 +195,11 @@ bosmon_password =
|
|||
firserver = localhost
|
||||
firport = 9001
|
||||
|
||||
[jsonUDP]
|
||||
# Server as IP of DNS-Name (without http://)
|
||||
server = 192.168.0.1
|
||||
port = 8888
|
||||
|
||||
|
||||
#####################
|
||||
##### Not ready yet #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue