From aee4793de16a2ff0b564c425873140feb4052f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B3mas=20Edwardsson?= Date: Tue, 26 Oct 2010 16:07:03 +0000 Subject: [PATCH] --- check_disks.pl/trunk/check_disks.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_disks.pl/trunk/check_disks.pl b/check_disks.pl/trunk/check_disks.pl index 9c38576..e974d98 100755 --- a/check_disks.pl/trunk/check_disks.pl +++ b/check_disks.pl/trunk/check_disks.pl @@ -196,7 +196,7 @@ my $args; #Si on est en local inutile de faire du nrpe if($opt_H ne "localhost" and $opt_H ne "127.0.0.1") { #$cmd = "ssh $opt_u\@$opt_H '$cmd'"; - $cmd = "/usr/lib64/nagios/plugins/check_nrpe -H $opt_H -c get_disks"; + $cmd = "/usr/lib/nagios/plugins/check_nrpe -H $opt_H -c get_disks"; #$cmd = "cat /tmp/df"; #print "$cmd"; }