{"id":21974226,"url":"https://github.com/fuchs-fabian/simbashlog-example-notifier","last_synced_at":"2026-05-03T13:36:46.777Z","repository":{"id":264455265,"uuid":"864937109","full_name":"fuchs-fabian/simbashlog-example-notifier","owner":"fuchs-fabian","description":"Template for a simbashlog-notifier","archived":false,"fork":false,"pushed_at":"2024-11-24T14:38:59.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T23:27:50.676Z","etag":null,"topics":["linux","logging","logging-framework","notifier","simbashlog","simbashlog-notifier","template-repository"],"latest_commit_sha":null,"homepage":"https://github.com/fuchs-fabian/simbashlog/wiki","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/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-29T15:09:42.000Z","updated_at":"2024-11-24T14:39:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"990f2bf1-f49a-4d1d-b885-48597fc9997b","html_url":"https://github.com/fuchs-fabian/simbashlog-example-notifier","commit_stats":null,"previous_names":["fuchs-fabian/simbashlog-example-notifier"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/fuchs-fabian/simbashlog-example-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-example-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-example-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-example-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-example-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuchs-fabian","download_url":"https://codeload.github.com/fuchs-fabian/simbashlog-example-notifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-example-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32571455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["linux","logging","logging-framework","notifier","simbashlog","simbashlog-notifier","template-repository"],"created_at":"2024-11-29T15:40:00.802Z","updated_at":"2026-05-03T13:36:46.760Z","avatar_url":"https://github.com/fuchs-fabian.png","language":"Python","funding_links":["https://www.paypal.com/donate/?hosted_button_id=4G9X8TDNYYNKG"],"categories":[],"sub_categories":[],"readme":"# `simbashlog-example-notifier`: Template for a `simbashlog`-notifier\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  \u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003c!--\n        TODO: Replace the URL with the URL of the repository.\n        --\u003e\n        \u003ca href=\"https://github.com/fuchs-fabian/simbashlog-example-notifier\"\u003e\n          \u003cimg src=\"https://github-readme-stats.vercel.app/api/pin/?username=fuchs-fabian\u0026repo=simbashlog-example-notifier\u0026theme=holi\u0026hide_border=true\u0026border_radius=10\" alt=\"Template repository simbashlog-example-notifier\"/\u003e\n        \u003c/a\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n\n## Description\n\n\u003c!--\nTODO: Describe the purpose of the notifier.\n--\u003e\n\nThis is a template for creating a Python notifier for `simbashlog`.\n\n## Getting Started\n\n\u003e It is possible that `pip` is not yet installed. If this is not the case, you will be prompted to install it. Confirm the installation.\n\n### Installation with `pip` (GitHub)\n\n\u003c!--\nTODO: Replace the URL with the URL of the repository.\n--\u003e\n\n```bash\npip install git+https://github.com/fuchs-fabian/simbashlog-example-notifier\n```\n\n### Installation with `pip` (Local)\n\nDownload the repository and navigate to the directory containing the [`setup.py`](setup.py) file.\n\n```bash\npip install .\n```\n\n### Check Installation\n\n```bash\npip list\n```\n\n\u003c!--\nTODO: Replace `simbashlog-example-notifier` with the name of the package defined in the `setup.py` file.\n--\u003e\n\n```bash\npip show simbashlog-example-notifier\n```\n\n### Configuration\n\nAfter installation, you will find the configuration file under:\n\n\u003c!--\nTODO: Replace `simbashlog-example-notifier` with the name of the package defined in the `setup.py` file.\n--\u003e\n\n```plain\n~/.config/simbashlog-notifier/simbashlog-example-notifier/config.json\n```\n\nThis configuration file is used by default if no other custom configuration file is specified.\n\nIt looks as follows:\n\n\u003c!--\nTODO: Replace with the actual content of the configuration file.\n--\u003e\n\n```json\n{\n    \"min_required_log_level\": \"6\",\n    \"show_in_console_sent_message\": \"true\",\n    \"show_in_header_pid\": \"false\",\n    \"show_in_body_log_file_result\": \"false\",\n    \"show_in_body_log_file_content\": \"false\",\n    \"show_in_body_summary_for_pid\": \"false\",\n    \"show_in_body_summary_for_log_file\": \"false\",\n    \"show_in_footer_log_file_names\": \"false\",\n    \"show_in_footer_host\": \"false\",\n    \"show_in_footer_notifier_name\": \"true\",\n    \"example_key\": \"example_value\"\n}\n```\n\n### Usage\n\n\u003c!--\nTODO: Replace `simbashlog-example-notifier` with the name of the package defined in the `setup.py` file.\n--\u003e\n\n```plain\nusage: simbashlog-example-notifier [-h] [--config CONFIG] [--pid PID] [--log-level LOG_LEVEL] [--message MESSAGE]\n                                   [--log-file LOG_FILE] [--json-log-file JSON_LOG_FILE]\n\nNotifier for simbashlog.\n\noptions:\n  -h, --help            show this help message and exit\n  --config CONFIG       Path to a custom config file.\n  --pid PID             The used process ID.\n  --log-level LOG_LEVEL\n                        The used log level (sourced simbashlog) / severity number (simbashlog called with arguments).\n  --message MESSAGE     The logged message (simbashlog called with arguments).\n  --log-file LOG_FILE   The created *.log file.\n  --json-log-file JSON_LOG_FILE\n                        The created *_log.json file.\n```\n\n### Uninstallation\n\n\u003c!--\nTODO: Replace `simbashlog-example-notifier` with the name of the package defined in the `setup.py` file.\n--\u003e\n\n```bash\npip uninstall simbashlog-example-notifier\n```\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\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 script 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 The core of this notifier is [`simbashlog-notify-helper-py`](https://github.com/fuchs-fabian/simbashlog-notify-helper-py) ([LICENSE](https://github.com/fuchs-fabian/simbashlog-notify-helper-py/blob/main/LICENSE)).\n\u003e\n\u003e *Copyright (C) 2024 Fabian Fuchs*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuchs-fabian%2Fsimbashlog-example-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuchs-fabian%2Fsimbashlog-example-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuchs-fabian%2Fsimbashlog-example-notifier/lists"}