{"id":21171166,"url":"https://github.com/fuchs-fabian/simbashlog-notifiers","last_synced_at":"2026-02-17T05:02:33.471Z","repository":{"id":256614270,"uuid":"855933307","full_name":"fuchs-fabian/simbashlog-notifiers","owner":"fuchs-fabian","description":"Notifiers for simbashlog","archived":false,"fork":false,"pushed_at":"2024-10-07T19:26:17.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T09:46:38.576Z","etag":null,"topics":["linux","logging","logging-framework","notifiers","notifiersystem","simbashlog","simbashlog-notifier"],"latest_commit_sha":null,"homepage":"https://github.com/fuchs-fabian/simbashlog/wiki","language":null,"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/fuchs-fabian.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":"2024-09-11T17:39:18.000Z","updated_at":"2025-04-27T19:28:24.000Z","dependencies_parsed_at":"2025-01-21T10:43:28.287Z","dependency_job_id":"57c65740-338e-43fc-be1d-9f91304676f7","html_url":"https://github.com/fuchs-fabian/simbashlog-notifiers","commit_stats":null,"previous_names":["fuchs-fabian/simbashlog-notifiers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fuchs-fabian/simbashlog-notifiers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-notifiers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-notifiers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-notifiers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-notifiers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuchs-fabian","download_url":"https://codeload.github.com/fuchs-fabian/simbashlog-notifiers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-notifiers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000673,"owners_count":26082806,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["linux","logging","logging-framework","notifiers","notifiersystem","simbashlog","simbashlog-notifier"],"created_at":"2024-11-20T16:03:13.167Z","updated_at":"2025-10-08T19:49:31.134Z","avatar_url":"https://github.com/fuchs-fabian.png","language":null,"readme":"# simbashlog-notifiers: Notifiers for [simbashlog](https://github.com/fuchs-fabian/simbashlog)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg alt=\"GPL-3.0 License\" src=\"https://img.shields.io/badge/GitHub-GPL--3.0-informational\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/fuchs-fabian/simbashlog-notifiers\"\u003e\n    \u003cimg src=\"https://github-readme-stats.vercel.app/api/pin/?username=fuchs-fabian\u0026repo=simbashlog-notifiers\u0026theme=holi\u0026hide_border=true\u0026border_radius=10\" alt=\"Repository simbashlog-notifiers\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## Description\n\nThis repository serves as a collection for simbashlog notifiers. It does not matter in which programming language they are written.\n\nAll in all, the notifiers are collected in one place so that you can quickly select the notifier you want without having to search for a long time on [GitHub](https://github.com/) or elsewhere.\n\n## Overview of supported notifiers\n\n### Bash\n\n\u003e _Currently no entries_\n\n### Python\n\n#### Supported \"monitoring tools\"\n\n\u003e _Currently no entries_\n\n#### Supported \"messengers\"\n\n| Destination                     | Repository                                                                                 |\n|---------------------------------|--------------------------------------------------------------------------------------------|\n| [Matrix](https://matrix.org/)   | [simbashlog-matrix-notifier](https://github.com/fuchs-fabian/simbashlog-matrix-notifier)   |\n| [Discord](https://discord.com/) | [simbashlog-discord-notifier](https://github.com/fuchs-fabian/simbashlog-discord-notifier) |\n\n## You have not found a notifier that you need? ➡️ Create your own notifier\n\n### Python\n\nThe easiest way to do this is to use the template repository: [simbashlog-example-notifier](https://github.com/fuchs-fabian/simbashlog-example-notifier)\n\nIf you have a special use case, try to use the template repository as much as possible, but save yourself a lot of problems by at least making sure to use the following repository: [simbashlog-notify-helper-py](https://github.com/fuchs-fabian/simbashlog-notify-helper-py)\n\n## Bugs, Suggestions, Feedback, and Needed Support\n\n\u003e If you have any bugs, suggestions or feedback, feel free to create an issue or create a pull request with your changes.\n\nEspecially if another notifier is desired, it is advisable to create it and then include it here for this repository in the README. It is best to create a pull request for this. Before this is then included here in this repository, the code is viewed and the README is read from the notifier repository. Comments and improvement requests are then made in the PR.\n\nIt is recommended to specify at least the following topic in the repository: [`simbashlog-notifier`](https://github.com/topics/simbashlog-notifier)\n\nOther topics can be taken from the [template repository](https://github.com/fuchs-fabian/simbashlog-example-notifier). Here it is generally advisable to specify the topics for the notifier as appropriately as possible.\n\n## Support `simbashlog`\n\nIf you like `simbashlog`'s ecosystem, you think it is useful and saves you a lot of work and nerves and lets you sleep better, please give it a star and consider donating.\n\n\u003ca href=\"https://www.paypal.com/donate/?hosted_button_id=4G9X8TDNYYNKG\" target=\"_blank\"\u003e\n  \u003c!--\n    https://github.com/stefan-niedermann/paypal-donate-button\n  --\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png\" style=\"height: 90px; width: 217px;\" alt=\"Donate with PayPal\"/\u003e\n\u003c/a\u003e\n\n---\n\n\u003e This repository is a component of [`simbashlog`](https://github.com/fuchs-fabian/simbashlog) ([LICENSE](https://github.com/fuchs-fabian/simbashlog/blob/main/LICENSE)).\n\u003e\n\u003e *Copyright (C) 2024 Fabian Fuchs*\n","funding_links":["https://www.paypal.com/donate/?hosted_button_id=4G9X8TDNYYNKG"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuchs-fabian%2Fsimbashlog-notifiers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuchs-fabian%2Fsimbashlog-notifiers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuchs-fabian%2Fsimbashlog-notifiers/lists"}