Coder Social home page Coder Social logo

aiven-open / journalpump Goto Github PK

View Code? Open in Web Editor NEW
58.0 78.0 20.0 745 KB

systemd journald to aws_cloudwatch, elasticsearch, google cloud logging, kafka, rsyslog or logplex log sender

License: Apache License 2.0

Makefile 0.81% Python 99.19%
journald elasticsearch kafka logplex message-pump

journalpump's People

Contributors

aihessu avatar aindriu-aiven avatar aiven-amartin avatar alexole avatar axeoman avatar bugant avatar facetoe avatar fingon avatar hackaugusto avatar hnousiainen avatar ivanyu avatar jlprat avatar jvtm avatar kmichel-aiven avatar lionbee avatar melor avatar mhoffm-aiven avatar mteiste avatar narsimoes avatar nicois avatar oikarinen avatar omarayad-aiven avatar ormod avatar rikonen avatar saaros avatar sebinsunny avatar staaldraad avatar tsharju avatar willrouesnel-aivenio avatar willyborankin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

journalpump's Issues

Installation instructions for Fedora: Bad practice

I don't know about whether this is a normal thing to do in Debian land, but in Fedora and derivatives, there's one general rule towards using rpm as a low-level tool for managing packages: Don't.
tl;dr: Instruct users to run su -c 'dnf install --nogpgcheck ...' for recent versions of Fedora, su -c 'yum install --nogpgcheck ...' for older versions including recent RHEL and CentOS.

Reasons: dnf and yum wrap RPM operations in safe transactions and also log them to a special transaction log which can be inspected and operated upon, including rollbacks.
Please don't punish Fedora users for features Debian doesn't provide.

Python2 tests fail on Fedora 23

Running make test PYTHON=python2 gives me

python2 -m pylint.lint --rcfile .pylintrc kafkajournalpump/
************* Module kafkajournalpump.daemon
C:199, 0: Unnecessary parens after 'print' keyword (superfluous-parens)
E: 32,15: Undefined variable 'FileNotFoundError' (undefined-variable)
E: 85,11: Undefined variable 'FileNotFoundError' (undefined-variable)
C: 96, 0: Old-style class defined. (old-style-class)
E:152,15: Undefined variable 'FileNotFoundError' (undefined-variable)
E:184,32: Undefined variable 'ProcessLookupError' (undefined-variable)
************* Module kafkajournalpump.kafkajournalpump
W:  9, 0: Module import itself (import-self)
C:205, 0: Old-style class defined. (old-style-class)
E:213,37: Module 'time' has no 'monotonic' member (no-member)
E:229,37: Module 'time' has no 'monotonic' member (no-member)
E:235,41: Module 'time' has no 'monotonic' member (no-member)
E:350,23: Module 'time' has no 'monotonic' member (no-member)
E:354,64: Module 'time' has no 'monotonic' member (no-member)
Makefile:15: recipe for target 'pylint' failed
make: *** [pylint] Error 22

OS: Fedora 23
python2 --version: 2.7.10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.