470
edits
m (→Kitten) |
m (→Kitten) |
||
Line 200: | Line 200: | ||
python kitten.py <hostname> | python kitten.py <hostname> | ||
For example: | For example (this example was run with -v and also against a host that is not reachable): | ||
(production)[buildduty@cruncher production]$ python kitten.py -v talos-r3-xp-019 | (production)[buildduty@cruncher production]$ python kitten.py -v talos-r3-xp-019 | ||
Line 233: | Line 233: | ||
Kitten.py has the following commands: | Kitten.py has the following commands: | ||
kitten.py [--info | -i ] [--reboot | -r] | kitten.py [--info | -i ] [--reboot | -r] [--verbose | -v] [--debug] | ||
* --info will show only the metadata and will not try to SSH to the host | |||
* --reboot will try to graceful the buildbot and reboot the host if it appears to be idle or hung | |||
* --verbose will show what SSH commands are being run | |||
* --debug shows everything --verbose shows and also displays the SSH output | |||
== File a bug == | == File a bug == |
edits