diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2008-02-21 14:52:33 -0500 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2008-02-21 14:52:33 -0500 |
commit | 3ded42779d940e09a539d535af8b8d1f4b39634f (patch) | |
tree | 5b158cd7120fd745e1de14300e185f998ec550cb /func/overlord/cmd_modules/ping.py | |
parent | 169fc5e750b143432c641f85db4a492d1433f92b (diff) | |
download | func-3ded42779d940e09a539d535af8b8d1f4b39634f.tar.gz func-3ded42779d940e09a539d535af8b8d1f4b39634f.tar.xz func-3ded42779d940e09a539d535af8b8d1f4b39634f.zip |
initial work on "func '*' check" command for diagnosing basic setup problems,
still more to do.
Diffstat (limited to 'func/overlord/cmd_modules/ping.py')
-rw-r--r-- | func/overlord/cmd_modules/ping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/cmd_modules/ping.py b/func/overlord/cmd_modules/ping.py index f756fd9..e056f0b 100644 --- a/func/overlord/cmd_modules/ping.py +++ b/func/overlord/cmd_modules/ping.py @@ -1,5 +1,5 @@ """ -copyfile command line +ping minions to see whether they are up. Copyright 2007, Red Hat, Inc Michael DeHaan <mdehaan@redhat.com> |