{"id":15008978,"url":"https://github.com/bartjanssens92/icinga_config_migration","last_synced_at":"2026-02-27T05:40:29.947Z","repository":{"id":78075607,"uuid":"119848221","full_name":"bartjanssens92/icinga_config_migration","owner":"bartjanssens92","description":"Python script to convert icinga1.x to icinga2 configuration","archived":false,"fork":false,"pushed_at":"2018-03-12T14:44:24.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T15:54:00.394Z","etag":null,"topics":["icinga2-configuration","migration","python-2","python2"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bartjanssens92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-02-01T14:41:06.000Z","updated_at":"2018-02-22T15:11:00.000Z","dependencies_parsed_at":"2023-03-07T07:45:12.762Z","dependency_job_id":null,"html_url":"https://github.com/bartjanssens92/icinga_config_migration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bartjanssens92/icinga_config_migration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartjanssens92%2Ficinga_config_migration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartjanssens92%2Ficinga_config_migration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartjanssens92%2Ficinga_config_migration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartjanssens92%2Ficinga_config_migration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartjanssens92","download_url":"https://codeload.github.com/bartjanssens92/icinga_config_migration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartjanssens92%2Ficinga_config_migration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29886150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T05:38:26.446Z","status":"ssl_error","status_checked_at":"2026-02-27T05:38:25.235Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["icinga2-configuration","migration","python-2","python2"],"created_at":"2024-09-24T19:22:03.283Z","updated_at":"2026-02-27T05:40:29.922Z","avatar_url":"https://github.com/bartjanssens92.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Icinga1.x to Icinga2.x configuration\n\nThis collection of python scripts can be used to convert Icinga1.x configuration objects into Icinga2 objects.\n\n## Scope\n\nThe scope of this project is for the script to be pointed to a Icinga1.x configuration directory and convert it into an Icinga2 configuration.\nThis means that the generated output of this script must pass the Icinga2 config validator. ( icinga2 deamon --validate ).\nIt does not mean that the generated config will 100% match the behavior of the old config.\n\n## What works\n\n- Hosts\n- HostTemplates\n- Hostgroups\n- Services\n- ServiceTemplates\n- Servicegroups\n- Users\n- Usergroups\n- Commands\n- Notifications\n\n## What doesn't work (yet)\n\n- Commands assume they are all installed in the same place\n- Build_hash is unable to work with multilines\n\n## How to use\n\n```\nUsage: ./main.py [OPTIONS]\n\n  -h, --help    Show help\n  -w, --write   (Depricated) Write the configfiles\n  -d, --debug   Enable debugging ( level 1 )\n  -o, --object=   Generate only the configuration of this object\n  -I, --input=    Use this directoy as input\n  -O, --output=   Which directory to write the configfiles in\n\nExamples:\n\n* Generate configuration for all the objects:\n  ./main.py\n* Generate configuration for the host object:\n  ./main.py -o host\n* Generate configuration from /tmp/in:\n  ./main.py -I /tmp/in\n\n```\n\n## Todo\n\n- Bugfix: Handle commands that just pass arguments without flags.\n- Get the debugging flag working properly.\n- See @TODO lines in code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartjanssens92%2Ficinga_config_migration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartjanssens92%2Ficinga_config_migration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartjanssens92%2Ficinga_config_migration/lists"}