{"id":16644900,"url":"https://github.com/toyama0919/fluent-plugin-exec_cron","last_synced_at":"2025-10-30T12:31:21.182Z","repository":{"id":32752341,"uuid":"36343320","full_name":"toyama0919/fluent-plugin-exec_cron","owner":"toyama0919","description":null,"archived":false,"fork":false,"pushed_at":"2016-01-18T01:25:26.000Z","size":11,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T21:01:16.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/toyama0919.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-05-27T04:42:11.000Z","updated_at":"2017-08-08T01:50:41.000Z","dependencies_parsed_at":"2022-09-09T01:00:57.728Z","dependency_job_id":null,"html_url":"https://github.com/toyama0919/fluent-plugin-exec_cron","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Ffluent-plugin-exec_cron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Ffluent-plugin-exec_cron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Ffluent-plugin-exec_cron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Ffluent-plugin-exec_cron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toyama0919","download_url":"https://codeload.github.com/toyama0919/fluent-plugin-exec_cron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238968213,"owners_count":19560585,"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-10-12T08:12:38.546Z","updated_at":"2025-10-30T12:31:15.873Z","avatar_url":"https://github.com/toyama0919.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-exec_cron [![Build Status](https://secure.travis-ci.org/toyama0919/fluent-plugin-exec_cron.png?branch=master)](http://travis-ci.org/toyama0919/fluent-plugin-exec_cron)\n\nexecutes external programs with cron syntax.\n\n## Examples\n\n### minutely\n```\n\u003csource\u003e\n  type exec_cron\n  tag exec_cron.example\n  command echo '{\"a\":\"a\"}'\n  format json\n  cron * * * * *\n  graceful_shutdown false\n\u003c/source\u003e\n\n\u003cmatch exec_cron.example\u003e\n  type stdout\n\u003c/match\u003e\n```\n\n#### output\n```\n2015-05-27 13:07:00 +0900 exec_cron.example: {\"a\":\"a\"}\n2015-05-27 13:08:00 +0900 exec_cron.example: {\"a\":\"a\"}\n2015-05-27 13:09:00 +0900 exec_cron.example: {\"a\":\"a\"}\n2015-05-27 13:10:00 +0900 exec_cron.example: {\"a\":\"a\"}\n2015-05-27 13:11:00 +0900 exec_cron.example: {\"a\":\"a\"}\n2015-05-27 13:12:00 +0900 exec_cron.example: {\"a\":\"a\"}\n```\n\n### hourly\n```\n\u003csource\u003e\n  type exec_cron\n  tag exec_cron.example\n  command echo '{\"a\":\"a\"}'\n  format json\n  cron 0 * * * *\n  graceful_shutdown true\n\u003c/source\u003e\n\n\u003cmatch exec_cron.example\u003e\n  type stdout\n\u003c/match\u003e\n```\n\n#### output\n```\n2015-05-27 12:00:00 +0900 exec_cron.example: {\"a\":\"a\"}\n2015-05-27 13:00:00 +0900 exec_cron.example: {\"a\":\"a\"}\n```\n\n\n## Installation\n```\nsudo td-agent-gem install fluent-plugin-exec_cron\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new [Pull Request](../../pull/new/master)\n\n## Information\n\n* [Homepage](https://github.com/toyama0919/fluent-plugin-exec_cron)\n* [Issues](https://github.com/toyama0919/fluent-plugin-exec_cron/issues)\n* [Documentation](http://rubydoc.info/gems/fluent-plugin-exec_cron/frames)\n* [Email](mailto:toyama0919@gmail.com)\n\n## Copyright\n\nCopyright (c) 2015 Hiroshi Toyama\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Ffluent-plugin-exec_cron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoyama0919%2Ffluent-plugin-exec_cron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Ffluent-plugin-exec_cron/lists"}