Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"specversion": "1.0",
|
||||
"id": "845f6aca-e52a-11ed-9976-d8bbc1a4a0c6",
|
||||
"source": "telegraf",
|
||||
"type": "com.influxdata.telegraf.metric",
|
||||
"datacontenttype": "application/json",
|
||||
"data": {
|
||||
"fields": {
|
||||
"usage_guest": 0,
|
||||
"usage_guest_nice": 0,
|
||||
"usage_idle": 99.62546816517232,
|
||||
"usage_iowait": 0,
|
||||
"usage_irq": 0.12484394506911513,
|
||||
"usage_nice": 0,
|
||||
"usage_softirq": 0,
|
||||
"usage_steal": 0,
|
||||
"usage_system": 0.12484394506840547,
|
||||
"usage_user": 0.12484394507124409
|
||||
},
|
||||
"name": "cpu",
|
||||
"tags": {
|
||||
"cpu": "cpu-total",
|
||||
"host": "Hugin"
|
||||
},
|
||||
"timestamp": 1682613051000000000
|
||||
},
|
||||
"time": "2023-04-27T16:30:51Z"
|
||||
}
|
||||
]
|
|
@ -0,0 +1 @@
|
|||
cpu,cpu=cpu-total,host=Hugin usage_idle=99.62546816517232,usage_irq=0.12484394506911513,usage_softirq=0,usage_guest_nice=0,usage_steal=0,usage_guest=0,usage_user=0.12484394507124409,usage_system=0.12484394506840547,usage_nice=0,usage_iowait=0 1682613051000000000
|
|
@ -0,0 +1,2 @@
|
|||
[[outputs.dummy]]
|
||||
data_format = "cloudevents"
|
Loading…
Add table
Add a link
Reference in a new issue