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
4 results in 0.0030 seconds.
Keywords
Members
Tags
-
Monitoring MongoDB Atlas via HTTP Agent – Great Template!
Last edited by santosra02; 28-06-2025, 19:20. -
Monitoring via API of a web scenario... status_codes empty instead of 200
Good morning,
I would like to monitor the status of a web app via Zabbix.
To do this, I added the host and to the record I added a web scenario with the url of the site that I want to monitor.
If I manage everything through Zabbix, the monitoring works and the "response code"... -
Monitoraggio tramite API di un web scenario... status_codes vuoto invece di 200
Buongiorno a tutti,
vorrei monitorare lo stato di una web app tramite Zabbix. Per farlo, ho aggiunto l'host e al record ho aggiunto un web scenario con l'url del sito che voglio monitorare. Se gestisco tutto tramite Zabbix, il monitoraggio funziona e il "response code" del sito risponde... -
HTTP agent to access API
I'm trying to access an API with a HTTP agent.
So far this works fine, as long as I do not have to authenticate.
Now I need to authenticate (with an user.login request) an I receive an auth token.
This token needs to be sent with any further request.
Do I have to create...