1.4. Existing DRBD monitoring?
Once I installed my first DRBD replica between two Linux boxes, I started to search for some monitoring features or extra-tools. Standard monitoring is done via the /proc filesystem:
[root@ftp1 root]# cat /proc/drbd
version: 0.6.12 (api:64/proto:62)
0: cs:Connected st:Primary/Secondary ns:11632424 nr:0 dw:1030048 dr:10635537 pe:0 ua:0
[root@ftp1 root]#
Very simple, clear for the system administrator but what about history? readable format for the managment? Even Google results were negative so, I wrote my own scripts.