{"id":21400322,"url":"https://github.com/oefenweb/ansible-cacti-server","last_synced_at":"2025-10-15T16:03:51.115Z","repository":{"id":45201239,"uuid":"47616744","full_name":"Oefenweb/ansible-cacti-server","owner":"Oefenweb","description":"Ansible role to set up cacti in Debian-like systems (server side)","archived":false,"fork":false,"pushed_at":"2023-11-02T11:01:57.000Z","size":101,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-11-02T11:36:34.837Z","etag":null,"topics":["ansible","cacti","monitoring","server","ubuntu"],"latest_commit_sha":null,"homepage":"","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/Oefenweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-12-08T10:59:56.000Z","updated_at":"2022-06-18T04:04:23.000Z","dependencies_parsed_at":"2023-02-08T19:15:27.822Z","dependency_job_id":"80fcfa9b-26c8-41f7-9d6a-b273e569426e","html_url":"https://github.com/Oefenweb/ansible-cacti-server","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-cacti-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-cacti-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-cacti-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-cacti-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oefenweb","download_url":"https://codeload.github.com/Oefenweb/ansible-cacti-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225917907,"owners_count":17544973,"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","cacti","monitoring","server","ubuntu"],"created_at":"2024-11-22T15:21:05.598Z","updated_at":"2025-10-15T16:03:46.079Z","avatar_url":"https://github.com/Oefenweb.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"## cacti-server\n\n[![Build Status](https://travis-ci.org/Oefenweb/ansible-cacti-server.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-cacti-server)\n[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-cacti--server-blue.svg)](https://galaxy.ansible.com/Oefenweb/cacti_server/)\n\nSet up cacti in Debian-like systems (server side).\n\n#### Requirements\n\n[See](https://github.com/Cacti/documentation/blob/develop/Installing-Under-Ubuntu-Debian.md) and `tests/pre.yml`.\n\n#### Variables\n\n* `cacti_server_checkout_repo`: [default: `https://github.com/Cacti/cacti.git`]: Cacti git repo\n* `cacti_server_version`: [default: `1.2.17`]: Only used in `{{ cacti_server_git_version }}`\n* `cacti_server_git_version`: [default: `\"release/{{ cacti_server_version }}\"`]: What version of Cacti to check out (set up). This can be the full 40-character SHA-1 hash, the literal string HEAD, a branch name, or a tag name\n\n* `cacti_server_config_database_default`: [default: `cacti`]: Database name\n* `cacti_server_config_database_hostname`: [default: `localhost`]: Database host\n* `cacti_server_config_database_username`: [default: `cacti`]: Database username\n* `cacti_server_config_database_password`: [default: `cacti`]: Database password\n* `cacti_server_config_database_port`: [default: `3306`]: Database port\n\n* `cacti_server_config_url_path`: [default: `/cacti/`]: The (default) path of your cacti install\n\n* `cacti_server_use_poller_php`: [default: `true`]: Whether or not to install a crontab for the poller\n\n* `cacti_server_install`: [default: `[]`]: Additional packages to install\n\n* `cacti_server_install_path`: [default: `{}`]: Install declaration\n* `cacti_server_install_path.src`: [required]: Path of Cacti checkout (e.g. `\"{{ cacti_server_checkout_path }}\"`)\n* `cacti_server_install_path.dest`: [required]: Path of Cacti install (where it will be symlinked to, e.g. `/var/www/example.com/cacti/public_html/cacti`)\n\n## Dependencies\n\nNone\n\n## Recommended\n\n* `cacti-client` ([see](https://github.com/Oefenweb/ansible-cacti-client))\n* `cacti-plugin-percona` ([see](https://github.com/Oefenweb/ansible-cacti-plugin-percona))\n* `cacti-spine` ([see](https://github.com/Oefenweb/ansible-cacti-spine))\n\n#### Example\n\n```yaml\n---\n- hosts: all\n  roles:\n    - oefenweb.cacti-server\n  vars:\n    cacti_server_install_path:\n      src: \"{{ cacti_server_checkout_path }}\"\n      dest: /var/www/example.com/cacti/public_html/cacti\n```\n\n#### License\n\nMIT\n\n#### Author Information\n\nMischa ter Smitten\n\n#### Feedback, bug-reports, requests, ...\n\nAre [welcome](https://github.com/Oefenweb/ansible-cacti-server/issues)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-cacti-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foefenweb%2Fansible-cacti-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-cacti-server/lists"}