collectd: add uci config support

Add uci config support.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2019-02-27 12:09:23 +01:00
parent d826eb27f4
commit 3d15ebca31
33 changed files with 563 additions and 45 deletions
@@ -0,0 +1,2 @@
{
}
@@ -0,0 +1,2 @@
{
}
@@ -0,0 +1,2 @@
{
}
@@ -0,0 +1,2 @@
{
}
@@ -0,0 +1,8 @@
{
"string": [
"DataDir"
],
"bool": [
"StoreRates"
]
}
@@ -0,0 +1,10 @@
{
"bool": [
"IgnoreSelected"
],
"list": [
"Device",
"MountPoint",
"FSType"
]
}
@@ -0,0 +1,8 @@
{
"bool": [
"IgnoreSelected"
],
"list": [
"Disk"
]
}
@@ -0,0 +1,6 @@
{
"list": [
"Interface",
"IgnoreSource"
]
}
@@ -0,0 +1,8 @@
{
"string": [
"SocketFile",
"SocketGroup",
"SocketPerms",
"MaxConns"
]
}
@@ -0,0 +1,2 @@
{
}
@@ -0,0 +1,2 @@
{
}
@@ -0,0 +1,8 @@
{
"bool": [
"IgnoreSelected"
],
"list": [
"Interface"
]
}
@@ -0,0 +1,8 @@
{
"bool": [
"IgnoreSelected"
],
"list": [
"Irq"
]
}
@@ -0,0 +1,8 @@
{
"bool": [
"IgnoreSelected"
],
"list": [
"Interface"
]
}
@@ -0,0 +1,2 @@
{
}
@@ -0,0 +1,8 @@
{
"string": [
"BasePath"
],
"list": [
"Script"
]
}
@@ -0,0 +1,2 @@
{
}
@@ -0,0 +1,12 @@
{
"bool": [
"IgnoreSelected"
],
"list": [
"Interface",
"VerboseInterface",
"QDisc",
"Classe",
"Filter"
]
}
@@ -0,0 +1,5 @@
{
"string": [
"UPS"
]
}
@@ -0,0 +1,9 @@
{
"string": [
"Host",
"Port",
"CollectLinks",
"CollectRoutes",
"CollectTopology"
]
}
@@ -0,0 +1,11 @@
{
"string": [
"StatusFile"
],
"bool": [
"CollectIndividualUsers",
"CollectUserCount",
"CollectCompression",
"ImprovedNamingSchema"
]
}
@@ -0,0 +1,9 @@
{
"string": [
"TTL",
"Interval"
],
"list": [
"Host"
]
}
@@ -0,0 +1,5 @@
{
"list": [
"Process"
]
}
@@ -0,0 +1,17 @@
{
"string": [
"DataDir",
"StepSize",
"HeartBeat",
"RRARows",
"XFF",
"CacheFlush",
"CacheTimeout"
],
"bool": [
"RRASingle"
],
"list": [
"RRATimespan"
]
}
@@ -0,0 +1,8 @@
{
"bool": [
"IgnoreSelected"
],
"list": [
"Sensor"
]
}
@@ -0,0 +1,9 @@
{
"bool": [
"ListeningPorts"
],
"list": [
"LocalPort",
"RemotePort"
]
}
@@ -0,0 +1,8 @@
{
"bool": [
"IgnoreSelected"
],
"list": [
"Device"
]
}
@@ -0,0 +1,7 @@
{
"string": [
"SocketFile",
"SocketGroup",
"SocketPerms"
]
}
@@ -0,0 +1,2 @@
{
}