Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Added
- add iosxr support to SyslogMonitor (@deesel)
- add junos: support show chassis cluster when SRX series (@shigechika)
- add nxos: support for complete hardware inventory (@garryshtern)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion lib/oxidized/model/nxos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def filter(cfg)
comment cfg.join
end

cmd 'show inventory' do |cfg|
cmd 'show inventory all' do |cfg|
cfg = filter cfg
comment cfg
end
Expand Down