summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-11-07 16:03:56 +0000
committerPaul Buetow <paul@buetow.org>2010-11-07 16:03:56 +0000
commit5bd56761663b68d45299e1bbb831782092a756a4 (patch)
tree17a2ee45f21bae56f1f9753ddf7cd83525f250ee
parentfbb17d5c54a099b59c7c1c0c40306f022a2976dd (diff)
added sshopts command line argument
-rwxr-xr-xcpuload.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpuload.pl b/cpuload.pl
index 7a8b7bf..ca4c955 100755
--- a/cpuload.pl
+++ b/cpuload.pl
@@ -351,6 +351,7 @@ sub main () {
'interval=i' => \$CONF{interval},
'samples=i' => \$CONF{samples},
'toggle=i' => \$CONF{toggle},
+ 'ssh=s' => \$CONF{sshopts},
);
my @hosts = split ',', $hosts;