From: Michael Friedrich Date: Wed, 24 May 2017 12:04:25 +0000 (+0200) Subject: Fix sysstat installation in troubleshooting docs X-Git-Tag: v2.7.0~59^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad9f8a55076717ac95a76b32dff04614d8303fad;p=icinga2 Fix sysstat installation in troubleshooting docs --- diff --git a/doc/15-troubleshooting.md b/doc/15-troubleshooting.md index 529ba982f..2437e6e7e 100644 --- a/doc/15-troubleshooting.md +++ b/doc/15-troubleshooting.md @@ -68,8 +68,8 @@ The [sysstat](https://github.com/sysstat/sysstat) package provides a number of t analyze the performance on Linux. On FreeBSD you could use `systat` for example. ``` -yum install htop -apt-get install htop +yum install sysstat +apt-get install sysstat ``` Example for `vmstat` (summary of memory, processes, etc.):