1763 Commits
Author SHA1 Message Date
Arnout EngelenandGitHub a8c83a5e85 prometheus-imap-mailstat-exporter: 0.0.1 to 0.7.1 (#539034) 2026-07-18 21:57:13 +00:00
SandroandGitHub 435a7114a4 nixos/traccar: fix shellcheck warning in preStart script (#539734) 2026-07-18 16:15:57 +00:00
Henri Menke 6d3c620fa6 nixos/vnstat: add hmenke as maintainer 2026-07-16 12:11:12 +02:00
Henri Menke b6085fc020 nixos/vnstat: add RFC-42 settings 2026-07-16 12:01:22 +02:00
Preston Corless fdf59acde3 nixos/traccar: fix shellcheck warning in preStart script
Quote variable in `umask "$old_umask"` to satisfy shellcheck SC2086.
2026-07-08 16:18:15 -06:00
Arnout Engelen e36bc9af58 prometheus-imap-mailstat-exporter: 0.0.1 to 0.7.1 2026-07-06 18:02:39 +02:00
nixpkgs-ci[bot]andGitHub 248ddc1100 Merge master into staging-next 2026-06-25 12:49:17 +00:00
Bart Oostveen cd65877bf5 nixos/prometheus-exporters/mail-tlsa-check: init 2026-06-25 08:56:28 +02:00
SandroandGitHub 85881708dc prometheus-bind-exporter: 0.7.0 -> 0.8.0, bind: add json_c support (#489588) 2026-06-20 16:40:53 +00:00
Moraxyc b5916099b2 nixos/nezha: init 2026-06-17 13:01:17 +08:00
Martin Weinelt 8522bee21a scaphandre: drop
Marked broken in 25.05 with no visible progress upstream. In the meantime
its sole maintainer has been dropped, too.
2026-06-14 11:36:19 +02:00
xiaodong.jia 7e4a18608d prometheus-xray-exporter: switch to fork with user metrics working 2026-06-11 23:16:09 +08:00
xiaodong.jia f07ac86aa7 prometheus-xray-exporter: init at 0.2.0 2026-06-11 19:03:55 +08:00
Marie RamlowandGitHub e42104b5ba gs1200-exporter: init at 2.11.12 (#505127) 2026-06-08 19:02:28 +00:00
DerGrumpf cf53c7c917 nixos/gs1200-exporter: init module 2026-06-08 20:04:37 +02:00
SandroandGitHub b11fdca649 nixos/prometheus-elasticsearch-exporter: init (#525622) 2026-06-06 22:54:05 +00:00
Defelo 316a705cd7 nixos/flap-alerted: init module 2026-06-01 00:12:20 +02:00
cinereal 7195e583ce nixos/prometheus-elasticsearch-exporter: init
Add a `services.prometheus.exporters.elasticsearch` module wrapping
`pkgs.prometheus-elasticsearch-exporter`, which also supports OpenSearch.

Credentials are kept out of the process arguments and the store via an
`environmentFile` carrying `ES_USERNAME`/`ES_PASSWORD` or `ES_API_KEY`,
which override any auth embedded in `--es.uri`. Collector toggles go
through the framework's `extraFlags`.

A NixOS test exercises the exporter against a single-node OpenSearch
instance.

Assisted-by: claude-code: claude-opus-4-8 (planning) + claude-sonnet-4-8 (execution)
2026-05-30 09:15:23 +02:00
Florian KlinkandGitHub 27198194e5 Add podocarp/speedtest_exporter package and module (#514624) 2026-05-14 12:36:40 +00:00
Florian KlinkandGitHub 195fce926c Add siebenmann/zfs_exporter package and related module (#514423) 2026-05-07 12:32:10 +00:00
Michael Daniels 2e87c2f8f4 nixos/*: remove unused let bindings
Generated using deadnix (with some manual work); split from #514611.
2026-05-01 20:39:14 -04:00
Maximilian BoschandGitHub da2366fac5 vmalert: Fail if encountering missing rule paths (#514441) 2026-05-01 13:53:56 +00:00
Adam C. StephensandGitHub 1626880b72 grafana-to-ntfy: 0-unstable-2025-01-25 -> 2026.4.29, fix module bugs, add NixOS test (#503343) 2026-04-29 13:35:25 +00:00
kittyandrew e2534bd772 nixos/grafana-to-ntfy: apply nixfmt 2026-04-29 15:38:22 +03:00
xiaodong.jia aa2961d365 nixos/prometheus-exporters: fix missing port for speedtest exporter 2026-04-29 11:07:37 +08:00
xiaodong.jia 7d6226f856 nixos/prometheus-exporters: add speedtest exporter
Introduces the NixOS module for the danopstech speedtest Prometheus exporter.
Exposes serverID and serverFallback options matching the exporter's CLI flags.
2026-04-29 10:38:11 +08:00
Andreas Fuchs 29bdb29ab2 vmalert: Fail if encountering missing rule paths
Previously, when using toString for interpolating paths, the build process wouldn't attempt to copy the given path into the store; that would then result in hard-to-debug errors when running the vmalert service (it launches, but treats the missing as a non-issue, so you run with no alerting).

Instead, use string interpolation to resolve the file from the given path. This properly fails the build if a missing file is referenced.
2026-04-28 11:23:27 -04:00
xiaodong.jia c81f000203 nixos/prometheus-exporters: add zfs-siebenmann exporter
Introduces the NixOS module for the Siebenmann ZFS Prometheus exporter.
Exposes depth, fullPath, and pools options matching the exporter's CLI flags.
2026-04-28 22:07:32 +08:00
SandroandGitHub c55d2f7342 nixos/scrutiny: harden systemd service (#490630) 2026-04-26 20:11:16 +00:00
Franz PletzandGitHub cade73c0e5 grafana: 12.4.2 -> 13.0.1 (#513094) 2026-04-25 06:46:16 +00:00
Aliaksandr d9a2e3b3c0 nixos/prometheus-exporters/bind: update for bind_exporter 0.8.0
- Change default bindVersion from 'auto' to 'json' (new upstream default)
- Add 'json' and 'xml' to bindVersion enum options
- Remove deprecated 'xml.v2' option (dropped in 0.8.0)
2026-04-24 19:34:42 +03:00
Maximilian Bosch 4cafd52abf grafana: 12.4.2 -> 13.0.1
Announcement: https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v13-0/

ChangeLogs:
* https://github.com/grafana/grafana/releases/tag/v13.0.0
  (https://github.com/grafana/grafana/blob/b8475db9a78b2cae5ffa20ecbbca29d1ffdc24a3/CHANGELOG.md#1300-2026-04-14)
* https://github.com/grafana/grafana/releases/tag/v13.0.1
2026-04-24 14:26:37 +02:00
SandroandGitHub f368a8ff21 nixos/prometheus: remove absolute path literals (#511569) 2026-04-23 23:22:01 +00:00
Vladimír ČunátandGitHub 9cadaf6932 staging-next 2026-04-07 (#507470) 2026-04-22 15:21:43 +02:00
Ilan JoselevichandGitHub 617306490c Revert "nixos/prometheus-exporters: add socketOpts and use for node-exporter & postfix-exporter" 2026-04-21 10:18:30 +01:00
Ameer Taweel cf3e31dcf0 nixos/prometheus: remove absolute path literals 2026-04-20 07:01:12 +00:00
nixpkgs-ci[bot]andGitHub 6dd3c7dbf7 Merge master into staging-next 2026-04-17 12:21:09 +00:00
YorickandGitHub e5ecd621ae nixos/vlagent: fix typo in command line (#510600) 2026-04-17 07:16:00 +00:00
nixpkgs-ci[bot]andGitHub 66be93a062 Merge master into staging-next 2026-04-17 00:31:43 +00:00
Ilan Joselevich 9abcb29cd4 nixos/prometheus-postfix-exporter: use socket activation
Run postfix_exporter with `--web.systemd-socket` and move the
listen-address/port configuration into a companion `.socket` unit.
2026-04-16 20:56:42 +01:00
Ilan Joselevich 6a7bcd4fbb nixos/prometheus-node-exporter: use socket activation
Run node_exporter with `--web.systemd-socket` and move the
listen-address/port configuration into a companion `.socket` unit.

Closes https://github.com/NixOS/nixpkgs/issues/510379
2026-04-16 20:56:37 +01:00
Ilan Joselevich 2737d78336 nixos/prometheus-exporters: add socketOpts to the exporter interface
Allows individual exporter modules to describe an accompanying
`systemd.sockets.prometheus-${name}-exporter` unit alongside their
service, enabling socket activation support.
2026-04-16 20:50:11 +01:00
Yorick van Pelt f2c1a39cef nixos/vlagent: fix typo in command line 2026-04-16 16:04:47 +02:00
K900 48a8193e0b Merge remote-tracking branch 'origin/master' into staging-next 2026-04-14 23:11:24 +03:00
SandroandGitHub edeba6299f librenms: 26.2.0 -> 26.3.1 (#509943) 2026-04-14 15:08:52 +00:00
SandroandGitHub dd3c980161 prometheus-fail2ban-exporter: init at 0.10.3, nixos/prometheus-exporters/fail2ban: init (#494160) 2026-04-14 12:37:14 +00:00
nixpkgs-ci[bot]andGitHub f1faf73ddd Merge master into staging-next 2026-04-14 12:22:36 +00:00
Jennifer Graul ede52337ad nixos/librenms: remove mtr since it is not used anymore
The runtime dependency mtr was removed among others in PR
https://github.com/librenms/librenms/pull/19131 for security reasons.
2026-04-14 14:02:37 +02:00
JennyandGitHub d68f5f8c9c nixos/librenms: Use new Artisan Console Command (#503180) 2026-04-14 11:36:56 +00:00
nixpkgs-ci[bot]andGitHub 558c8fab8e Merge master into staging-next 2026-04-13 15:02:49 +00:00