2021-03-17 18:00:09 +01:00
|
|
|
{
|
|
|
|
"sink": {
|
2021-05-18 15:41:49 +02:00
|
|
|
"user": "testuser",
|
|
|
|
"password": "testpass",
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": "8087",
|
2021-03-26 16:48:09 +01:00
|
|
|
"database": "testdb",
|
2021-05-18 15:41:49 +02:00
|
|
|
"organization": "testorg",
|
|
|
|
"type": "influxdb"
|
2021-03-17 18:00:09 +01:00
|
|
|
},
|
2021-03-25 14:47:44 +01:00
|
|
|
"interval" : 3,
|
|
|
|
"duration" : 1,
|
|
|
|
"collectors": [
|
|
|
|
"memstat",
|
|
|
|
"loadavg",
|
2021-03-25 15:55:06 +01:00
|
|
|
"netstat",
|
2021-03-25 16:52:28 +01:00
|
|
|
"ibstat",
|
2021-05-12 16:57:18 +02:00
|
|
|
"lustrestat",
|
2021-05-12 17:47:12 +02:00
|
|
|
"cpustat",
|
|
|
|
"topprocs"
|
2021-05-18 15:41:49 +02:00
|
|
|
],
|
|
|
|
"receiver": {
|
|
|
|
"type": "none"
|
|
|
|
}
|
2021-03-17 18:00:09 +01:00
|
|
|
}
|