This commit is contained in:
slguan 2019-08-09 15:25:12 +08:00
parent bcc1b40619
commit eb82d86903
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ static const char DEFAULT_TELEGRAF_CFG[] =
"{\"name\":\"system\",\"tbname\":\"system_uptime\",\"fields\":[\"uptime\"]},"
"{\"name\":\"system\",\"tbname\":\"system_uptime_format\",\"fields\":[\"uptime_format\"]},"
"{\"name\":\"swap\",\"tbname\":\"swap_in\",\"fields\":[\"in\"]},"
"{\"name\":\"cpu\",\"tbname\":\"cpu_time\",\"fields\":[\"time_active\",\"time_guest\"]}"
"{\"name\":\"cpu\",\"tbname\":\"cpu_usage\",\"fields\":[\"usage_active\",\"usage_guest\"]}"
"]}";
typedef struct {