This commit is contained in:
Pierre Pronchery 2005-09-25 03:32:59 +00:00
parent a522f16258
commit e2cad2b7a3

View File

@ -150,6 +150,7 @@ static int _new_probe(AppInterface * appinterface)
ret += _new_append(appinterface, AICT_UINT32, "load1", 0);
ret += _new_append(appinterface, AICT_UINT32, "load5", 0);
ret += _new_append(appinterface, AICT_UINT32, "load15", 0);
ret += _new_append(appinterface, AICT_UINT32, "procs", 0);
return ret;
}