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

Number of end-node MAC and IP addresses seen when polling devices for ARP caches and forwarding tables:

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

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

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

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