Skip to content

Commit 843aa62

Browse files
✨ Add networkdevices as a default provider. (#5936)
Signed-off-by: Preslav <preslav@mondoo.com>
1 parent 297a9aa commit 843aa62

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

providers/defaults.go

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,4 +513,23 @@ var DefaultProviders Providers = map[string]*Provider{
513513
},
514514
},
515515
},
516+
"networkdevices": {
517+
Provider: &plugin.Provider{
518+
Name: "networkdevices",
519+
ID: "go.mondoo.com/cnquery/providers/networkdevices",
520+
ConnectionTypes: []string{"networkdevices"},
521+
Connectors: []plugin.Connector{
522+
{
523+
Name: "ciscocatalyst",
524+
Use: "ciscocatalyst hostname",
525+
Short: "Cisco Catalyst Connection",
526+
},
527+
{
528+
Name: "nd-ssh",
529+
Use: "nd-ssh user@host",
530+
Short: "a remote network device via SSH",
531+
},
532+
},
533+
},
534+
},
516535
}

0 commit comments

Comments
 (0)