{"id":15517030,"url":"https://github.com/deric/puppet-ulogd","last_synced_at":"2026-01-07T15:49:42.537Z","repository":{"id":257027623,"uuid":"857295474","full_name":"deric/puppet-ulogd","owner":"deric","description":"Manage user-space logging daemon","archived":false,"fork":false,"pushed_at":"2024-09-14T11:53:36.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T12:07:25.314Z","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/deric.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-14T09:17:17.000Z","updated_at":"2024-09-14T11:52:53.000Z","dependencies_parsed_at":"2024-09-14T12:21:29.444Z","dependency_job_id":"a34dc6bc-4045-4568-8cdb-aa97e49dbea2","html_url":"https://github.com/deric/puppet-ulogd","commit_stats":null,"previous_names":["deric/puppet-ulogd"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-ulogd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-ulogd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-ulogd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-ulogd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deric","download_url":"https://codeload.github.com/deric/puppet-ulogd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241960797,"owners_count":20049340,"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-02T10:10:56.633Z","updated_at":"2026-01-07T15:49:42.484Z","avatar_url":"https://github.com/deric.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-ulogd\n\n[![Puppet Forge](http://img.shields.io/puppetforge/v/deric/ulogd.svg)](https://forge.puppet.com/modules/deric/ulogd) [![Tests](https://github.com/deric/puppet-ulogd/actions/workflows/test.yml/badge.svg)](https://github.com/deric/puppet-ulogd/actions/workflows/test.yml)\n\n`ulogd` is a userspace logging daemon into which you can feed netfilter data and have it log it in a flexible way, to multiple different formats and destinations.\n\n## Usage\n\n```puppet\ninclude ulogd\n```\n\nFollowing config:\n\n```yaml\nulogd::config:\n  global:\n    stack: log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU\n  log2:\n    group: 2\n  emu1:\n    file: /var/log/firewall.log\n    sync: 1\n```\n\ncan be used to log iptables rules with `-j NFLOG --nflog-group 2`\n```\n-A INPUT -m limit --limit 1/s -p icmp -j NFLOG --nflog-group 2 --nflog-prefix \"ICMP:\"\n```\n\n`nflog-group` number needs to match log group in `ulogd` config.\n\nLoad only selected plugins:\n```yaml\nulogd::plugins:\n  - ulogd_inppkt_NFLOG.so\n  - ulogd_output_LOGEMU.so\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-ulogd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderic%2Fpuppet-ulogd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-ulogd/lists"}