#728 store SNMP Engine ID

This commit is contained in:
Oliver Gorwits
2020-06-29 14:38:51 +01:00
parent 83de59fcc0
commit dc87a50076
5 changed files with 13 additions and 1 deletions

View File

@@ -69,6 +69,8 @@ __PACKAGE__->add_columns(
{ data_type => "text", is_nullable => 1 },
"snmp_class",
{ data_type => "text", is_nullable => 1 },
"snmp_engineid",
{ data_type => "text", is_nullable => 1 },
"vtp_domain",
{ data_type => "text", is_nullable => 1 },
"last_discover",