{"id":15175139,"url":"https://github.com/tbauriedel/vagrant-icinga-dev","last_synced_at":"2026-02-25T22:31:47.815Z","repository":{"id":257766238,"uuid":"859234345","full_name":"tbauriedel/vagrant-icinga-dev","owner":"tbauriedel","description":"Vagrant provisioning file for the Icinga stack. Get a standalone test/development environment with all Icinga components in seconds","archived":false,"fork":false,"pushed_at":"2025-01-10T12:14:00.000Z","size":42,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T00:40:28.103Z","etag":null,"topics":["ansible","development","icinga2","vagrant"],"latest_commit_sha":null,"homepage":"","language":null,"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/tbauriedel.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-18T10:13:43.000Z","updated_at":"2025-01-10T12:13:23.000Z","dependencies_parsed_at":"2024-09-18T15:49:48.278Z","dependency_job_id":"525845cb-999b-456a-a57a-89e9efcbe145","html_url":"https://github.com/tbauriedel/vagrant-icinga-dev","commit_stats":null,"previous_names":["tbauriedel/vagrant-icinga-dev"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tbauriedel/vagrant-icinga-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbauriedel%2Fvagrant-icinga-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbauriedel%2Fvagrant-icinga-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbauriedel%2Fvagrant-icinga-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbauriedel%2Fvagrant-icinga-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbauriedel","download_url":"https://codeload.github.com/tbauriedel/vagrant-icinga-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbauriedel%2Fvagrant-icinga-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29843414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T21:18:31.832Z","status":"ssl_error","status_checked_at":"2026-02-25T21:18:29.265Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","development","icinga2","vagrant"],"created_at":"2024-09-27T12:03:40.360Z","updated_at":"2026-02-25T22:31:47.800Z","avatar_url":"https://github.com/tbauriedel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![Lint](https://github.com/tbauriedel/vagrant-icinga-dev/actions/workflows/linting.yml/badge.svg)\n\n# vagrant-icinga-dev\n\nVagrantfile with ansible provisioner.  \nInstalls and configures the Icinga stack inside of the box.\n\nImage: `bento/rockylinux-8`  \nHostname: `icinga-dev`  \nProvider: `VirtualBox`  \n\nThe following ports will be forwarded into the Vagrant box:\n* Mysql:        3306 (guest) =\u003e 3306 (host)\n* Webserver:    80 (guest) =\u003e 80 (host)\n* Webserver:    443 (guest) =\u003e 443 (host) // Webserver with TLS not configured via default\n* Icinga 2:     5665 (guest) =\u003e 5665 (host)\n* InfluxDB:     8086 (guest) =\u003e 8086 (host)\n* Grafana:      3000 (guest) =\u003e 3000 (host)\n* Carbonapi:    8888 (guest) =\u003e 8888 (host)\n\n## Credentials\n\nDefault credentials if not customized (Format: `user` - `password`):\n* Icinga Web 2 admin      =\u003e `icinga` - `icinga`\n* Icinga 2 API user       =\u003e `poweruser` - `poweruser`\n* IcingaDB-redis password =\u003e `redis-pass`\n* Mysql `*.*` user        =\u003e `poweruser` - `poweruser`\n* Mysql root user         =\u003e `root` - `root0815!`\n* InfluxDB admin user     =\u003e `admin` - `admin12345!`\n* InfluxDB admin token    =\u003e `AHDUKAGSszifgj21711sfztGASg2`\n* Grafana initial user    =\u003e `admin` - `admin`\n\n## Components\n\nThe most common used components are pre-installed and configured.\n* MySQL (Ansible role `geerlingguy.mysql`)\n* Icinga (Ansible collection `icinga.icinga`)\n  * Icinga 2\n  * IcingaDB\n  * IcingaDB Redis\n  * Icinga Web 2\n  * Icinga Director\n  * x509\n  * Business Process\n* Graphite (Ansible collection `tbauriedel.gographite`)\n  * go-carbon\n  * carbonapi\n* InfluxDB (Ansible collection `tbauriedel.influxdb2`)\n  * InfluxDB v2\n* Grafana\n  * Grafana (Ansible collection `grafana.grafana`)\n\n## Requirements\n\n**Vagrant**  \nIf you dont have it already check the official [installation guide](https://developer.hashicorp.com/vagrant/docs/installation).\n\n**Ansible**  \nIf you dont have it already check the official [installation guide](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).\n\n## Usage\nClone the repository: `git clone https://github.com/tbauriedel/vagrant-icinga-dev`\n\nMove into repository: `cd vagrant-icinga-dev`\n\nInstall all needed ansible requirements: `ansible-galaxy install -r requirements.yml`\n\nAdd Icinga Subscription credentials [here](ansible/vars/icinga2_repo.yml).  \n(If you dont have a subscription, just change the box to a debian based one)\n\nStart the Vagrant box: `vagrant up`\n\n---\n\nTo sync additional modules or similar into the box, you can use the example inside of the [Vagrantfile](Vagrantfile) (Currently commented out).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbauriedel%2Fvagrant-icinga-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbauriedel%2Fvagrant-icinga-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbauriedel%2Fvagrant-icinga-dev/lists"}