Nagios Exchange
  • Home
  • Directory
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
Plugins4387Themes and Skins11Add-ons732Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Backup and Recovery Veeam Endpoint Backup Check – Via Event Logs
0.0 (0)
11K
RSS Feed
Newest Listings Updated Listings
Top Contributors
LAMY (7)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Mirko Ludeke
ML

Mirko Ludeke

@mirQ

User Stats

Favorites0

Views

Projects0

No Projects Found
check_drbd

Bug in drbd version >8.3

As other users have posted here, there is a bug in this script when use drbd version 8.4. The output field identifier for role of node has changed in drbd version 8.3. See: http://drbd.linbit.com/users-guide-8.3/ch-admin.html#id1369474 To use the script in version 8.3+, the role identifier needs to be changed from "st" to "ro". Apply this patch: --- check_drbd.orig 2014-12-29 18:03:37.000000000 +0100 +++ check_drbd 2014-12-29 18:03:59.000000000 +0100 @@ -217,7 +217,7 @@ if (/^s?(d+):.* cs:(w+)/) { $cs{$1} = $2; } - if (/^s?(d+):.* st:(w+)//) { + if (/^s?(d+):.* ro:(w+)//) { $st{$1} = $2; } if (/^s?(d+):.* ld:(w+)/) { Can you fix it? Regards mirQ

Reviewed 11 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks