Skip to content

Commit

Permalink
kvm_monitor.pl: Add kvm02 and consequently bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Feb 16, 2018
1 parent b86d0b1 commit 3e80b60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kvm_monitor/kvm_monitor.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
# use Data::Dumper; $Data::Dumper::Sortkeys=1;
# print Dumper \%ENV

use constant VERSION => '0.92';
use constant VERSION => '0.93';

# Howto get the id from an attached KVM:
# root> lsusb -v | grep iSerial
#
# Only the first 16 chars are used to identify the KVM,
# the other half is a bit bogous on certain kvm's (ie kvm06).
my %serial_to_name = qw(
96182408034ca1f2 kvm02
960f2408004ca12a kvm03
96132408034ca1d2 kvm04
96112408034ca1d6 kvm05
Expand Down

0 comments on commit 3e80b60

Please sign in to comment.