1
0
Fork 0

Adding upstream version 1.34.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-24 07:26:29 +02:00
parent e393c3af3f
commit 4978089aab
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4963 changed files with 677545 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[processors.split]]
drop_original = true
[[processors.split.template]]
name = "sensor1"
fields = ["sensor1_channel1", "sensor1_channel2"]
[[processors.split.template]]
name = "sensor2"
fields = ["sensor2_channel1", "sensor2_channel2"]

View file

@ -0,0 +1,2 @@
sensor1 sensor1_channel1=4i,sensor1_channel2=2i 1684784689000000000
sensor2 sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000

View file

@ -0,0 +1 @@
metric sensor1_channel1=4i,sensor1_channel2=2i,sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000

View file

@ -0,0 +1,9 @@
[[processors.split]]
[[processors.split.template]]
name = "sensor1"
fields = ["sensor1*"]
tags = ["sensor1*", "host"]
[[processors.split.template]]
name = "sensor2"
fields = ["sensor2*"]
tags = ["sensor2*", "host"]

View file

@ -0,0 +1,3 @@
metric,sensor1_status=active,sensor2_status=failed,host=foobar sensor1_channel1=4i,sensor1_channel2=2i,sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000
sensor1,sensor1_status=active,host=foobar sensor1_channel1=4i,sensor1_channel2=2i 1684784689000000000
sensor2,sensor2_status=failed,host=foobar sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000

View file

@ -0,0 +1 @@
metric,sensor1_status=active,sensor2_status=failed,host=foobar sensor1_channel1=4i,sensor1_channel2=2i,sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000

View file

@ -0,0 +1,7 @@
[[processors.split]]
[[processors.split.template]]
name = "sensor1"
fields = ["sensor1_channel1", "sensor1_channel2"]
[[processors.split.template]]
name = "sensor2"
fields = ["sensor2_channel1", "sensor2_channel2"]

View file

@ -0,0 +1 @@
metric,tag=fake value=42 1684784689000000000

View file

@ -0,0 +1 @@
metric,tag=fake value=42 1684784689000000000

View file

@ -0,0 +1,7 @@
[[processors.split]]
[[processors.split.template]]
name = "sensor1"
fields = ["sensor1_channel1", "sensor1_channel2"]
[[processors.split.template]]
name = "sensor2"
fields = ["sensor2_channel1", "sensor2_channel2"]

View file

@ -0,0 +1,3 @@
metric sensor1_channel1=4i,sensor1_channel2=2i,sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000
sensor1 sensor1_channel1=4i,sensor1_channel2=2i 1684784689000000000
sensor2 sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000

View file

@ -0,0 +1 @@
metric sensor1_channel1=4i,sensor1_channel2=2i,sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000

View file

@ -0,0 +1,9 @@
[[processors.split]]
[[processors.split.template]]
name = "sensor1"
fields = ["sensor1_channel1", "sensor1_channel2"]
tags = ["status", "hostname"]
[[processors.split.template]]
name = "sensor2"
fields = ["sensor2_channel1", "sensor2_channel2"]
tags = ["status", "hostname"]

View file

@ -0,0 +1,3 @@
metric,status=active,hostname=foobar sensor1_channel1=4i,sensor1_channel2=2i,sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000
sensor1,status=active,hostname=foobar sensor1_channel1=4i,sensor1_channel2=2i 1684784689000000000
sensor2,status=active,hostname=foobar sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000

View file

@ -0,0 +1 @@
metric,status=active,hostname=foobar sensor1_channel1=4i,sensor1_channel2=2i,sensor2_channel1=1i,sensor2_channel2=2i 1684784689000000000