Hi,
As you all know, the superuser/Admin user has the default password of Zabbix.
I'm writing chef recipes to automate the creation of our zabbix hosts and I'm trying to automate every single configuration step.
I want to change the Admin password to something else. I can only see how to update this in the GUI.
In theory, you can update a user password via the API, BUT I'd have logged into said API using the superuser account, so I don't think it's a good idea to change the password of the account as I'm using it to authenticate said action.
Any ideas?
Thanks,
Joan
As you all know, the superuser/Admin user has the default password of Zabbix.
I'm writing chef recipes to automate the creation of our zabbix hosts and I'm trying to automate every single configuration step.
I want to change the Admin password to something else. I can only see how to update this in the GUI.
In theory, you can update a user password via the API, BUT I'd have logged into said API using the superuser account, so I don't think it's a good idea to change the password of the account as I'm using it to authenticate said action.
Any ideas?
Thanks,
Joan

also, I find the default superuser password has a habit of staying there unless I deal with it from the start 
Comment