Bug#579049: [Pkg-nagios-devel] Bug#579049: nagios-plugins: check_linux_raid reports unknown state and warnings

2010-05-12 Thread Gabriele Tozzi
Il 12/05/2010 07:56, Jan Wagner ha scritto: Hi Gabriele, looks like your mail client wraps the lines. Could you please attach the output of the failing /proc/mdstat into a file? Attached. Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] md8 : active raid5 sd

Bug#579049: [Pkg-nagios-devel] Bug#579049: nagios-plugins: check_linux_raid reports unknown state and warnings

2010-05-11 Thread Jan Wagner
Hi Gabriele, On Tuesday 27 April 2010 22:28:49 you wrote: > Here we are: > > r...@transylvania:~ 0 510# cat > /proc/mdstat > Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] > [raid4] > md8 : active raid5 sdc1[0] sde1[3] > sdd1[1] > 1757831936 blocks super 1.2 level 5, 64k c

Bug#579049: [Pkg-nagios-devel] Bug#579049: nagios-plugins: check_linux_raid reports unknown state and warnings

2010-04-27 Thread Gabriele Tozzi
Jan Wagner ha scritto: Could you please provide the content of your /proc/mdstat when the check fails? Here we are: r...@transylvania:~ 0 510# cat /proc/mdstat Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]

Bug#579049: [Pkg-nagios-devel] Bug#579049: nagios-plugins: check_linux_raid reports unknown state and warnings

2010-04-27 Thread Jan Wagner
Hi Gabriele, thanks for reporting the problem. On Saturday 24 April 2010 21:24:51 Gabriele Tozzi wrote: > check_linux_raid gives the following error when ran from nagios: > **ePN /usr/lib/nagios/plugins/check_linux_raid: "Use of > uninitialized value within %status in pattern match (m//) at > (ev

Bug#579049: [Pkg-nagios-devel] Bug#579049: nagios-plugins: check_linux_raid reports unknown state and warnings

2010-04-27 Thread Jan Wagner
the patch attached --- check_linux_raid 2010-04-27 08:50:47.0 +0200 +++ check_linux_raid.orig 2010-04-08 23:20:00.0 +0200 @@ -1,5 +1,4 @@ -#!/usr/bin/perl -# nagios: -epn +#!/usr/bin/perl -w # Copyright (c) 2002 ISOMEDIA, Inc. # originally written by Steve Milton @@ -80,7 +79,6

Bug#579049: nagios-plugins: check_linux_raid reports unknown state and warnings

2010-04-24 Thread Gabriele Tozzi
Package: nagios-plugins Version: 1.4.14-4 Severity: normal check_linux_raid gives the following error when ran from nagios: **ePN /usr/lib/nagios/plugins/check_linux_raid: "Use of uninitialized value within %status in pattern match (m//) at (eval 1) line line 83, line 26.". There's a simple pat