CentOS Stream 9
Sponsored Link

Zabbix 6.0 : Add Monitoring Target Item2022/09/29

 
The templates are provided by default for well known services, so it's easy possible to monitor them.
For example, Add Apache httpd service on Zabbix server as a monitoring target item.
[1] Enable server-status on Apache httpd.
[root@dlp ~]#
vi /etc/httpd/conf.d/server-status.conf
# create new

<Location /server-status>
    SetHandler server-status
    Require local
</Location>

[root@dlp ~]#
systemctl reload httpd

[2] Login to Zabbix admin site with admin user and click [Configuration] - [Hosts] on the left pane, and then click the target Host name you add a new item.
[3] Click [Select] button on [Templates] section.
[4] Click [Select] button.
[5] Click [Templates/Applications].
[6] Select [Apache by Zabbix agent].
[7] Click [Update] button to finish.
[8] That's OK. After few minutes, monitoring data are collected like follows.
Matched Content