Skip to content

Commit

Permalink
Merge pull request #3015 from TNP-Ltd/aoscx-show-system-fix
Browse files Browse the repository at this point in the history
aoscx: Expand `show system` command for compatibility
  • Loading branch information
robertcheramy authored Jan 15, 2024
2 parents 8fbcd7c + 6dbcaaa commit b1a36b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oxidized/model/aoscx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Aoscx < Oxidized::Model
comment cfg
end

cmd 'show system | exclude "Up Time|CPU|Memory|Pkts .x|Lowest|Missed"' do |cfg|
cmd 'show system | exclude "Up Time" | exclude "CPU" | exclude "Memory" | exclude "Pkts .x" | exclude "Lowest" | exclude "Missed"' do |cfg|
comment cfg
end

Expand Down

0 comments on commit b1a36b4

Please sign in to comment.