{"id":22683305,"url":"https://github.com/mtchavez/ansible-statsite","last_synced_at":"2026-05-06T18:37:01.671Z","repository":{"id":143221542,"uuid":"45822391","full_name":"mtchavez/ansible-statsite","owner":"mtchavez","description":"Ansible role for Statsite","archived":false,"fork":false,"pushed_at":"2016-04-07T22:37:14.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T22:56:49.591Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","statsite"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/mtchavez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2015-11-09T07:32:58.000Z","updated_at":"2017-03-25T22:50:42.000Z","dependencies_parsed_at":"2023-04-16T14:33:30.310Z","dependency_job_id":null,"html_url":"https://github.com/mtchavez/ansible-statsite","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mtchavez/ansible-statsite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fansible-statsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fansible-statsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fansible-statsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fansible-statsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtchavez","download_url":"https://codeload.github.com/mtchavez/ansible-statsite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fansible-statsite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266649159,"owners_count":23962180,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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","statsite"],"created_at":"2024-12-09T21:11:35.657Z","updated_at":"2026-05-06T18:37:01.644Z","avatar_url":"https://github.com/mtchavez.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Statsite – Ansible Role\n[![Latest Version](http://img.shields.io/github/release/mtchavez/ansible-statsite.svg?style=flat-square)](https://github.com/mtchavez/ansible-statsite/releases)\n[![Build Status](https://travis-ci.org/mtchavez/ansible-statsite.svg?branch=master)](https://travis-ci.org/mtchavez/ansible-statsite)\n\n\nAnsible role to manage the installation and setup of [Statsite][1].\n\n## Requirements\n\nAnsible 1.7 or greater. A working Python install of 2.7 or greater to build.\n\n## Role Variables\n\nUseful variables that you may want to override. The configuration can also be\nmanaged in your own role using the `ini` ansible module or writing your own\ntemplate out.\n\n```\nstatsite_name: \"statsite\"\nstatsite_version: \"0.7.1\"\nstatsite_package_url: \"https://github.com/armon/statsite/archive/v{{statsite_version}}.tar.gz\"\nstatsite_install_script: \"/usr/local/bin/install_statsite\"\nstatsite_binary_path: \"/usr/local/bin/statsite{{statsite_version}}\"\nstatsite_etc_dir: \"/etc/statsite\"\nstatsite_config_file: \"{{statsite_etc_dir}}/{{statsite_name}}.conf\"\nstatsite_log_file: \"/var/log/{{statsite_name}}.log\"\nstatsite_upstart_file: \"/etc/init/{{statsite_name}}.conf\"\nstatsite_logrotate_file: \"/etc/logrotate.d/{{statsite_name}}\"\nstatsite_group: \"statsite\"\nstatsite_user: \"{{statsite_group}}\"\n\n#\n# Config\n#\n\n# [statsite]\nstatsite_port: 8125\nstatsite_udp_port: 8125\nstatsite_log_level: \"WARN\"\nstatsite_flush_interval: 10\nstatsite_timer_eps: 0.01\nstatsite_set_eps: 0.02\nstatsite_stream_cmd: \"\"\nstatsite_daemonize: 0\nstatsite_binary_stream: false\nstatsite_pid_dir: \"/var/run/statsite\"\nstatsite_pidfile: \"{{statsite_pid_dir}}/{{statsite_name}}.pid\"\n```\n\n## Dependencies\n\nNo role dependencies.\n\n## Example Playbook\n\nUsing the role in a playbook is as simple as adding the role. Pass in variables\nyou want to override or you can manage the statsite config in a separate role.\n\n    - hosts: servers\n      roles:\n         - role: mtchavez.statsite\n         - { role: mtchavez.statsite, statsite_version: \"1.7.0\" }\n\n## License\n\nMIT\n\n## Author Information\n\nEl Chavo - mtchavez - 2015\n\n[1]: https://github.com/armon/statsite\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtchavez%2Fansible-statsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtchavez%2Fansible-statsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtchavez%2Fansible-statsite/lists"}