hsyslog-udp: Log to syslog over a network via UDP

[ bsd3, library, system ] [ Propose Tags ]

Supports RFC 5424, RFC 3164, or any arbitrary protocol.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5
Dependencies base (>=3 && <5), bytestring (<0.11), hsyslog (>=5 && <6), network (<2.8), text (<1.3), time (<1.9), unix (<2.8) [details]
License BSD-3-Clause
Author Jon Childress <jon@childr.es>
Maintainer Kostiantyn Rybnikov <konstantine@thoughtleadr.com>
Category System
Home page https://github.com/ThoughtLeadr/hsyslog-udp
Bug tracker https://github.com/ThoughtLeadr/hsyslog-udp/issues
Source repo head: git clone git://github.com/ThoughtLeadr/hsyslog-udp.git
Uploaded by k_bx at 2018-07-04T19:37:03Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 4666 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-04 [all 1 reports]

Readme for hsyslog-udp-0.2.3

[back to package description]

hsyslog-udp

Syslog via UDP in Haskell, supporting message protocols like RFC 5424, RFC 3164, or any arbitrary protocol.

TODO (in priority order):

  • support for STRUCTURED-DATA
  • optional validation of string identifiers such as APP-NAME or MSGID
  • ensure resolveUdpAddress is actually a datagram socket.