add documentation about sadc path on different linux distributions
This commit is contained in:
parent
55656af02c
commit
e62d453f64
|
@ -71,6 +71,9 @@ func (*Sysstat) Description() string {
|
||||||
|
|
||||||
var sampleConfig = `
|
var sampleConfig = `
|
||||||
## Path to the sadc command.
|
## Path to the sadc command.
|
||||||
|
#
|
||||||
|
## On Debian and Arch Linux the default path is /usr/lib/sa/sadc whereas
|
||||||
|
## on RHEL and CentOS the default path is /usr/lib64/sa/sadc
|
||||||
sadc_path = "/usr/lib/sa/sadc" # required
|
sadc_path = "/usr/lib/sa/sadc" # required
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue