{"id":21981661,"url":"https://github.com/soft/syslogng-pushbullet","last_synced_at":"2025-03-23T01:18:16.432Z","repository":{"id":66599678,"uuid":"145452678","full_name":"Soft/syslogng-pushbullet","owner":"Soft","description":"Pushbullet destination for syslog-ng","archived":false,"fork":false,"pushed_at":"2018-08-20T20:25:02.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T04:29:07.542Z","etag":null,"topics":["logging","monitoring","notifications","pushbullet","python2","syslog-ng"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Soft.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":"2018-08-20T17:59:48.000Z","updated_at":"2018-08-20T20:25:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"e142aac1-0418-438e-959f-65247c9e25e8","html_url":"https://github.com/Soft/syslogng-pushbullet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soft%2Fsyslogng-pushbullet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soft%2Fsyslogng-pushbullet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soft%2Fsyslogng-pushbullet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soft%2Fsyslogng-pushbullet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Soft","download_url":"https://codeload.github.com/Soft/syslogng-pushbullet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040855,"owners_count":20551332,"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":["logging","monitoring","notifications","pushbullet","python2","syslog-ng"],"created_at":"2024-11-29T17:19:03.904Z","updated_at":"2025-03-23T01:18:16.401Z","avatar_url":"https://github.com/Soft.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# syslog-ng pushbullet destination\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n[Pushbullet](https://www.pushbullet.com) logging destination for [syslog-ng](https://www.syslog-ng.com).\nThis Python module enables sending log messages to Pushbullet clients.\n\n## Installation\n\n``` shell\nsudo ./setup.py install\n```\n\n## Example\n\nYou can use `syslogng-pushbullet` to get a notification to your phone whenever\n`sshd` accepts a key:\n\n```\ndestination pushbullet {\n  python(\n    class(\"syslogng_pushbullet.PushbulletDestination\")\n    on-error(\"fallback-to-string\")\n    options(\n      api_key(\"Your Pushbullet API key\")\n      device(\"Device nickname\")\n    )\n  );\n};\n\nfilter ssh_accept {\n  program(\"sshd\") and match(\"^Accepted publickey\" value(\"MESSAGE\"))\n};\n\nlog { source(src); filter(ssh_accept); destination(pushbullet); };\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoft%2Fsyslogng-pushbullet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoft%2Fsyslogng-pushbullet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoft%2Fsyslogng-pushbullet/lists"}