diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-27 04:59:33 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-27 04:59:33 +0100 |
| commit | 86cfeda9f6867c810913eae91312b15b2a9e795e (patch) | |
| tree | ea9fc37c65aacf1305feeb1b61e4ceb01380949a /doc | |
| parent | b7af00ae75b59cc3706be271d960d8f3435f5d5c (diff) | |
some clarifications
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/examples.md | 2 | ||||
| -rw-r--r-- | doc/installation.md | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples.md b/doc/examples.md index 8233051..91ab7f2 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -17,7 +17,7 @@ The following example demonstrates how to follow logs of multiple servers at onc ## Aggregating logs -To run ad-hoc MapReduce aggregations on newly written log lines, you also must add a query. According to the logs, this example follows all remote log lines and prints out every 5 seconds the top 10 servers with the most average free memory. To run a MapReduce query across log lines written in the past, please use the ``dmap`` command instead. +To run ad-hoc MapReduce aggregations on newly written log lines, you also must add a query. The following example follows all remote log lines and prints out every 5 seconds the top 10 servers with the most average free memory. To run a MapReduce query across log lines written in the past, please use the ``dmap`` command instead. ```shell % dtail --servers serverlist.txt \ diff --git a/doc/installation.md b/doc/installation.md index 9ca344e..8f3892c 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -5,7 +5,7 @@ The following installation guide has been tested successfully on CentOS 7. You m # Compile it -Please check the [Quick Starting Guide](quickstart.md) for instructions on compiling DTail. It is recommended to automate the build process via your build pipeline (e.g. produce a deployable RPM via Jenkins). You don't have to use ``go get...`` to compile and install the binaries. You can also clone the repository and use ``make`` instead. +Please check the [Quick Starting Guide](quickstart.md) for instructions on compiling DTail. It is recommended to automate the build process via your build pipeline (e.g. produce a deployable (.rpm, .deb, ...) via Jenkins). You don't have to use ``go get...`` to compile and install the binaries. You can also clone the repository and use ``make`` instead. ## Linux ACL support @@ -29,7 +29,7 @@ Alternatively, you could add `-tags linuxacl` to the Go compiler. # Install it -It is recommended to automate all the installation process outlined here. You could use a configuration management system such as Puppet, Chef or Ansible. However, that relies heavily on how your infrastructure is managed and is out of the scope of this documentation. +It is recommended to automate all the installation process outlined here. You could use a configuration management system such as Puppet, Chef or Ansible. However, that relies heavily on how your infrastructure is managed and is out of scope of this documentation. 1. The ``dserver`` binary has to be installed on all machines (server boxes) involved. A good location for the binary would be ``/usr/local/bin/dserver`` with permissions set as follows: @@ -119,7 +119,7 @@ Now you should be able to use DTail client like outlined in the [Quick Starting # Monitor it -To verify that DTail server is up and running and functioning as expected, you should configure the Nagios check [check_dserver.sh](../samples/check_dserver.sh.sample) in your monitoring system. The check has to be executed locally on the server (e.g. via NRPE). How to configure the monitoring system in detail is out of the scope of this guide. +To verify that DTail server is up and running and functioning as expected, you should configure the Nagios check [check_dserver.sh](../samples/check_dserver.sh.sample) in your monitoring system. The check has to be executed locally on the server (e.g. via NRPE). How to configure the monitoring system in detail is out of scope of this guide. ```console % ./check_dserver.sh |
