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] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
network--ge-3_0_0

network ≥ 3.0.0

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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.6.3.1 && <2.9 || >=3.0 && <3.2), network-bsd (>=2.8.1 && <2.9), text (<1.3), time (<1.10), unix (<2.8) [details]
License BSD-3-Clause
Author Jon Childress <jon@childr.es>
Maintainer Konstantine Rybnikov <k-bx@k-bx.com>
Category System
Home page https://github.com/k-bx/hsyslog-udp
Bug tracker https://github.com/k-bx/hsyslog-udp/issues
Source repo head: git clone git://github.com/k-bx/hsyslog-udp.git
Uploaded by k_bx at 2020-03-10T18:47:15Z
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 2020-03-10 [all 1 reports]

Readme for hsyslog-udp-0.2.5

[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.