Hi,
I'm creating user to access Zabbix via the API. The user needs to be fairly limited in what it can do - I have that all working OK using a combination of user roles and user groups.
I need the user to be able to change its password via the API. The obvious way to do this...
Search Result
Collapse
14 results in 0.0031 seconds.
Keywords
Members
Tags
-
barney-s started a topic Zabbix API - allowing user to change password but not user groups (user.update)in Zabbix HelpZabbix API - allowing user to change password but not user groups (user.update)
-
Login User Password of SSH Remote Access
Our team are using Zabbix Enterprise ZS-5600 and installing Zabbixserver6.0.8 on monitoring server.
I wonder to know the password when I get to access with SSH Remote Access service.
Reffering some documents, still not knowing how to login from my computer to the target monitoring... -
Least privilege best practice for API user
I interact through the API to selectively enable or disable media notifications for users according to on-call shifts.
I'm using a "Zabbix Super Admin" account to do so, but that poses a security risk. I also don't like the fact that the user and password are hardcoded in the...Last edited by mfs; 20-07-2022, 11:31. -
Nginx error Hiding top passwords list
According to "best practices" documentation, I tried to hide the common passwords list.
So, I've added at the end of Nginx configuration file the following directive:
When I try...Code:location = /data/top_passwords.txt { deny all; return 404; } -
Zabbix Appliance 6.0.4 - root user/password?
Hi there,
as described in the official documentation: 6. Zabbix appliance the root user and password for the appliance should be root (username) and zabbix (password). But they did not work work. I got the error message: "invalid login". So what are the correct username and password?... -
Reset web front end password?
I somehow have managed to forget my web front end password. I suspect that I accidentally deleted/overwrote the password in my password manager. When I try to log in with the password that I believe it is set to I get an error saying: "Incorrect user name or password or account is temporarily blocked."... -
Access denied for user 'replace_user'@'localhost' (using password: YES)
Hi, Total newb here.
Trying to use the VHD appliance and get this message when I access the system via browser
Database error: Access denied for user 'replace_user'@'localhost' (using password: YES)
I'm trying to learn linux but I'm stumped trying to follow the... -
How to set a password policy?
Hi all,
I searched already but I was not able to find anything regarding password policies. We would like to introduce some basics like min. password length, and that at least one number and one special character need to be in the password.
This should apply for the users in the frontend... -
after set zabbix db user password, aborted connections counter starts groing
Very simple but not clear why.
set password for zabbix user:
alsoCode:SET PASSWORD FOR 'zabbix'@'localhost' = PASSWORD('mysupersecurepass'); Query OK, 0 rows affected (0.00 sec) FLUSH PRIVILEGES; Query OK, 0 rows affected (0.00 sec)
... -
Encryption of passwords i Zabbix database
I haven't been able to find an answer to the below question:
Are passwords from the configuration like odbc passwords in items encrypted in the Zabbix database?
Another post showed how to mask passwords in the web interface, but it doesn't mention encryption in the databas... -
Подбор паролей, а не уведомление об ошибкk
Всем привет, я нуб!
Есть желание в получении уведомления при 2х и более ошибках при вводе пароля, а не при единократной ошибке ввода пароля.
Вот так я легко получаю уведомление об ошибке ввода пароля:
Элемент данных:
...PHP Code:log["/var/log/auth.log","authentication fai
Last edited by sag; 08-02-2017, 08:51. -
Password Azure Appliance
Hello All!
I just setup the Azure Apliance 2.4.6 (10 august 2015) in Azure and everything looks fine.
I'm able to login using te default credentials provided in the documentation.
However, when i try to Login using SSH to the box, the default Appliance credentials... -
See who changed etc/passwd file
Hello, I am still pretty new to zabbix but I have a question for you guys.
I need to have my zabbix server, email alert, contain the user that changed the etc/passwd file when it runs. Right know I have the stock:
/etc/passwd has been changed on {HOST.NAME}
... -
OpenSuse Appliance passwords
[newbie alert, first post, please be gentle...
]
I have booted the standard appliance (OpenSuse) and I am able to browse to the login screen using http://192.168.1.85.
I can login as root at the prompt.
So, I added 192.168.1.0/16 to /etc/apache2/conf.d/zabbix.conf...