mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-17 13:14:56 +01:00
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.
|
||
|---|---|---|
| .. | ||
| dd-agent | ||
| prometheus | ||
| apcupsd.nix | ||
| arbtt.nix | ||
| bosun.nix | ||
| cadvisor.nix | ||
| collectd.nix | ||
| das_watchdog.nix | ||
| fusion-inventory.nix | ||
| grafana.nix | ||
| graphite.nix | ||
| hdaps.nix | ||
| heapster.nix | ||
| longview.nix | ||
| monit.nix | ||
| munin.nix | ||
| nagios.nix | ||
| netdata.nix | ||
| osquery.nix | ||
| riemann-dash.nix | ||
| riemann-tools.nix | ||
| riemann.nix | ||
| scollector.nix | ||
| smartd.nix | ||
| statsd.nix | ||
| sysstat.nix | ||
| systemhealth.nix | ||
| teamviewer.nix | ||
| telegraf.nix | ||
| ups.nix | ||
| uptime.nix | ||
| vnstat.nix | ||
| zabbix-agent.nix | ||
| zabbix-server.nix | ||