https://github.com/thetorminal/zabbix-drbd
Monitoring the status of drbd with Zabbix.
https://github.com/thetorminal/zabbix-drbd
drbd zabbix zabbix-templates
Last synced: 4 months ago
JSON representation
Monitoring the status of drbd with Zabbix.
- Host: GitHub
- URL: https://github.com/thetorminal/zabbix-drbd
- Owner: thetorminal
- Created: 2025-02-26T21:05:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T21:06:45.000Z (over 1 year ago)
- Last Synced: 2025-10-10T21:04:38.417Z (8 months ago)
- Topics: drbd, zabbix, zabbix-templates
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zabbix drbd monitoring
Monitoring the status of drbd with Zabbix.
This template is now in the official community-templates repository:
[Github - Zabbix/community-templates/drbd](https://github.com/zabbix/community-templates/tree/main/Applications/template_drbd/6.0)
## Description
Shows warning if the primary DRBD host becomes secondary or the secondary goes offline.
The “/proc/drbd” file in the Linux system is read for this purpose.
Tested with:
* Zabbix Server 6 & Zabbix Server 7
* zabbix-agent2 / drbd (on Debian 12 server)
## Getting Started
### Dependencies
* Zabbix-Server
* Host with zabbix-agent2 and drbd installed
### Installing
#### On Zabbix frontend server:
- Download and import the template `drbd-status.yaml`
- Assign the `Template DRBD Status` to the docker host(s) you want to monitor
## Version History
* 0.1
* Initial Release