venkivijay / workstation-config

Ansible playbook to configure personal workstation and servers(WIP).
0 stars 0 forks source link

Enable sadc - System activity data collector #8

Open venkivijay opened 2 years ago

venkivijay commented 2 years ago

sadc needs to be enabled to collect system activities.

- name: Ensure sadc is enabled
  lineinfile:
    path: /etc/default/sysstat
    regexp: '^ENABLED='
    line: ENABLED="true"