{"id":48289691,"url":"https://github.com/idiv-biodiversity/ansible-role-sysstat","last_synced_at":"2026-04-04T23:02:10.488Z","repository":{"id":29950243,"uuid":"123289204","full_name":"idiv-biodiversity/ansible-role-sysstat","owner":"idiv-biodiversity","description":"ansible role that installs sysstat and configures it","archived":false,"fork":false,"pushed_at":"2023-07-31T11:09:30.000Z","size":20,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-07-31T12:52:55.099Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","sysstat"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/idiv_biodiversity/sysstat","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idiv-biodiversity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-28T13:32:24.000Z","updated_at":"2023-07-27T13:46:21.000Z","dependencies_parsed_at":"2022-08-07T15:00:12.743Z","dependency_job_id":null,"html_url":"https://github.com/idiv-biodiversity/ansible-role-sysstat","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"purl":"pkg:github/idiv-biodiversity/ansible-role-sysstat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiv-biodiversity%2Fansible-role-sysstat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiv-biodiversity%2Fansible-role-sysstat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiv-biodiversity%2Fansible-role-sysstat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiv-biodiversity%2Fansible-role-sysstat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idiv-biodiversity","download_url":"https://codeload.github.com/idiv-biodiversity/ansible-role-sysstat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiv-biodiversity%2Fansible-role-sysstat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31418287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-galaxy","ansible-role","sysstat"],"created_at":"2026-04-04T23:02:00.542Z","updated_at":"2026-04-04T23:02:10.454Z","avatar_url":"https://github.com/idiv-biodiversity.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ansible Role: sysstat\n=====================\n\nAn Ansible role that installs [sysstat][] and configures it.\n\nTable of Contents\n-----------------\n\n\u003c!-- toc --\u003e\n\n- [Requirements](#requirements)\n- [Role Variables](#role-variables)\n- [Dependencies](#dependencies)\n- [Example Playbook](#example-playbook)\n  * [Top-Level Playbook](#top-level-playbook)\n  * [Role Dependency](#role-dependency)\n- [License](#license)\n- [Author Information](#author-information)\n\n\u003c!-- tocstop --\u003e\n\nRequirements\n------------\n\n- Ansible 2+\n\nRole Variables\n--------------\n\nThis variable controls whether to collect the performance counters with the sar service and cron jobs:\n\n```yml\nsysstat_sar_service: no\n```\n\nThese variables control the collector:\n\n```yml\nsysstat_history_days: 28\n\nsysstat_compress_after_days: 31\n\nsysstat_sadc_options: '-S DISK'\n\nsysstat_sa_dir: /var/log/sa\n\nsysstat_compression_program: bzip2\n\nsysstat_sa2_generate_yesterday: no\n\nsysstat_sa2_generate_reports: false\n```\n\nDependencies\n------------\n\nNone.\n\nExample Playbook\n----------------\n\nAdd to `requirements.yml`:\n\n```yml\n---\n\n- src: idiv-biodiversity.sysstat\n\n...\n```\n\nDownload:\n\n```console\n$ ansible-galaxy install -r requirements.yml\n```\n\n### Top-Level Playbook\n\nWrite a top-level playbook:\n\n```yml\n---\n\n- name: head server\n  hosts: head\n\n  roles:\n    - role: idiv-biodiversity.sysstat\n      tags:\n        - sysstat\n\n...\n```\n\n### Role Dependency\n\nDefine the role dependency in `meta/main.yml`:\n\n```yml\n---\n\ndependencies:\n\n  - role: idiv-biodiversity.sysstat\n    tags:\n      - sysstat\n\n...\n```\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\nThis role was created in 2018 by [Christian Krause][author] aka [wookietreiber at GitHub][wookietreiber], HPC cluster systems administrator at the [German Centre for Integrative Biodiversity Research (iDiv)][idiv].\n\n\n[author]: https://www.idiv.de/en/groups_and_people/employees/details/61.html\n[idiv]: https://www.idiv.de/\n[wookietreiber]: https://github.com/wookietreiber\n[sysstat]: http://sebastien.godard.pagesperso-orange.fr/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiv-biodiversity%2Fansible-role-sysstat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidiv-biodiversity%2Fansible-role-sysstat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiv-biodiversity%2Fansible-role-sysstat/lists"}