Skip to content

Commit

Permalink
docs updates for atnodes
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Apr 20, 2009
1 parent 9484b0d commit 85fe9fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -35,14 +35,14 @@ The following scripts are provided:
# specify a different user name and SSH server port:
$ atnodes hostname '{ps}' -u agentz -p 12345

# if w/o SSH key
# use -w to prompt for password if w/o SSH key (no echo back)
$ atnodes hostname '{ps}' -u agentz -w

# or sudo required...
$ atnodes 'apachectl restart' '{ps}' -u agentz -w
$ atnodes 'sudo apachectl restart' '{ps}' -w

# or specify a timeout:
$ atnodes 'apachectl restart' '{ps}' -t 3
$ atnodes 'ping foo.com' '{ps}' -t 3

* tonodes (TODO)

Expand Down

0 comments on commit 85fe9fb

Please sign in to comment.