mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
prepare for httpRequest plugin
This commit is contained in:
parent
972fc72aab
commit
d1d1e3e7bf
2 changed files with 54 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ poc_filter_range_end = 9999999
|
|||
[Plugins]
|
||||
MySQL = 0
|
||||
BosMon = 0
|
||||
httpRequest = 0
|
||||
# for developing template-module is enabled
|
||||
template = 1
|
||||
#none has no function, only demo
|
||||
|
|
@ -50,6 +51,13 @@ bosmon_user =
|
|||
bosmon_password =
|
||||
|
||||
|
||||
[httpRequest]
|
||||
#URL without http://
|
||||
fms_url = www.google.de
|
||||
zvei_url = www.google.de
|
||||
poc_url = www.google.de
|
||||
|
||||
|
||||
[template]
|
||||
data1 = test123
|
||||
data2 = test345
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue