19 lines
564 B
Markdown
19 lines
564 B
Markdown
# platform-projects/monitoring-zabbix
|
|
|
|
This folder is reserved for monitoring and alerting work centered on Zabbix-style platform operations. It is a suitable place for host templates, dashboards, trigger design, and operational alert tuning examples.
|
|
|
|
## Diagram
|
|
|
|
```mermaid
|
|
flowchart LR
|
|
A["monitoring-zabbix"] --> B["Hosts"]
|
|
A --> C["Templates"]
|
|
A --> D["Triggers"]
|
|
A --> E["Dashboards"]
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The directory is currently a placeholder.
|
|
- It complements the healthcheck scripts by representing the monitoring side of infrastructure operations.
|