diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-07 16:03:56 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-07 16:03:56 +0000 |
| commit | 5bd56761663b68d45299e1bbb831782092a756a4 (patch) | |
| tree | 17a2ee45f21bae56f1f9753ddf7cd83525f250ee | |
| parent | fbb17d5c54a099b59c7c1c0c40306f022a2976dd (diff) | |
added sshopts command line argument
| -rwxr-xr-x | cpuload.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
