Skip to content

Commit

Permalink
infrastructure: cluster1: kube-prometheus-stack: Collect dnsmasq.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Jan 28, 2024
1 parent 6bcbf79 commit 58b59eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotfiles/guixsd/guixsd.scm
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,6 @@ location / {

(service prometheus-dnsmasq-service-type
(prometheus-dnsmasq-configuration
(listen-address "127.0.0.1:9153")
(prometheus-dnsmasq "/home/oleg/.nix-profile/bin/dnsmasq_exporter")))

(service openssh-service-type
Expand Down
5 changes: 5 additions & 0 deletions infrastructure/cluster1/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ prometheus:
- notebook.wugi.info:9100
scrape_interval: 5s
job_name: node
- static_configs:
- targets:
- 127.0.0.1:9153
honor_labels: true
job_name: dnsmasq
ingress:
enabled: true
ingressClassName: nginx
Expand Down

0 comments on commit 58b59eb

Please sign in to comment.