We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a simple, deployable webpage containing PSSH task data.
So something like...
$ pssh $OTHER_OPTS --webpage
Exported web slug to 'pssh-bf0ac3bb906a96481506dc91c051a8fe.tar.gz'
$ tar xfz pssh-bf0ac3bb906a96481506dc91c051a8fe.tar.gz $ tree pssh/ pssh |-- 01-13-2012-01:23:48.html -- static |-- pssh.css -- pssh.js
-- static |-- pssh.css
1 directory, 3 files $ cd pssh; python -m SimpleHTTPServer Serving HTTP on 0.0.0.0 port 8000 ...
The text was updated successfully, but these errors were encountered:
Call it --to-html with the companion --http-root option, which indicates the directory to drop the html file.
--to-html
--http-root
E.g.
pssh -h hostlist.txt --script do_stuff.sh --to-html --http-root /tmp
Sorry, something went wrong.
No branches or pull requests
Create a simple, deployable webpage containing PSSH task data.
So something like...
$ pssh $OTHER_OPTS --webpage
Exported web slug to 'pssh-bf0ac3bb906a96481506dc91c051a8fe.tar.gz'
$ tar xfz pssh-bf0ac3bb906a96481506dc91c051a8fe.tar.gz
$ tree pssh/
pssh
|-- 01-13-2012-01:23:48.html
-- static |-- pssh.css
-- pssh.js1 directory, 3 files
$ cd pssh; python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
The text was updated successfully, but these errors were encountered: