Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1011 Bytes

File metadata and controls

33 lines (23 loc) · 1011 Bytes

Zabbix Templates

A collection of reusable Zabbix templates for monitoring Linux services, processes, applications, and infrastructure components.

Templates

Template Zabbix Version Description
Linux Service and Process Monitoring by macro 7.0 Monitors selected systemd services and Linux processes using LLD and macros.
ProxySQL by HTTP 7.0 Monitors ProxySQL metrics through a Prometheus-compatible HTTP endpoint.

More templates may be added over time.

Repository Structure

Each template is stored in its own directory and separated by supported Zabbix version.

Example:

template_linux_services/
  └── 7.0/
      ├── template_linux_services.yaml
      └── README.md

Usage

  1. Open the directory of the required template.
  2. Select the appropriate Zabbix version.
  3. Import the YAML template into Zabbix.
  4. Review the template-specific README.md.
  5. Configure the required macros and link the template to the target host.