summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/node/defaults
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-12-31 00:44:15 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-12-31 00:44:15 +0100
commit815b15412f7e42a8981087fdd3a1fda00c33b956 (patch)
tree03d5a8b4d258f7e094e6306479da0fe01f741a08 /roles/monitoring/prometheus/exporter/node/defaults
parentsensors: init is now idempotent (diff)
prometheus/node: add textfile collector sensors (WIP)
Diffstat (limited to 'roles/monitoring/prometheus/exporter/node/defaults')
-rw-r--r--roles/monitoring/prometheus/exporter/node/defaults/main.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/roles/monitoring/prometheus/exporter/node/defaults/main.yml b/roles/monitoring/prometheus/exporter/node/defaults/main.yml
index 0bcea14f..9e8bcf8b 100644
--- a/roles/monitoring/prometheus/exporter/node/defaults/main.yml
+++ b/roles/monitoring/prometheus/exporter/node/defaults/main.yml
@@ -16,3 +16,39 @@ prometheus_exporter_node_textfile_collector_scripts:
- deleted-libraries
# - smartmon
# - chrony
+# - sensors
+
+# prometheus_exporter_node_textfile_collector__sensors:
+# i2c:
+# - number: 1
+# devices:
+# - name: blub
+# address: 0x5c
+# type: am2315
+# - address: 0x18
+# type: ds2482
+# - name: "10000900.i2c"
+# devices:
+# - address: 0x70
+# type: pca9548
+# channels:
+# - number: 0
+# devices:
+# - name: foo
+# address: 0x76
+# type: bme280
+# - number: 1
+# devices:
+# - name: bar
+# address: 0x77
+# type: bmp280
+# w1:
+# - name: temp1
+# address: 28-987654321098
+# - name: temp2
+# address: 28-012345678901
+# gpio:
+# - name: everything-is-fine-and-dandy
+# number: 0
+# - name: something-went-horribly-wrong
+# number: 1