Zabbix
Zabbix is Enterprise-class open source distributed monitoring solution., used for Full Monitoring . Zabbix is the ultimate enterprise-level software designed for real-time monitoring of millions of metrics collected from tens of thousands of servers, virtual machines and network devices.
Prepare
When referring to this document to use Zabbix, please read and ensure the following points:
-
Login to Websoft9 Console and find or install Zabbix:
- Go to My Apps listing applications
- Go to App Store installing target application
-
This application is installed by Websoft9 console.
-
The purpose of this application complies with the AGPL-3.0 open source license agreement.
-
Configure the domain name or server security group opens external network ports for application access.
Getting Started
-
After completing the installation of Zabbix via the Websoft9 Console, retrieve the application’s Overview and Access information from My Apps.
-
Visit the application URL to access the login screen.
-
Log in to the Zabbix backend successfully.
Login Verification
-
Install Zabbix-Agent on the target host (container installation is recommended).
-
After logging in to the Zabbix console, navigate to Configuration > Hosts, add a new host, and fill in the connection information for the target host.
-
Refresh the host list page; if the hosts show Green, monitoring is successful.
Configuration Options
- SMTP (✅): Configure SMTP under Management > Alarm Media Type > Email.
- Multilingual (✅): Switch language via User Profile. How to install locale.
- Monitor Objects: Zabbix supports monitoring of various IT components, including networks, servers, virtual machines, and cloud services.
- Components: Includes Zabbix-Server, Zabbix-Web, Zabbix-Proxy, Zabbix-Agent, and Zabbix-java-gateway.
Administration
- Reset Password: To reset the admin password, run the following SQL command in the Zabbix database:
update zabbix.users set passwd=md5('new_password') where alias='Admin';