From 963cc3eed66c60ff957a33675319ee51c5d5cd4f Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 6 Jul 2025 23:33:59 +0200 Subject: [PATCH] Add mikrotik --- etc/00-device-types.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/00-device-types.yaml b/etc/00-device-types.yaml index ffacc17..20305e2 100644 --- a/etc/00-device-types.yaml +++ b/etc/00-device-types.yaml @@ -47,3 +47,12 @@ types: - show chassis hardware # Chassis hardware details - show configuration | display set # Configuration in set format - show interfaces terse # Interface status summary + + # Mikrotik routeros devices + routeros: + commands: + - system package print detail without-paging # Installed Packaged + - system routerboard print # System information + - system license print # License information + - / interface print # Interfaces + - / export # Configuration