implement port properties table and error disable gathering to it
This commit is contained in:
@@ -341,6 +341,7 @@ worker_plugins:
|
||||
- 'Discover::Neighbors'
|
||||
- 'Discover::Neighbors::Routed'
|
||||
- 'Discover::PortPower'
|
||||
- 'Discover::PortProperties'
|
||||
- 'Discover::Properties'
|
||||
- 'Discover::VLANs'
|
||||
- 'Discover::Wireless'
|
||||
|
||||
10
share/schema_versions/App-Netdisco-DB-46-47-PostgreSQL.sql
Normal file
10
share/schema_versions/App-Netdisco-DB-46-47-PostgreSQL.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE device_port_properties (
|
||||
"ip" "inet",
|
||||
"port" "text",
|
||||
"error_disable_cause" "text",
|
||||
PRIMARY KEY ("port", "ip")
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user