CJHarms
42f841ba15
Update FFAgent.py
...
Fixed Header Ordering by using Requests Session. Additionally added some Debug Logging.
2019-08-28 09:06:44 +02:00
CJHarms
8599093a6c
Update FFAgent.py
...
Replaced Double Quotes with Single Quotes in the HTTP Request
2019-08-20 10:27:46 +02:00
CJHarms
e2ed799b87
Update FFAgent.py
...
Added some additional Debug Logging
2019-08-19 11:10:56 +02:00
CJHarms
bd5f7f4707
Update FFAgent.py
...
Passing the Headers directly instead of a Dict to prevent "reordering" with Python <3.7.
2019-08-19 10:12:25 +02:00
CJHarms
190e7f36fe
Update FFAgent.py
...
Used json.dumps for the alarmHeaders instead of a OrderedDict to preserve Insertion Order
2019-08-03 10:27:45 +02:00
CJHarms
f4c35391b4
Update FFAgent.py
...
Added a OrderedDict to keep the Content-Type first in a URL Request to prevent HTTP 500 Errors from the FF-Agent API.
2019-08-01 22:20:35 +02:00
CJHarms
3ed90b4a97
Revert "Convert alarmHeaders to OrderedDict"
...
This reverts commit 9257cb2cfe .
2018-02-19 17:37:02 +01:00
CJHarms
9257cb2cfe
Convert alarmHeaders to OrderedDict
...
Used OrderedDict for the alarmHeaders to make sure the Dictionary Order is preserved to serve a correctly formated and ordered JSON when using Perl <3.6
2018-02-16 22:07:45 +01:00
CJHarms
14df7d7fa4
Fixed small Typo
...
Fixed a small Typo
2018-02-13 18:31:40 +01:00
CJHarms
fcae71a7d1
Added some more Logging
...
Added more Debug Logging for the alarmHeaders
2018-02-13 18:31:04 +01:00
Bastian Schroll
14d1dedcec
fix comment bug
2016-11-20 13:37:29 +01:00
Bastian Schroll
edfc38bffb
resolve ununsed code imports
2016-11-20 13:34:24 +01:00
Bastian Schroll
e938cdcd6d
rename globals. call to globalVars.
2016-10-03 12:02:18 +02:00
Bastian Schroll
f8fcda94b6
rename globals to globalVars
...
to prevent to redifine an builtin function
2016-10-03 11:56:27 +02:00
Bastian Schroll
b444f257ac
change encoding tag to utf-8
2016-10-02 22:45:15 +02:00
Bastian Schroll
6e6a0a4a45
edit interface.txt info
...
information now in plugins/readme.md
2016-10-02 12:38:47 +02:00
Ricardo Krippner
5033448696
added FFAgent Plugin
2016-09-29 14:21:35 +02:00