{"id":37712425,"url":"https://github.com/infrasonar/eventlog-probe","last_synced_at":"2026-01-16T13:20:58.413Z","repository":{"id":195846132,"uuid":"692371211","full_name":"infrasonar/eventlog-probe","owner":"infrasonar","description":"InfraSonar Windows Event Log probe","archived":false,"fork":false,"pushed_at":"2025-12-18T11:28:43.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-21T17:53:00.780Z","etag":null,"topics":["cesbit","eventlog","infrasonar","microsoft","monitoring","windows","wmi"],"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-09-16T09:23:42.000Z","updated_at":"2025-12-18T11:28:25.000Z","dependencies_parsed_at":"2023-09-25T01:47:46.076Z","dependency_job_id":"d5212f64-2d76-4c94-a701-314a509ee6fb","html_url":"https://github.com/infrasonar/eventlog-probe","commit_stats":{"total_commits":23,"total_committers":3,"mean_commits":7.666666666666667,"dds":"0.34782608695652173","last_synced_commit":"b4c4b25826848d5ec6c5f9aad942f1738ce83f00"},"previous_names":["infrasonar/eventlog-probe"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/infrasonar/eventlog-probe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Feventlog-probe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Feventlog-probe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Feventlog-probe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Feventlog-probe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infrasonar","download_url":"https://codeload.github.com/infrasonar/eventlog-probe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrasonar%2Feventlog-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","eventlog","infrasonar","microsoft","monitoring","windows","wmi"],"created_at":"2026-01-16T13:20:57.580Z","updated_at":"2026-01-16T13:20:58.407Z","avatar_url":"https://github.com/infrasonar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/infrasonar/eventlog-probe/workflows/CI/badge.svg)](https://github.com/infrasonar/eventlog-probe/actions)\n[![Release Version](https://img.shields.io/github/release/infrasonar/eventlog-probe)](https://github.com/infrasonar/eventlog-probe/releases)\n\n# InfraSonar Windows Event Log 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`EVENTLOG_LAST_RUN_FN` | `/data/eventlog_last_run.mp`   | Location of file which we use to store eventlog check last run times.\n\n## Docker build\n\n```\ndocker build -t eventlog-probe . --no-cache\n```\n\n## Dry run\n\nAvailable checks:\n- `eventlog`\n\nCreate a yaml file, for example _(test.yaml)_:\n\n```yaml\nasset:\n  name: \"foo.local\"\n  check: \"eventlog\"\n  config:\n    address: \"192.168.1.2\"\n    eventCodes: [400, 600]\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%2Feventlog-probe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfrasonar%2Feventlog-probe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfrasonar%2Feventlog-probe/lists"}