{"id":29273654,"url":"https://github.com/simplifi/goverseer","last_synced_at":"2025-07-05T02:36:30.046Z","repository":{"id":264573585,"uuid":"825940072","full_name":"simplifi/goverseer","owner":"simplifi","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-16T21:15:53.000Z","size":460,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-06-16T22:31:34.603Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/simplifi.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-08T19:53:48.000Z","updated_at":"2025-05-29T19:12:13.000Z","dependencies_parsed_at":"2025-06-16T22:22:18.484Z","dependency_job_id":"17d50d3d-127c-40ab-aee1-b30ada753211","html_url":"https://github.com/simplifi/goverseer","commit_stats":null,"previous_names":["simplifi/goverseer"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/simplifi/goverseer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplifi%2Fgoverseer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplifi%2Fgoverseer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplifi%2Fgoverseer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplifi%2Fgoverseer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplifi","download_url":"https://codeload.github.com/simplifi/goverseer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplifi%2Fgoverseer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263671870,"owners_count":23494054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-07-05T02:36:29.448Z","updated_at":"2025-07-05T02:36:30.033Z","avatar_url":"https://github.com/simplifi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goverseer\n\n![Goverseer](assets/goverseer.png)\n\nGoverseer is a tool for monitoring some kind of upstream, and taking actions\nwhen a change is detected. In some ways it is similar to consul-template, except\nGoverseer does not handle templating. Instead it is focused on watching for\nchanges and taking some kind of action based on those changes.\n\n## Usage\n\nGoverseer is configured using a yaml config file. The `goverseer start` command\ntakes a path to the config file. If a config path is not provided,\n`/etc/goverseer.yaml` will be used.\n\n```yaml\n# Example goverseer config\n---\nname: example\n\nwatcher:\n  type: time\n  config:\n    poll_seconds: 1\n\nexecutioner:\n  type: log\n  config:\n    tag: example\n```\n\nThe available values for `watcher.type` are:\n\n- `file`: [File Watcher](docs/watchers/file_watcher.md)\n- `gce_metadata`: [GCE Metadata Watcher](docs/watchers/gce_metadata_watcher.md)\n- `gcp_secrets`: [GCP Secrets Watcher](docs/watchers/gcp_secrets_watcher.md)\n- `time`: [Time Watcher](docs/watchers/time_watcher.md)\n\nThe available values for `executioner.type` are:\n\n- `log`: [Log Executioner](docs/executioners/log_executioner.md)\n- `shell`: [Shell Executioner](docs/executioners/shell_executioner.md)\n\nThe configuration options for `watcher.config` and `executioner.config` are\ndetermined by the selected type. See the documentation for the specific watcher\nand executioner type for more details on available configuration options.\n\n## Building\n\nTo build Goverseer, simply run `make build`. Once complete, you should see a\nbinary in the root of your checkout.\n\n## Development\n\nTo run locally during development, run `go run ./cmd/goverseer --help`.\n\nTo run all tests, run `make test`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplifi%2Fgoverseer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplifi%2Fgoverseer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplifi%2Fgoverseer/lists"}