[PR #62] [MERGED] feat: monitoring + containers #94

Closed
opened 2025-12-29 04:21:24 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/62
Author: @ryan4yin
Created: 2/17/2024
Status: Merged
Merged: 2/17/2024
Merged by: @ryan4yin

Base: mainHead: monitoring


📝 Commits (1)

  • b6e51e1 feat: monitoring + containers - grafana + prometheus + node_exporter + other exporters

📊 Changes

25 files changed (+750 additions, -195 deletions)

View changed files

📝 flake.lock (+3 -3)
📝 hosts/homelab_tailscale_gw/proxy.nix (+1 -0)
📝 hosts/idols_aquamarine/router.nix (+1 -0)
📝 hosts/idols_kana/README.md (+9 -8)
📝 hosts/idols_kana/default.nix (+7 -1)
hosts/idols_kana/oci-containers/dashy/dashy_conf.yml (+242 -0)
hosts/idols_kana/oci-containers/dashy/default.nix (+24 -0)
hosts/idols_kana/oci-containers/default.nix (+28 -0)
📝 hosts/idols_kana/transmission.nix (+19 -14)
📝 hosts/idols_kana/uptime-kuma.nix (+3 -4)
📝 hosts/idols_ruby/README.md (+3 -2)
📝 hosts/idols_ruby/default.nix (+6 -4)
hosts/idols_ruby/exporters/default.nix (+3 -0)
hosts/idols_ruby/exporters/pve.nix (+4 -0)
hosts/idols_ruby/grafana/dashboards.yml (+0 -0)
hosts/idols_ruby/grafana/datasources.yml (+0 -0)
hosts/idols_ruby/grafana/default.nix (+52 -0)
hosts/idols_ruby/prometheus/alerting_rules.yml (+0 -0)
hosts/idols_ruby/prometheus/default.nix (+108 -0)
hosts/idols_ruby/prometheus/recording_rules.yml (+0 -0)

...and 5 more files

📄 Description

  • monitoring: grafana + prometheus + node_exporter + other exporters
  • containers: dashy, ...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ryan4yin/nix-config/pull/62 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 2/17/2024 **Status:** ✅ Merged **Merged:** 2/17/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `monitoring` --- ### 📝 Commits (1) - [`b6e51e1`](https://github.com/ryan4yin/nix-config/commit/b6e51e1950d4a54a39c78955fe1b178d0ba18426) feat: monitoring + containers - grafana + prometheus + node_exporter + other exporters ### 📊 Changes **25 files changed** (+750 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `flake.lock` (+3 -3) 📝 `hosts/homelab_tailscale_gw/proxy.nix` (+1 -0) 📝 `hosts/idols_aquamarine/router.nix` (+1 -0) 📝 `hosts/idols_kana/README.md` (+9 -8) 📝 `hosts/idols_kana/default.nix` (+7 -1) ➕ `hosts/idols_kana/oci-containers/dashy/dashy_conf.yml` (+242 -0) ➕ `hosts/idols_kana/oci-containers/dashy/default.nix` (+24 -0) ➕ `hosts/idols_kana/oci-containers/default.nix` (+28 -0) 📝 `hosts/idols_kana/transmission.nix` (+19 -14) 📝 `hosts/idols_kana/uptime-kuma.nix` (+3 -4) 📝 `hosts/idols_ruby/README.md` (+3 -2) 📝 `hosts/idols_ruby/default.nix` (+6 -4) ➕ `hosts/idols_ruby/exporters/default.nix` (+3 -0) ➕ `hosts/idols_ruby/exporters/pve.nix` (+4 -0) ➕ `hosts/idols_ruby/grafana/dashboards.yml` (+0 -0) ➕ `hosts/idols_ruby/grafana/datasources.yml` (+0 -0) ➕ `hosts/idols_ruby/grafana/default.nix` (+52 -0) ➕ `hosts/idols_ruby/prometheus/alerting_rules.yml` (+0 -0) ➕ `hosts/idols_ruby/prometheus/default.nix` (+108 -0) ➕ `hosts/idols_ruby/prometheus/recording_rules.yml` (+0 -0) _...and 5 more files_ </details> ### 📄 Description - monitoring: grafana + prometheus + node_exporter + other exporters - containers: dashy, ... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 04:21:24 +01:00
adam closed this issue 2025-12-29 04:21:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config-ryan4yin#94