{"id":16060797,"url":"https://github.com/geerlingguy/ansible-role-munin","last_synced_at":"2025-04-09T12:05:15.966Z","repository":{"id":16912393,"uuid":"19673586","full_name":"geerlingguy/ansible-role-munin","owner":"geerlingguy","description":"Ansible Role - Munin","archived":false,"fork":false,"pushed_at":"2025-01-31T03:25:20.000Z","size":63,"stargazers_count":40,"open_issues_count":0,"forks_count":32,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T09:09:59.617Z","etag":null,"topics":["ansible","monitoring","munin","os","os-statistics","role","system"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/munin/","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/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2014-05-11T18:11:35.000Z","updated_at":"2025-03-03T15:54:04.000Z","dependencies_parsed_at":"2025-01-16T18:22:05.183Z","dependency_job_id":"dc0a5705-67ab-403d-b9a4-b0b309d6cd81","html_url":"https://github.com/geerlingguy/ansible-role-munin","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-munin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-munin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-munin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-munin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-munin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036063,"owners_count":21037092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","monitoring","munin","os","os-statistics","role","system"],"created_at":"2024-10-09T04:06:34.784Z","updated_at":"2025-04-09T12:05:15.939Z","avatar_url":"https://github.com/geerlingguy.png","language":"Jinja","funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Munin\n\n[![CI](https://github.com/geerlingguy/ansible-role-munin/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-munin/actions/workflows/ci.yml)\n\nInstalls munin, a monitoring system, on RedHat/CentOS/Rocky Linux or Debian/Ubuntu Linux servers.\n\n## Requirements\n\nIf you are running a RedHat-based distribution, you need to install the EPEL repository, which can be simply installed via the `geerlingguy.repo-epel` role.\n\nIf you would like to view munin's graphs and output via HTTP, you will need an HTTP server like Apache or Nginx running.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    munin_packages:\n      - python3-passlib\n      - munin\n\nPackages installed for Munin. If you are running Python 3, you should override this variable and set the first item to `python3-passlib`.\n\n    munin_dbdir: /var/lib/munin\n    munin_htmldir: /var/www/html/munin\n    munin_logdir: /var/log/munin\n    munin_rundir: /var/run/munin\n    munin_includedir: /etc/munin/conf.d\n\nSome default locations for Munin-generated files, configurations, logs, etc.\n\n    munin_html_strategy: cron\n    munin_graph_strategy: cron\n    munin_max_processes: 12\n\nSee the official Munin documentation for [munin.conf](http://munin.readthedocs.org/en/latest/reference/munin.conf.html) for more information on these and other optional directives.\n\n    munin_cron_job: present\n\nDetermines whether the munin cron job (which runs every 5 minutes) should be active. By setting this to `absent`, you can leave munin installed and configured on your server but effectively disable it. This allows quick enabling or disabling for munin monitoring.\n\n    munin_admin_user: munin\n    munin_admin_password: munin\n\nThese values will be used to generate a user via htpasswd under which the munin pages will be password protected with basic HTTP authentication. (*Note*: This method only works when Munin is running under default Apache configurations; if you use Nginx or a customized Apache server, you will need to configure authentication on your own).\n\n    munin_hosts:\n      - name: \"localhost\"\n        address: \"127.0.0.1\"\n        extra: [\"use_node_name yes\"]\n\nA listing of hosts to which munin will connect and monitor. Each item in the list will be added to your munin configuration like the following (assuming you're using the above example):\n\n    [localhost]\n      address: 127.0.0.1\n      use_node_name yes\n\nSee documentation for [Munin Node Definitions](http://munin.readthedocs.org/en/latest/reference/munin.conf.html#node-definitions) for more details as to what values to use here.\n\n    munin_alerts:\n      - name: \"JohnDoe\"\n        email: \"johndoe@example.com\"\n        subject: \"Munin-notification for ${var:group} :: ${var:host}\"\n        level: \"warning critical\"\n\nYou can configure email alerts using the `munin_alerts` variable.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n    - hosts: servers\n      roles:\n        - geerlingguy.munin\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-munin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-munin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-munin/lists"}