From 36681b3c509fc3cd388f92fe661bb5374c80e708 Mon Sep 17 00:00:00 2001 From: Maugli Date: Mon, 21 Aug 2023 17:12:15 -0700 Subject: [PATCH] Update iosxr.rb with admin keyword for show inventory command "show inventory" command without admin keyword is not showing some useful inventory information, such as FAN, PSU and Chassis serial and part numbers --- lib/oxidized/model/iosxr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oxidized/model/iosxr.rb b/lib/oxidized/model/iosxr.rb index 5e94c249f..26b195373 100644 --- a/lib/oxidized/model/iosxr.rb +++ b/lib/oxidized/model/iosxr.rb @@ -16,7 +16,7 @@ class IOSXR < Oxidized::Model cfg end - cmd 'show inventory' do |cfg| + cmd 'admin show inventory' do |cfg| comment cfg end