<%doc> Device Polling Statistics - Time <%args> <%attr> title => "Reports: Device Polling Time" meta_refresh => 3600 <%init> my $web_path = $r->dir_config('NetdotPath');
Device Polling Time

Device Polling time statistics:

% print $ui->rrd_graph(type=>'time', period=>'-1d', web_path=>$web_path, img=>"1d_time_stats.png", title=>"Last day");

% print $ui->rrd_graph(type=>'time', period=>'-1w', web_path=>$web_path, img=>"1w_time_stats.png", title=>"Last Week");

% print $ui->rrd_graph(type=>'time', period=>'-1m', web_path=>$web_path, img=>"1m_time_stats.png", title=>"Last Month");

% print $ui->rrd_graph(type=>'time', period=>'-1y', web_path=>$web_path, img=>"1y_time_stats.png", title=>"Last Year");