]> granicus.if.org Git - icinga2/commitdiff
Fix sysstat installation in troubleshooting docs 5285/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Wed, 24 May 2017 12:04:25 +0000 (14:04 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 24 May 2017 12:04:25 +0000 (14:04 +0200)
doc/15-troubleshooting.md

index 529ba982f3970e7d7749ad7d4816a1ddb27574c8..2437e6e7e768732fd6b3ae38067666b483bec2d2 100644 (file)
@@ -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.):