{"id":19331097,"url":"https://github.com/systemli/ansible-role-munin-node","last_synced_at":"2025-04-22T23:31:47.454Z","repository":{"id":36622699,"uuid":"40928912","full_name":"systemli/ansible-role-munin-node","owner":"systemli","description":"Ansible role to install \u0026 maintain Munin Node","archived":true,"fork":false,"pushed_at":"2024-02-05T08:07:31.000Z","size":100,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-13T00:44:47.224Z","etag":null,"topics":["ansible","ansible-role","munin","munin-node"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/systemli.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,"governance":null}},"created_at":"2015-08-17T21:06:37.000Z","updated_at":"2024-09-27T22:08:19.000Z","dependencies_parsed_at":"2023-11-17T21:43:16.491Z","dependency_job_id":null,"html_url":"https://github.com/systemli/ansible-role-munin-node","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemli%2Fansible-role-munin-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemli%2Fansible-role-munin-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemli%2Fansible-role-munin-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemli%2Fansible-role-munin-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/systemli","download_url":"https://codeload.github.com/systemli/ansible-role-munin-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250340292,"owners_count":21414517,"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","ansible-role","munin","munin-node"],"created_at":"2024-11-10T02:39:01.599Z","updated_at":"2025-04-22T23:31:47.160Z","avatar_url":"https://github.com/systemli.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"ansible-munin-node\n==================\n\n[![Build Status](https://github.com/systemli/ansible-role-munin-node/workflows/Integration/badge.svg?branch=main)](https://github.com/systemli/ansible-role-munin-node/actions?query=workflow%3AIntegration)\n[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-munin__node-blue.svg)](https://galaxy.ansible.com/systemli/munin_node/)\n\nRole to install \u0026 maintain Munin Node\n\nRole Variables\n--------------\n\nThe playbook requires no special configuration, but offers a bunch of options.\n\nDefaults:\n\n    munin_node_packages:\n      - munin-node\n      - munin-plugins-extra\n      - git\n\n    munin_node_extra_plugins: True\n\n    munin_node_plugins_active:\n      - cpu\n      - df\n      - load\n      - memory\n      - uptime\n      - users\n      - swap\n      - threads\n\n    munin_node_plugins_disabled:\n      - diskstats\n      - df_inode\n      - iostat_ios\n\n    munin_node_extra_plugins_active: []\n\n    munin_plugin_config:\n      - name: amavis\n        vars: |\n          group adm\n          env.MUNIN_MKTEMP /bin/mktemp -p /tmp/ $1\n          env.amavislog /var/log/mail.info\n      - name: \"apt\"\n        vars: |\n          user root\n      - name: courier_mta_mailqueue\n        vars: |\n          group daemon\n      - name: courier_mta_mailstats\n        vars: |\n          group adm\n      - name: courier_mta_mailvolume\n        vars: |\n          group adm\n      - name: \"cps*\"\n        vars: |\n          user root\n      - name: \"df*\"\n        vars: |\n          env.warning 92\n          env.critical 98\n          env.exclude_re ^/run/user\n      - name: exim_mailqueue\n        vars: |\n          group adm, (Debian-exim)\n      - name: exim_mailstats\n        vars: |\n          group adm, (Debian-exim)\n          env.logdir /var/log/exim4/\n          env.logname mainlog\n      - name: \"fw_conntrack\"\n        vars: |\n          user root\n      - name: \"fw_forwarded_local\"\n        vars: |\n          user root\n      - name: \"hddtemp_smartctl\"\n        vars: |\n          user root\n      - name: \"hddtemp2\"\n        vars: |\n          user root\n      - name: \"if_*\"\n        vars: |\n          user root\n      - name: \"if_err_*\"\n        vars: |\n          user nobody\n      - name: \"ip_*\"\n        vars: |\n          user root\n      - name: \"ipmi_*\"\n        vars: |\n          user root\n      - name: \"mysql*\"\n        vars: |\n          user root\n          env.mysqlopts --defaults-file=/etc/mysql/debian.cnf\n          env.mysqluser {{ lookup('vars', 'munin_node_mysql_mysqluser_'+ansible_distribution_release,default='debian-sys-maint') }}\n          env.mysqlconnection DBI:mysql:mysql;mysql_read_default_file=/etc/mysql/debian.cnf\n      - name: postfix_mailqueue\n        vars: |\n          user postfix\n      - name: postfix_mailstats\n        vars: |\n          group adm\n      - name: postfix_mailvolume\n        vars: |\n          group adm\n          env.logfile mail.log\n      - name: sendmail_*\n        vars: |\n          user smmta\n      - name: \"smart_*\"\n        vars: |\n          user root\n      - name: \"vlan*\"\n        vars: |\n          user root\n      - name: \"ejabberd*\"\n        vars: |\n          user ejabberd\n          env.statuses available away chat xa\n          env.days 1 7 30\n      - name: \"jmx_*\"\n        vars: |\n          env.ip 127.0.0.1\n          env.port 5400\n      - name: samba\n        vars: |\n          user root\n      - name: \"munin_stats\"\n        vars: |\n          user munin\n          group munin\n      - name: \"postgres_*\"\n        vars: |\n          user postgres\n          env.PGUSER postgres\n          env.PGPORT 5432\n      - name: fail2ban\n        vars: |\n          user root\n\n    munin_node_config_log_level: 4\n    munin_node_config_log_file: /var/log/munin/munin-node.log\n    munin_node_config_pid: /var/run/munin/munin-node.pid\n    munin_node_config_background: 1\n    munin_node_config_setid: 1\n    munin_node_config_user: root\n    munin_node_config_group: root\n    munin_node_config_global_timeout: 900\n    munin_node_config_timeout: 60\n    munin_node_config_host_name: \"{{ ansible_fqdn }}\"\n    munin_node_config_allow: |\n      allow ^127\\.0\\.0\\.1$\n      allow ^::1$\n    munin_node_config_host: \"*\"\n    munin_node_config_port: 4949\n    munin_node_plugins_git_update: \"no\n\nDownload\n--------\n\nDownload latest release with `ansible-galaxy`\n\n\tansible-galaxy install systemli.munin_node\n\nExample Playbook\n----------------\n\n    - hosts: servers\n      roles:\n         - { role: systemli.munin_node }\n\n\nTesting \u0026 Development\n---------------------\n\nTests\n-----\n\nFor developing and testing the role we use Github Actions, Molecule, and Vagrant. On the local environment you can easily test the role with\n\nRun local tests with:\n\n```\nmolecule test\n```\n\nRequires Molecule, Vagrant and `python-vagrant, molecule-goss, molecule-vagrant` to be installed.For developing and testing the role we use Travis CI, Molecule and Vagrant. On the local environment you can easily test the role with\n\n\n\nLicense\n-------\n\nGPLv3\n\nAuthor Information\n------------------\n\nhttps://www.systemli.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemli%2Fansible-role-munin-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystemli%2Fansible-role-munin-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemli%2Fansible-role-munin-node/lists"}