{"id":37713887,"url":"https://github.com/infrasonar/hypervguest-probe","last_synced_at":"2026-01-16T13:22:46.265Z","repository":{"id":194049918,"uuid":"689999279","full_name":"infrasonar/hypervguest-probe","owner":"infrasonar","description":"InfraSonar Hyper-V Guest Probe","archived":false,"fork":false,"pushed_at":"2025-04-09T14:39:28.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-14T05:02:58.592Z","etag":null,"topics":["cesbit","hyper-v","infrasonar","monitoring"],"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}},"created_at":"2023-09-11T10:43:09.000Z","updated_at":"2025-04-09T14:39:25.000Z","dependencies_parsed_at":"2023-09-11T11:57:40.902Z","dependency_job_id":"37733075-e5a5-4ba6-aea8-f4bdf44a5232","html_url":"https://github.com/infrasonar/hypervguest-probe","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.4117647058823529,"last_synced_commit":"134d2c6b9c09236fbffce95211bec81a4591d18f"},"previous_names":["infrasonar/hypervguest-probe"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/infrasonar/hypervguest-probe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Fhypervguest-probe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Fhypervguest-probe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Fhypervguest-probe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Fhypervguest-probe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infrasonar","download_url":"https://codeload.github.com/infrasonar/hypervguest-probe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Fhypervguest-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","hyper-v","infrasonar","monitoring"],"created_at":"2026-01-16T13:22:45.544Z","updated_at":"2026-01-16T13:22:46.253Z","avatar_url":"https://github.com/infrasonar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/infrasonar/hypervguest-probe/workflows/CI/badge.svg)](https://github.com/infrasonar/hypervguest-probe/actions)\n[![Release Version](https://img.shields.io/github/release/infrasonar/hypervguest-probe)](https://github.com/infrasonar/hypervguest-probe/releases)\n\n# InfraSonar Hyper-V Guest 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 hypervguest-probe . --no-cache\n```\n\n## Dry run\n\nAvailable checks:\n- `hypervguest`\n\nCreate a yaml file, for example _(test.yaml)_:\n\n```yaml\nasset:\n  name: \"foo.local\"\n  check: \"hypervguest\"\n  config:\n    hypervisor: \"192.168.1.2\"\n    guid: \"01234567-0123-0123-0123-0123456789AB\"\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%2Fhypervguest-probe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfrasonar%2Fhypervguest-probe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfrasonar%2Fhypervguest-probe/lists"}