├── LICENSE.txt ├── README.md ├── ZbxTgDaemon.py ├── bash-old-version ├── tg_vars.cfg.example └── zbxtg.sh ├── requirements.txt ├── zbxtg.py ├── zbxtg_group.py └── zbxtg_settings.example.py /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ableev/Zabbix-in-Telegram/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ableev/Zabbix-in-Telegram/HEAD/README.md -------------------------------------------------------------------------------- /ZbxTgDaemon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ableev/Zabbix-in-Telegram/HEAD/ZbxTgDaemon.py -------------------------------------------------------------------------------- /bash-old-version/tg_vars.cfg.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ableev/Zabbix-in-Telegram/HEAD/bash-old-version/tg_vars.cfg.example -------------------------------------------------------------------------------- /bash-old-version/zbxtg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ableev/Zabbix-in-Telegram/HEAD/bash-old-version/zbxtg.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ableev/Zabbix-in-Telegram/HEAD/requirements.txt -------------------------------------------------------------------------------- /zbxtg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ableev/Zabbix-in-Telegram/HEAD/zbxtg.py -------------------------------------------------------------------------------- /zbxtg_group.py: -------------------------------------------------------------------------------- 1 | zbxtg.py -------------------------------------------------------------------------------- /zbxtg_settings.example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ableev/Zabbix-in-Telegram/HEAD/zbxtg_settings.example.py --------------------------------------------------------------------------------