about summary refs log tree commit diff
path: root/pkgs/servers/monitoring
AgeCommit message (Collapse)AuthorFilesLines
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol5-5/+5
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-20Merge pull request #211621 from r-ryantm/auto-update/checkSSLCertFabian Affolter1-2/+2
checkSSLCert: 2.57.0 -> 2.58.0
2023-01-20Merge pull request #211031 from r-ryantm/auto-update/unpollerajs1241-3/+3
unpoller: 2.4.1 -> 2.7.10
2023-01-19checkSSLCert: 2.57.0 -> 2.58.0R. Ryantm1-2/+2
2023-01-19Merge pull request #207917 from SuperSandro2000/uptime-kumaSandro6-29479/+757
2023-01-16unpoller: 2.4.1 -> 2.7.10R. Ryantm1-3/+3
2023-01-14dmarc-metrics-exporter: 0.8.0 -> 0.9.0R. Ryantm1-3/+3
2023-01-14Merge pull request #209180 from NixOS/staging-nextMartin Weinelt1-1/+1
2023-01-14grafana-agent: 0.30.1 -> 0.30.2R. Ryantm1-3/+3
2023-01-12Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-3/+3
2023-01-12Merge pull request #210060 from r-ryantm/auto-update/prometheus-nut-exporterMario Rodas1-3/+3
prometheus-nut-exporter: 2.5.1 -> 2.5.2
2023-01-11Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-3/+3
2023-01-10Merge pull request #209713 from r-ryantm/auto-update/thanosJonas Heinrich1-3/+3
thanos: 0.29.0 -> 0.30.1
2023-01-10prometheus-nut-exporter: 2.5.1 -> 2.5.2R. Ryantm1-3/+3
2023-01-09Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-01-09karma: 0.108 -> 0.111R. Ryantm1-3/+3
2023-01-08thanos: 0.29.0 -> 0.30.1R. Ryantm1-3/+3
2023-01-03Merge staging-next into staginggithub-actions[bot]1-2/+2
2023-01-03vmagent: 1.85.0 -> 1.85.3R. Ryantm1-2/+2
2023-01-02Merge branch 'staging-next' into stagingJan Tojnar2-2/+23
- readline6 attribute removed from all-packages.nix in d879125d61a0be8ecb2afddaca8f2b0530db0260 - readline attribute was bumped to readline82 in 50adabdd60d590c951824974356a9ccb9bb73ffc
2022-12-31prometheus-xmpp-alerts: Fix broken binaryMoritz 'e1mo' Fromm1-0/+21
The binary was broken after the update to 0.5.6 (#205559) due to a regression in upstream (the module name was changed but not updated in the appropriate entrypoint). A patch is applied until fixed in upstream. A very simple test should detect future regressions like this and prevent breaking the package and associated module.
2022-12-31prometheus-nut-exporter: 2.5.0 -> 2.5.1R. Ryantm1-2/+2
2022-12-28Merge remote-tracking branch 'origin/staging-next' into stagingSergei Trofimovich3-7/+12
Conflicts: pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-27uptime-kuma: 1.18.5 -> 1.19.2Sandro Jäckel6-29479/+757
2022-12-26Merge pull request #207744 from figsoda/nix-update-scriptfigsoda1-1/+0
treewide: remove attrPath from nix-update-script calls
2022-12-26prometheus-nut-exporter: 2.4.2 -> 2.5.0R. Ryantm1-2/+2
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-1/+0
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26prometheus-alertmanager: add changelog to metaFabian Affolter1-3/+9
2022-12-26prometheus-alertmanager: 0.24.0 -> 0.25.0R. Ryantm1-3/+3
2022-12-25Merge branch 'staging-next' into stagingJan Tojnar5-49/+20
2022-12-23grafana-agent: 0.29.0 -> 0.30.1Jörg Thalheim1-4/+4
Diff: https://github.com/grafana/agent/compare/v0.29.0...v0.30.1
2022-12-20dmarc-metrics-exporter: 0.6.1 -> 0.8.0Maximilian Bosch1-9/+9
ChangeLogs: * https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.7.0 * https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.8.0 Co-authored-by: Artémis <git@artemix.org>
2022-12-20mimir: add update scriptJörg Thalheim1-3/+9
2022-12-20mimir: 2.4.0 -> 2.5.0Jörg Thalheim1-2/+2
Diff: https://github.com/grafana/mimir/compare/mimir-2.4.0...mimir-2.5.0 Updated using `nix-update --commit --build --version-regex 'mimir-([0-9.]+)' mimir`
2022-12-20mimir: drop left-overs from last revertJörg Thalheim1-3/+0
2022-12-20Revert "mimir: 2.4.0 -> 2.5.0"Jörg Thalheim3-36/+4
This reverts commit 4e371517033d31305a50509004bd3a7003a26afe. This broke the build as the source now returns 404. The script seems also more bloat over just using `nix-update --commit --build mimir`
2022-12-18Merge staging-next into staginggithub-actions[bot]1-5/+3
2022-12-18Merge pull request #202849 from mdlayher/mdl-modemmanagerBobby Rong1-5/+3
prometheus-modemmanager-exporter: 0.1.0 -> 0.2.0
2022-12-18Merge staging-next into staginggithub-actions[bot]4-5/+40
2022-12-17treewide: fix quoting of GITHUB_TOKEN in curlSandro Jäckel1-1/+1
2022-12-17vector: add update script to derivationhappysalada1-1/+1
2022-12-17mimir: 2.4.0 -> 2.5.0happysalada3-4/+39
2022-12-17Merge staging-next into staginggithub-actions[bot]1-3/+3
2022-12-16Merge pull request #205246 from Frostman/unpoller-2.4.0Sandro1-3/+3
2022-12-16Merge branch 'staging-next' into stagingVladimír Čunát1-2/+2
2022-12-16vmagent: 1.84.0 -> 1.85.0R. Ryantm1-2/+2
2022-12-15Merge staging-next into staginggithub-actions[bot]1-3/+3
2022-12-14telegraf: 1.24.4 -> 1.25.0R. Ryantm1-3/+3
2022-12-14Merge staging-next into staginggithub-actions[bot]1-2/+12
2022-12-14Merge pull request #205559 from SuperSandro2000/prometheus-xmpp-alertsFranz Pletz1-2/+12