{"id":20452260,"url":"https://github.com/zakharb/syslogen","last_synced_at":"2025-04-13T03:14:49.215Z","repository":{"id":65563819,"uuid":"473367504","full_name":"zakharb/SysloGen","owner":"zakharb","description":"Simple Syslog Generator","archived":false,"fork":false,"pushed_at":"2024-06-15T03:31:04.000Z","size":2302,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T03:14:43.447Z","etag":null,"topics":["asyncio","python3","syslog"],"latest_commit_sha":null,"homepage":"https://zakharb.github.io/","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/zakharb.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":"2022-03-23T21:43:27.000Z","updated_at":"2024-08-19T20:12:13.000Z","dependencies_parsed_at":"2024-06-15T04:40:42.074Z","dependency_job_id":null,"html_url":"https://github.com/zakharb/SysloGen","commit_stats":{"total_commits":36,"total_committers":4,"mean_commits":9.0,"dds":0.5833333333333333,"last_synced_commit":"4eee1e210de8061d843bc4c0350840aec92137e4"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FSysloGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FSysloGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FSysloGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FSysloGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakharb","download_url":"https://codeload.github.com/zakharb/SysloGen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248657919,"owners_count":21140846,"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":["asyncio","python3","syslog"],"created_at":"2024-11-15T11:08:48.394Z","updated_at":"2025-04-13T03:14:49.185Z","avatar_url":"https://github.com/zakharb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/101948294/216656237-a8f4f931-c9da-496e-9c65-b28c5b34caa4.png\" alt=\"animated\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\n  \u003ca href=\"https://git.io/typing-svg\"\u003e\n    \u003cimg src=\"https://readme-typing-svg.herokuapp.com?font=Fira+Code\u0026weight=600\u0026pause=1000\u0026color=0A7AFF\u0026center=true\u0026width=435\u0026lines=+The+simplest+syslog+generator.\" alt=\"Typing SVG\" /\u003e\n  \u003c/a\u003e\n\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-1.1-blue\" height=\"20\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.11-blue\" height=\"20\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/101948294/216656246-f32e5d5d-8346-417e-a651-c5f945a1172b.gif\" alt=\"animated\" /\u003e\n\u003c/p\u003e\n\n\n## :blue_square: Getting Started\n\n[Syslogen](https://github.com/zakharb/syslogen) is the simple Syslog generator that creates messages from file and send them to external Syslog server.  \n\n### Requirements\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)  \nOnly Python3, no additional libraries are required.\n\n### Installing\n\nInstall via `pip`\n```\npip install syslogen\n```\n\n## :blue_square: Usage\n\nAll parameters send via arguments. \n- set syslog server where to send logs\n- change server port (optional) `--port` \n- set sending messages per second `--count`\n- set input file with logs examples `--input`  \n\n### Examples\n\nStart with 2 msg/sec and standart port\n\n```\npython3 -m syslogen 192.168.1.1 -i examples_messages.txt -c 2\n```\n\nStart with 4 msg/sec and port 5514\n```\npython3 -m syslogen 192.168.1.1 -p 5514 -i examples_messages.txt -c 4\n```\n\n## :blue_square: Deployment\n\nEdit Dockerfile and spicify server IP address\n\nBuild image\n```\ndocker build --network host -t syslogen .\n```\n\nRun image\n```\ndocker run syslogen\n```\n## :blue_square: Versioning\n\nUsing [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/zakharb/syslogen/tags). \n\n## :blue_square: Authors\n\n* **Zakhar Bengart** - *Initial work* - [Ze](https://github.com/zakharb)\n\nSee also the list of [contributors](https://github.com/zakharb/syslogen/contributors) who participated in this project.\n\n## :blue_square: License\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation - see the [LICENSE](LICENSE) file for details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakharb%2Fsyslogen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakharb%2Fsyslogen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakharb%2Fsyslogen/lists"}