Question
How do I enable Sysstat logging for an Ubuntu server?
Answer
- Access the server's command line as the
rootuser via SSH orTerminalin WHM. - Open the
/etc/default/sysstatfile in your preferred text editor. Change the value of the
ENABLEDline to"true".# ENABLED="true"
- Save the changes and exit the text editor.
Restart the
sysstatservice.# systemctl restart sysstat.service
Comments
0 comments
Article is closed for comments.