Authored by qinchao

专线宽带1分钟调用一次

... ... @@ -57,6 +57,7 @@ public class QcloudBandwidthTask {
params.put("namespace", "qce/dc_line");
params.put("metricName", "outtraffic");
params.put("period",60);
params.put("dimensions.0.name", "directconnectid");
params.put("dimensions.0.value", "dc-8l7zjltz");
params.put("startTime", startTime);
... ...
... ... @@ -14,7 +14,7 @@ cron_task_dns_monit=0 1/5 * * * ?
cron_task_project_status=0 0/3 * * * ?
cron.task.bandwidth=1 0/5 * * * ?
cron.task.bandwidth=1 0/1 * * * ?
cron_task_javaapi_monitor=0 0/1 * * * ?
... ...
... ... @@ -14,7 +14,7 @@ cron_task_dns_monit=0 1/5 * * * ?
cron_task_project_status=0 0/3 * * * ?
cron.task.bandwidth=1 0/5 * * * ?
cron.task.bandwidth=1 0/1 * * * ?
cron_task_javaapi_monitor=0 0/1 * * * ?
... ...