remove unused stats counts, and improve text on summary
This commit is contained in:
@@ -10,10 +10,8 @@ CREATE TABLE "statistics" (
|
||||
"device_port_up_count" integer NOT NULL,
|
||||
"ip_table_count" integer NOT NULL,
|
||||
"ip_active_count" integer NOT NULL,
|
||||
"ip_count" integer NOT NULL,
|
||||
"node_table_count" integer NOT NULL,
|
||||
"node_active_count" integer NOT NULL,
|
||||
"node_count" integer NOT NULL,
|
||||
|
||||
"netdisco_ver" text,
|
||||
"snmpinfo_ver" text,
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
<th>[% stats.device_link_count| format_number %] layer 2 links between devices</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>[% stats.node_table_count | format_number %] nodes of which [% stats.node_active_count | format_number %] are active</th>
|
||||
<th>[% stats.node_table_count | format_number %] nodes logged, of which [% stats.node_active_count | format_number %] are active</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>[% stats.ip_table_count | format_number %] IPs of which [% stats.ip_active_count | format_number %] are active</th>
|
||||
<th>[% stats.ip_table_count | format_number %] IPs logged, of which [% stats.ip_active_count | format_number %] are active</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Statistics last generated on [% stats.day %]</th>
|
||||
|
||||
Reference in New Issue
Block a user