chrisvanmeer.atop

Atop

Ansible role to install and set up Atop.

Requirements

No specific requirements.

Role Variables

Variable Default Description
atop_enable_daemon true Run atop as a background service
atop_enable_rotation true Use atop-rotate.timer to manage daily log files
atop_enable_pacct true Track ended processes using process accounting
atop_logopts "" Specify additional logging options
atop_loginterval 600 Time interval for logging in seconds
atop_loggenerations 28 Number of log files to keep
atop_logpath /var/log/atop Directory for storing Atop log files

Dependencies

No dependencies.

Tested Operating Systems

This role has been tested on RHEL8 and Debian versions 11 and 12.

Example Playbook

- hosts: all
  roles:
     - role: atop
       tags: ['atop']

License

MIT

Author Information

Informazioni sul progetto

Configure and install atop

Installa
ansible-galaxy install chrisvanmeer.atop
Licenza
Unknown
Download
1.2k
Proprietario