How do I send a JSON payload to a Zabbix Trapper Item without using Zabbix Sender?
I see the documentation on how to format the sender request and I see the documentation related to the header, but I haven't found how to use the header with a JSON payload?
My goal is to send...
Search Result
Collapse
2 results in 0.0019 seconds.
Keywords
Members
Tags
-
How to use a Trapper Item without Zabbix Sender
-
Web monitoring - http headers
Hi,
I have to monitor a picky webapp. It's a java app, reachable via HTTP. It expects a POST with Content-Type with one of the following:
- 'application/soap+xml'
- 'text/xml'
- 'multipart/related'
Zabbix queries the webapp with a POST, which content...