From db7c41f8277ca69632b95709bdbd5f3c6a392661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Sun, 12 Sep 2010 23:03:31 +0000 Subject: [PATCH] examples updated --- 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 e974d98..9c38576 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/lib/nagios/plugins/check_nrpe -H $opt_H -c get_disks"; + $cmd = "/usr/lib64/nagios/plugins/check_nrpe -H $opt_H -c get_disks"; #$cmd = "cat /tmp/df"; #print "$cmd"; }