chillum / jsonmon

Quick and simple monitoring and alerting system
Apache License 2.0
27 stars 4 forks source link

Adds support for headers & body to web requests. #18

Closed ghost closed 7 years ago

ghost commented 7 years ago

Configs have two new attributes: headers and body. headers is a map, which are added to the request as headers. Web configs with a body attribute are automatically submitted as POSTs with the body as the payload.

chillum commented 7 years ago

ow, one more thing: could you please edit this pull request to be merged into my devel branch (not the master one). thanks