summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-08 16:29:28 +0000
committerKeith Burdis <keith@burdis.org>2013-02-08 16:29:28 +0000
commit0e98162550bddfa83b2300d046d8f42aceee56eb (patch)
tree1c598e38cc3fbd661b44046adcdb988ef7d242b2 /README.md
parentdfe7bf4b64c394b7ad3230e2b39e0038a896fde4 (diff)
Formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index d3ce813..faf75cc 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,6 @@ created making the URL http://hostname/acme/check_mk/ running as the 'acme' user
* The default username/password is omdadmin/omd. To change this or add additional users log in as the site user and run htpasswd - for example:
- # su - monitoring
monitoring$ htpasswd -b ~/etc/htpasswd guest guest
* A user called 'guest' is configured as a guest user but is not enabled unless a password is set (as above).
@@ -78,7 +77,7 @@ created making the URL http://hostname/acme/check_mk/ running as the 'acme' user
include check_mk::agent
Installs the check_mk and check_mk_logwatch packages from the system repository
-and configured /etc/xinetd.d/check_mk with no IP whitelist restrictions.
+and configures /etc/xinetd.d/check_mk with no IP whitelist restrictions.
### Example 2