.gitignore
CLAUDE.md
Dockerfile
LICENSE.md
README.md
logo.png
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
run_tests.py
.github/workflows/ci.yml
.github/workflows/container-release.yml
.github/workflows/pypi-publish.yml
bin/promabbix
docs/examples-alert-pagerduty.png
docs/examples-alert-slack.png
docs/examples-alert-zabbix-event.png
docs/examples-host-details.png
docs/examples-host-macros.png
docs/examples-hosts.png
docs/examples-items-collection.png
docs/examples-items-graph.png
docs/examples-items-regular.png
docs/examples-items.png
docs/examples-maintenance.png
docs/examples-template-lld.png
examples/minikube-alert-config.yaml
examples/minikube-deployments.yaml
src/promabbix/__init__.py
src/promabbix/_version.py
src/promabbix/promabbix.py
src/promabbix.egg-info/PKG-INFO
src/promabbix.egg-info/SOURCES.txt
src/promabbix.egg-info/dependency_links.txt
src/promabbix.egg-info/entry_points.txt
src/promabbix.egg-info/requires.txt
src/promabbix.egg-info/top_level.txt
src/promabbix/core/__init__.py
src/promabbix/core/data_utils.py
src/promabbix/core/fs_utils.py
src/promabbix/core/migration.py
src/promabbix/core/template.py
src/promabbix/core/validation.py
src/promabbix/schemas/unified.json
src/promabbix/templates/prometheus_alert_rules_to_zbx_template.j2
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_cli_validation_integration.py
tests/test_config_without_wiki.py
tests/test_data_utils.py
tests/test_fs_utils.py
tests/test_promabbix_app.py
tests/test_schema_examples.py
tests/test_template.py
tests/test_template_basic.py
tests/test_unified_format_file_processing.py
tests/test_validation.py
tests/test_validation_wiki_optional.py