Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkholodkov/nginx-udplog-module
Implementation of logging using BSD Syslog Protocol for nginx (RFC 3164)
https://github.com/vkholodkov/nginx-udplog-module
Last synced: 2 months ago
JSON representation
Implementation of logging using BSD Syslog Protocol for nginx (RFC 3164)
- Host: GitHub
- URL: https://github.com/vkholodkov/nginx-udplog-module
- Owner: vkholodkov
- License: other
- Created: 2010-01-05T17:17:16.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-09T10:35:48.000Z (over 13 years ago)
- Last Synced: 2024-10-31T05:51:37.327Z (2 months ago)
- Language: C
- Homepage: http://www.grid.net.ru/nginx/udplog.en.html
- Size: 492 KB
- Stars: 29
- Watchers: 5
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-nginx - nginx-udplog-module - Implementation of logging using BSD Syslog Protocol for nginx (RFC 3164). (Third Party Modules / C Modules)
README
Two differences from the original work:
- the default for udplog is off.
- access_udplog takes an optional 3rd argument "bare":
access_udplog 1.1.1.1:100 loghost bare;If bare is specified, the message is sent exactly as specified in the logformat directive without any change.
This can be used for udp logging to non-syslog hosts.Documentation for this module could be found under following URLs:
* English:
http://www.grid.net.ru/nginx/udplog.en.html
* Russian:
http://www.grid.net.ru/nginx/udplog.ru.html