the monitoring of the URL of a simple word
There are many things Zabbix can monitor, and Web services are the most common in the mid-term. For Web services, my monitoring scenario is typically the following:
A URL link that gets a specific value that returns a status code.
Second, thinking
Zabbix Creating a new Web service monitoring entry has the following configuration requirements:
Application set: It's a name.
Triggers: The main part is the writing of expressions
Web monitoring: Includes some information about Web services (requested URL address, intercepted specific value, returned status code)
Third, the configuration
1.web Service Preparation (Nginx for example)
Create an HTML file with a specific value in the Nginx site Directory
Cat/application/nginx/html/www/check.html
Hello world!
Configuration of the 2.zabbix interface
2.1 Creating an app set
2.2 Configuring Web Monitoring
Such a Web service monitoring is built.
2.3 Configuration of the trigger
The trigger is built. So far, the Web service is monitored via a URL.
Zabbix Monitoring Web Service monitoring