Hi everyone,
This week I came across a very useful and straightforward Zabbix template for monitoring MongoDB Atlas using the HTTP Agent (via API):
I found it quite effective and easy to set up.
Is anyone else using this template? I'd love to hear about your experiences—any...
Search Result
Collapse
29 results in 0.0021 seconds.
Keywords
Members
Tags
-
Monitoring MongoDB Atlas via HTTP Agent – Great Template!
Last edited by santosra02; 28-06-2025, 19:20. -
Monitor Graylog
I've been using graylog for several years and, until now, haven't really monitored it well. I used discovery pretty extensively to ingest nearly 250 metrics per node with a few dozen triggers.
https://medium.com/@jswheeler/i-trie...bix-ab74e6a14f...👍 2 -
Custom dynamic LLD for RestAPI(HTTP agent)
I'm struggling with finding a tutorial or instructions on creating a Low Level Discovery for a custom device that has a very nice RestAPI.
There are lots of good videos and instructions around LLD, however they all use the Zabbix Agent or other pre-built data collection items which fail... -
Zabbix Template for Domain RDAP data
It may be useful to monitor a domain name registry using the Registration Data Access Protocol (RDAP) (RFC7480).
This is a simple template that allows you to retrieve RDAP data about a domain name from a specified RDAP server.
Download on GitHub
Feedback and suggestions...👍 1 -
LLD from .xml agent output
Hi guys,
I am trying to parse some data from http-agent what are in .xml format.
What I have done is:
Main Item with http-agent, what give me the whole .xlm
Hi guys,
I am trying to parse some data from http-agent what are in .xml format.
What I have...Last edited by officersk; 03-03-2023, 10:43. -
HTTP Agent | SOAP API query Dynamic start and end date variables
I was wondering if anyone has come across a situation where they have to monitor a SOAP api that needs start/end dates to be passed through the api request to return the data that is needed, with no way of getting the data without this. Of course these needs to be dynamic so that nobody needs to manually... -
Troubleshooting HTTP agent item-"Cannot perform Request: Couldn't connect to server".
Hi everyones,
i have trouble with HTTP agent item.
We have an URL who publish prometheus metrics though node exporter: http://10.101.4.216:9100/metrics .
If we try to curl it from Zabbix server it's work and from zabbix GUI we have "Cannot perform Request:... -
Create host list from HTTP agent result
Hey,
is it possible to dynamically create a host list from the result of the http agent. The HTTP agent receives information through the API in the target database, the results are in JSON format. I can get a list with hostnames, and I can create a list of hosts by referencing that list....Last edited by DPasternak; 03-10-2021, 17:45. -
Get Promethus metrics with certs enabled using zabbix http agent
HI there, Could someone please help me how I can set up http agent to get Prometheus metrics having a https url which requires certs and tls specific tags while retrieving the metrics.
Zabbix Agent with system.run[curl -s --tlsv1.2 --tls-max 1.2 --key /tmp/server.key --cert /tmp/server.crt --cacert...Last edited by raghavendra; 07-09-2021, 16:01. -
Chained discoveries?
Hi,
I'm a bit new and playing around with custom LLD. I was wondering if there is a way to "chain" 2 discoveries.
I'll try to explain what i mean here:
- my 1st discovery parses some xml via http agent using a first URL and grabs {#VALUE_1},
- using {#VALUE_1}... -
zabbix http agent discovery rule
Hi,
I have a url, it return me a json page
...Code:{ "status": true, "data": { "item1": { "hit": 65498484105, "traffic": 2693298, "bandwidth": 649, "timezone": -
Querying metrics exposed in the Prometheus
Reading https://www.zabbix.com/documentation/5.2/manual/config/items/itemtypes/prometheus.
I create the "HTTP agent item". I use the wizard to create a dependent item.
After choosing the "preprocessing" sub-tab, I pick "Prometheus pattern"... -
HOST macros in Http Agent Item
Dear community,
I am starting to use Zabbix and I am not very experienced with it. I want to create a template that, for the simplicity of this question, has one item of type HTTP agent. This item is of request type GET and the URL looks like this:...Code:{HOST.CONN}:{HOST.PORT}/count-all -
Discovery with HTTP Agent
Something just isn't clicking with me regarding the basic flow for HTTP Agent Discovery.
I've created a Discovery Rule that performs an HTTP GET and receives a json-formatted response. This much is working as verified with the Discovery Rule Test function. The response contains an array...Last edited by bitbucket; 15-01-2021, 19:56.