This commit is contained in:
Tómas Edwardsson 2010-10-26 16:07:03 +00:00
parent 107e71d85c
commit aee4793de1
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}