{"id":18939111,"url":"https://github.com/monai/gomonit","last_synced_at":"2025-07-05T06:34:14.809Z","repository":{"id":28268414,"uuid":"31778753","full_name":"monai/gomonit","owner":"monai","description":"gomonit consumes and parses Monit status and event notifications","archived":false,"fork":false,"pushed_at":"2016-04-29T15:20:10.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T08:38:57.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/monai/gomonit","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/monai.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}},"created_at":"2015-03-06T16:43:04.000Z","updated_at":"2020-06-25T22:28:52.000Z","dependencies_parsed_at":"2022-09-01T14:01:33.647Z","dependency_job_id":null,"html_url":"https://github.com/monai/gomonit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monai/gomonit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monai%2Fgomonit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monai%2Fgomonit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monai%2Fgomonit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monai%2Fgomonit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monai","download_url":"https://codeload.github.com/monai/gomonit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monai%2Fgomonit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263697404,"owners_count":23497774,"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":"2024-11-08T12:16:26.072Z","updated_at":"2025-07-05T06:34:14.758Z","avatar_url":"https://github.com/monai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gomonit\n\nPackage gomonit consumes and parses Monit status and event notifications. It disguises as M/Monit collector server.\n\n## Example\n\n```go\n// create channel and pass it to the collector\nchannel := make(chan *gomonit.Monit)\ncollector := gomonit.NewCollector(channel)\nhttp.Handle(\"/collector\", collector)\n\ngo func() {\n\terr := http.ListenAndServe(\":8080\", nil)\n\tif err != nil {\n\t\tlog.Fatal(\"http.ListenAndServe: \", err)\n\t}\n}()\n\n// consume notifications\nfor monit := range channel {\n\tfmt.Println(monit.Server.Uptime)\n}\n```\n# License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonai%2Fgomonit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonai%2Fgomonit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonai%2Fgomonit/lists"}