nixpkgs/nixos
Maximilian Bosch aaf1e1c4fb statsd: restore support for {influx,librato,stackdriver} backends
These packages will be placed into an environment using
`backendsToPackages`. This function explicitly maps backends to
`pkgs.nodePackages.${type}` unless it's a builtin. This ensures that only
valid backends that work on NixOS are used (if not, the build already
breaks at evaluation time).

The log will be redirected to `stdout` to be able to watch the entire
output using `journalctl`.

Configuration parameters for the backends need to be set using
`services.statsd.extraConfig` as each backend has its own options and
all of them shouldn't be validated and checked explicitly and manually.
2017-12-04 16:56:16 +01:00
..
doc/manual Merge pull request #32212 from ryantrinkle/nat-port-forwarding-ranges 2017-12-04 12:05:05 +00:00
lib make-squashfs: Hack to avoid building images where nixos-install won't run 2017-12-03 03:37:45 +02:00
maintainers amazon-image: make derivation name configurable 2017-10-23 16:22:24 -04:00
modules statsd: restore support for {influx,librato,stackdriver} backends 2017-12-04 16:56:16 +01:00
tests vault: add nixos test 2017-12-04 12:59:52 +01:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix Merge pull request #31805 from gleber/make-switch-to-configuration-pure 2017-11-19 19:03:52 +00:00
release-small.nix php: pcre test blocks -small channels as well 2017-11-12 11:03:54 +01:00
release.nix vault: add nixos test 2017-12-04 12:59:52 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.