summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjekader <jekader@gmail.com>2014-05-03 17:57:14 +0200
committerjekader <jekader@gmail.com>2014-05-03 17:57:14 +0200
commitd8e67e82a13b34f921b8e44ea0e92bd7803ae4b0 (patch)
tree9354ce1a4e0575f71a6c62fe46a5a4dbee4f0ae3 /README.md
parentcb8fdb988f80139f29ba3fe188a96f0c9657cb72 (diff)
downloadfake_ilo-d8e67e82a13b34f921b8e44ea0e92bd7803ae4b0.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4be172a..6287b1a 100644
--- a/README.md
+++ b/README.md
@@ -28,4 +28,6 @@ INSTALL:
USAGE:
------
- The script starts listening on port 1234 and uses the username sent from the oVirt fencing agent as the name of the VM to query/fence. The password is not important. When a username is not equal to any VM name on the machine, "NaN" is returned, which should produce an error on oVirt side.
+ The script starts listening on port 1234 and uses the username sent from the oVirt fencing agent as the name of the VM to query/fence. The password is not important. When a username is not equal to any VM name on the machine, "NaN" is returned, which should produce an error on oVirt side. Logs are written to /var/log/fake_ilo.log
+
+ Most of the settings are hardcoded, but the code is pretty simple so they can be changed as needed.