Good morning, evening or night.
I'm currently implementing a new Zabbix environment at my company, we are going from a 6.0 LTS setup with a mysql db on the same machine as the zabbix_server to a cloud setup, a few important details:
Zabbix server vm SO is a Oracle Linux 8.
The...
Search Result
Collapse
27 results in 0.0031 seconds.
Keywords
Members
Tags
-
Web monitoring Variables for UserName and Password not working
Hello,
I have set up web monitoring based on the "real-life scenario" (https://www.zabbix.com/documentation...toring/example) regardless of what I have entered as the username and password values, the login step passes. I am not seeing any errors showing up with an...2 Photos -
Disable Zabbix Internal Authentication.
Hey Everyone,
We have enabled SSO on the Zabbix front end and we are able to login to Zabbix with SSO user accounts. I was wondering if we can disable the internal authentication and depend only on the SSO.
Regards,
Darshan
...👍 1 -
Некорректная работа SNMPv3
Добрый день!
Есть на мониторинге хосты, например, Cisco ASA, к нему применен шаблон Cisco ASAv SNMP. Версия SNMPv3. Узел выдает ошибку "No SNMP data collection", хотя все настройки узла... -
Can't get API to work
I inherited a zabbix installation and want to collect some information using the API. however all I'm getting is 401s. for instance:
...Code:curl --request POST \ --url https://server.com/api_jsonrpc.php \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
-
How to monitor an endpoint protected by OAuth 2.0
Hello,
Could anyone share a step-by-step process about how to:
1. Send a HTTP POST request to an authorization endpoint.
2. Read the response body and store the value of an acces_token
3. Use that access token as an Auth to authenticate later requests to an HTTP...Last edited by Viman; 08-10-2021, 16:55. -
local admin login not working after ldap configuration.
Hi Guys,
I've tried to find the answer to my problem via the search but I cant seem to see it anywhere so here I am - hopefully its a simple question to answer!
My platform = Zabbix 5.0.14. © 2001–2021, Zabbix SIA
Issue is the local Admin login is not working once... -
How to debug SAML authentication?
Zabbix containers are running on a Ubuntu 18.04 server, while zabbix front end service is provided on http://<ip>:8081 I configured SAML authentication
On SSO service provider, w.r.t. https://www.zabbix.com/documentation...x/install/okta, configurations are- Single sign on URL: http://<ip>:8081/index_sso.php?acs
- Audience
Last edited by wyang; 21-05-2021, 17:56. -
Can both LDAP and SAML authentication methods be enabled?
Can both LDAP and SAML authentication methods be enabled for Zabbix user authentication?
If both LDAP and SAML methods consume LDAP and SSO services from a same central authentication service provider, i.e., each user have a same username for both LDAP and SAML, how to configure users... -
Still can log in when LDAP authentication being disabled
Configurations on test environment- default authentication: internal
- user group admin_internal
- Frontend access: internal
- user1 belongs to this group
- user group admin_ldap
- Frontend access: LDAP
- user2 belongs to this group
- when LDAP authentication is configured and enabled, both users can
Last edited by wyang; 20-05-2021, 23:05. -
LDAP for multiple domais
Hi everyone,
We have a Zabbix server for many years now. Since we are growing we need to enable LDAP access for all domains.
Currently we are only able to enable users form one domain (in my case <company>.de) to login on zabbix.
We have some other domains in our Forest... -
LDAP für verschiedene Domains
Hallo zusammen,
Erstmal kurz die Umgebung.
1 Zabbix Server Version 5.0.3
einen ziemlich großen LDAP Forest mit verschiedenen Domains z.b. company.de company.at company.com und so weiter.
aktuell haben wir nur die Benutzer die aus der .de domian kommen auch im... -
Monitoring REST API requiring OAuth2 Bearer Tokens
Hello,
Is there a way to monitor a REST API service secured by OAuth2 using Zabbix 4?
Ideally the setup would look like this:- Request Auth Token at an OAuth2 endpoint (basically a HTTP POST)
- send USER+PW, parse and save the token from the response
- Use the saved token and an
- Request Auth Token at an OAuth2 endpoint (basically a HTTP POST)
-
Web scenario and Azure AD authentication.
Hey,
I wanted to monitor some websites like for instance "https://admin.microsoft.com/Adminportal/Home?source=applauncher#/servicehealth" where I can monitor the status of Azure services for my particular tenant, I am truggling with building a web scenario that would check particular...