Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 2f371536f267
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cac9f0881038
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 18, 2018

  1. journaldriver: init at 1.0.0

    tazjin committed Jun 18, 2018
    Copy the full SHA
    1b08966 View commit details
    Browse the repository at this point in the history
  2. nixos/journaldriver: add module for journaldriver log forwarder

    Adds a module for running the journaldriver log forwarding agent via
    systemd.
    
    The agent can be deployed on both GCP instances and machines hosted
    elsewhere to forward all logs from journald to Stackdriver Logging.
    
    Consult the module options and upstream documentation for more
    information.
    
    Implementation notes:
    
    * The service unit is configured to use systemd's dynamic user feature
      which will let systemd set up the state directory and appropriate
      user configuration at unit launch time instead of hardcoding it.
    
    * The module depends on `network-online.target` to prevent a situation
      where journaldriver is failing and restarting multiple times before
      the network is online.
    tazjin committed Jun 18, 2018
    Copy the full SHA
    59e5aab View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Merge pull request #42134 from tazjin/feat/journaldriver

    Add package & NixOS module for journaldriver
    fpletz committed Jun 20, 2018
    Copy the full SHA
    cac9f08 View commit details
    Browse the repository at this point in the history