We wrote a Zabbix monitoring reporting system by vue.js & java, and we maintain a user and permission management system on our Customer-specific systems .
lots of reports have been done on this system, and the report table data is obtained through the Zabbix REST API. Some of the metrics item...
Search Result
Collapse
24 results in 0.0019 seconds.
Keywords
Members
Tags
-
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 -
Locked out of UI with LDAP authentication
I've managed to lock myself out of Zabbix 6 while configuring a new installment.
I've configured LDAP login, then changed the default login type to it, but forgot to create a new user with admin privileges.
After that, "Admin" account could not login anymore and I... -
New User Login Issues
Hello Zabbix Admins and Users,
We had a new employee join our ranks and noticed that when creating a new Zabbix account they are unable to login and don't seem to be blocked or have a bad password.
We are currently running on Zabbix 5.0.21 and utilizing MySQL for the database....1 Photo -
Forum login disconnects/timeouts
I'm getting constant disconnects from forum login. It doesn't sustain for more than 1 minute.
At first I thought that it was a cookie issue, so I checked my cookies permissions and it was all fine.
I tried using Firefox, Edge and even Internet Explorer, all with the latest... -
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... -
Azure Key Vault password to Zabbix login API
Hi there,
how to pass in password to Zbbix API json login script, as password is saved in Azure Key Vault as secret.
$uri = 'http://150.125.52.6/zabbix/api_jsonrpc.php'
$json_login = '
{
"jsonrpc": "2.0",
"method": "user.login",...Last edited by ZabbixUser2020; 12-02-2020, 18:21. -
Loging as Admin ends up logged as guest
Hello, on raw "zabbix 4.4 from sources" install i cannot login to frontend as default admin account.
On login page i'm using credentials: Admin/zabbix, i get log in but i'm not logged as Super User and i cant do anything.
...Code:userid | alias | name | surname
Last edited by jees; 19-11-2019, 14:28. -
Show graphs without login
Hi
This is my first topic here but I have use Zabbix now in almost a week and I like it alot.
After I have add host and that and it start to show graphs I like now to show it on my home monitor but not sure how to do it as good as possible
I have read this topic here
... -
Web monitoring login problem
Hi, I'm preparing a complete web monitoring, where the second step is to log in.
In this step, if I access the html code of the web page, the submit button is conformed with <button type = "submit" class = "button alert"> Enter </ button>
In... -
Monitoring Users' Login to Windows Server
Since the Windows Template does not show any data about current users who are logged onto a Windows Server, is there any way to enable this?
I need to view the currently logged on users, as well as the history of previous user logons.
I mean, should I find any way using... -
Cannot login with docker installation
Hello all,
I am trying to bring a 3 layer (frontend,server and db) initial instalation of zabbix 3.x but I cannot pass the login page.
Here are my docker lines:
docker run --name zabbix-db -t \
-e POSTGRES_USER="zabbix" \
-e POSTGRES_PASSWORD="a4d29cf3faab2ec897f2d11e599fe23 4"... -
Custom login page monitoring
Hello
I'm new to Zabbix and I have some troubles with setting up login monitoring on our site. The issue is that our login form contains some hidden input field called 'lt' with randomly generated string that needs to be submitted along with user data to login successfully. Question is how can... -
Unable to login
Hi there,
The installation went ok, DB is created with users etc but when I go to http://server_ip/zabbix and done with the web installation (everything was marked "ok" in green) I cannot login.
I checked the username and password in phpmyadmin to make sure and... -
Web Monitoring Scenario Login Help
Hi,
I need help with web monitoring scenario login. I can't seem to get it to work.
Here is my source code.
<input tabindex="1" type="text" id="edit-name" name="name" value="[email protected]" size="60"...