mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
fix(win) Sessions mode run manually (#2528)
This commit is contained in:
parent
b81b1607ff
commit
9f53f348e1
@ -176,6 +176,7 @@ sub read_qwinsta {
|
|||||||
}
|
}
|
||||||
my $session_data = [];
|
my $session_data = [];
|
||||||
foreach my $line (@lines) {
|
foreach my $line (@lines) {
|
||||||
|
$line =~ s/^>/ /;
|
||||||
my $data = {};
|
my $data = {};
|
||||||
for (my $pos = 0; $pos <= $#position_wrap; $pos++) {
|
for (my $pos = 0; $pos <= $#position_wrap; $pos++) {
|
||||||
my $area;
|
my $area;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user