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

Number of devices polled for ARP caches and forwarding tables:

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

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

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

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