Skip to content

Commit

Permalink
start ha for cisco wlc
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Dec 12, 2018
1 parent ea26887 commit c023d19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins-scripts/Classes/Cisco/WLC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ sub init {
}
} elsif ($self->mode =~ /device::wlan/) {
$self->analyze_and_check_wlan_subsystem("Classes::Cisco::WLC::Component::WlanSubsystem");
} elsif ($self->mode =~ /device::ha::/) {
$self->analyze_and_check_wlan_subsystem("Classes::Cisco::WLC::Component::HaSubsystem");
} else {
$self->no_such_mode();
}
Expand Down
1 change: 1 addition & 0 deletions plugins-scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ EXTRA_MODULES=\
Classes/Cisco/NXOS/Component/EnvironmentalSubsystem.pm \
Classes/Cisco/NXOS/Component/FexSubsystem.pm \
Classes/Cisco/NXOS.pm \
Classes/Cisco/WLC/Component/HaSubsystem.pm \
Classes/Cisco/WLC/Component/MemSubsystem.pm \
Classes/Cisco/WLC/Component/CpuSubsystem.pm \
Classes/Cisco/WLC/Component/EnvironmentalSubsystem.pm \
Expand Down

0 comments on commit c023d19

Please sign in to comment.