{"id":37712684,"url":"https://github.com/infrasonar/unificontroller-probe","last_synced_at":"2026-01-16T13:21:16.542Z","repository":{"id":191621931,"uuid":"685027603","full_name":"infrasonar/unificontroller-probe","owner":"infrasonar","description":"InfraSonar UniFi Controller probe (API)","archived":false,"fork":false,"pushed_at":"2025-11-17T22:22:03.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-18T00:16:15.542Z","etag":null,"topics":["cesbit","infrasonar","monitoring","unifi","unifi-controller"],"latest_commit_sha":null,"homepage":"","language":"Python","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/infrasonar.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":"2023-08-30T11:07:54.000Z","updated_at":"2025-04-09T15:32:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4500e84-5f27-4da5-a5aa-6c4105c4c77a","html_url":"https://github.com/infrasonar/unificontroller-probe","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":0.48,"last_synced_commit":"acc1ab180a0afc33d701d1e8e3c5b0b2e070e1da"},"previous_names":["infrasonar/unificontroller-probe"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/infrasonar/unificontroller-probe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Funificontroller-probe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Funificontroller-probe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Funificontroller-probe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Funificontroller-probe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infrasonar","download_url":"https://codeload.github.com/infrasonar/unificontroller-probe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Funificontroller-probe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["cesbit","infrasonar","monitoring","unifi","unifi-controller"],"created_at":"2026-01-16T13:21:16.477Z","updated_at":"2026-01-16T13:21:16.534Z","avatar_url":"https://github.com/infrasonar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/infrasonar/unificontroller-probe/workflows/CI/badge.svg)](https://github.com/infrasonar/unificontroller-probe/actions)\n[![Release Version](https://img.shields.io/github/release/infrasonar/unificontroller-probe)](https://github.com/infrasonar/unificontroller-probe/releases)\n\n# InfraSonar UniFi Controller Probe\n\n## Environment variable\n\nVariable            | Default                        | Description\n------------------- | ------------------------------ | ------------\n`AGENTCORE_HOST`    | `127.0.0.1`                    | Hostname or Ip address of the AgentCore.\n`AGENTCORE_PORT`    | `8750`                         | AgentCore port to connect to.\n`INFRASONAR_CONF`   | `/data/config/infrasonar.yaml` | File with probe and asset configuration like credentials.\n`MAX_PACKAGE_SIZE`  | `500`                          | Maximum package size in kilobytes _(1..2000)_.\n`MAX_CHECK_TIMEOUT` | `300`                          | Check time-out is 80% of the interval time with `MAX_CHECK_TIMEOUT` in seconds as absolute maximum.\n`DRY_RUN`           | _none_                         | Do not run demonized, just return checks and assets specified in the given yaml _(see the [Dry run section](#dry-run) below)_.\n`LOG_LEVEL`         | `warning`                      | Log level (`debug`, `info`, `warning`, `error` or `critical`).\n`LOG_COLORIZED`     | `0`                            | Log using colors (`0`=disabled, `1`=enabled).\n`LOG_FMT`           | `%y%m%d %H:%M:%S`              | Log format prefix.\n\n## Docker build\n\n```\ndocker build -t unificontroller-probe . --no-cache\n```\n\n## Dry run\n\nAvailable checks:\n- `sites`\n- `system`\n\nCreate a yaml file, for example _(test.yaml)_:\n\n```yaml\nasset:\n  name: \"foo.local\"\n  check: \"unificontroller\"\n  config:\n    address: \"192.168.1.2\"\n    port: 443\n    ssl: false\n    site: \"default\"\n```\n\nRun the probe with the `DRY_RUN` environment variable set the the yaml file above.\n\n```\nDRY_RUN=test.yaml python main.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfrasonar%2Funificontroller-probe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfrasonar%2Funificontroller-probe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfrasonar%2Funificontroller-probe/lists"}