zabbix-web/AGENTS.md
Simon Cornet bfe3e7dae1
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
style: align markdown table formatting for MD060 compliance
2026-05-18 18:26:21 +02:00

26 lines
681 B
Markdown

# Agents
This role installs and configures Zabbix Web (frontend) with Apache.
## Role Analysis
- **Type**: Monitoring infrastructure role (web UI)
- **OS Support**: Debian 12
- **Deployment Method**: Direct (package installation)
- **Scope**: Zabbix web frontend installation and configuration
## Key Variables
| Variable | Default | Description |
| ---------- | --------- | ------------- |
| `zabbix_web_name` | `Siempie Monitoring` | Web UI title |
| `zabbix_server_db_name` | `zabbix` | Database name |
| `zabbix_server_db_user` | `zabbix` | Database user |
| `zabbix_server_db_pass` | `zabbixpass` | Database password |
## Testing
```bash
ansible-lint
molecule test
```