mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 08:34:46 +02:00
Fix #1574
This commit is contained in:
parent
1d1efd1a7d
commit
6fef99fb2a
@ -108,9 +108,10 @@ sub execute_command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return centreon::plugins::misc::execute(
|
return centreon::plugins::misc::execute(
|
||||||
|
ssh_pipe => 1,
|
||||||
output => $self->{output},
|
output => $self->{output},
|
||||||
options => $self->{option_results},
|
options => $self->{option_results},
|
||||||
command => defined($self->{option_results}->{command}) && $self->{option_results}->{command} ne '' ? $self->{option_results}->{command} : $self->{ssh_commands} . "; exit\n",
|
command => defined($self->{option_results}->{command}) && $self->{option_results}->{command} ne '' ? $self->{option_results}->{command} : $self->{ssh_commands},
|
||||||
command_path => $self->{option_results}->{command_path},
|
command_path => $self->{option_results}->{command_path},
|
||||||
command_options => defined($self->{option_results}->{command_options}) && $self->{option_results}->{command_options} ne '' ? $self->{option_results}->{command_options} : undef
|
command_options => defined($self->{option_results}->{command_options}) && $self->{option_results}->{command_options} ne '' ? $self->{option_results}->{command_options} : undef
|
||||||
);
|
);
|
||||||
|
@ -31,7 +31,7 @@ sub load {
|
|||||||
# 0,1 1 0 6CQUBA1HN5063G OK 100 n/a No No
|
# 0,1 1 0 6CQUBA1HN5063G OK 100 n/a No No
|
||||||
# 2,3 0 0 6CQUBA1HN484RB OK 100 n/a No No
|
# 2,3 0 0 6CQUBA1HN484RB OK 100 n/a No No
|
||||||
# 2,3 1 0 6CQUBA1HN484R9 OK 100 n/a No No
|
# 2,3 1 0 6CQUBA1HN484R9 OK 100 n/a No No
|
||||||
push @{$self->{commands}}, 'echo "===showbattery===', 'showbattery';
|
push @{$self->{commands}}, 'echo "===showbattery==="', 'showbattery';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check {
|
sub check {
|
||||||
|
@ -28,7 +28,7 @@ sub load {
|
|||||||
|
|
||||||
#-Service- -State- --SLP-- SLPPort -HTTP-- HTTPPort -HTTPS- HTTPSPort PGVer CIMVer
|
#-Service- -State- --SLP-- SLPPort -HTTP-- HTTPPort -HTTPS- HTTPSPort PGVer CIMVer
|
||||||
#Enabled Active Enabled 427 Enabled 5988 Enabled 5989 2.9.1 3.2.2
|
#Enabled Active Enabled 427 Enabled 5988 Enabled 5989 2.9.1 3.2.2
|
||||||
push @{$self->{commands}}, 'echo "===showcim===', 'showcim';
|
push @{$self->{commands}}, 'echo "===showcim==="', 'showcim';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check {
|
sub check {
|
||||||
|
@ -33,7 +33,7 @@ sub load {
|
|||||||
#...
|
#...
|
||||||
# 10 normal
|
# 10 normal
|
||||||
# 11 normal
|
# 11 normal
|
||||||
push @{$self->{commands}}, 'echo "===showdisk===', 'showpd -showcols Id,State';
|
push @{$self->{commands}}, 'echo "===showdisk==="', 'showpd -showcols Id,State';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check {
|
sub check {
|
||||||
|
@ -31,7 +31,7 @@ sub load {
|
|||||||
#1 OK OK
|
#1 OK OK
|
||||||
#2 OK OK
|
#2 OK OK
|
||||||
#3 OK OK
|
#3 OK OK
|
||||||
push @{$self->{commands}}, 'echo "===shownode===', 'shownode -state';
|
push @{$self->{commands}}, 'echo "===shownode==="', 'shownode -state';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check {
|
sub check {
|
||||||
|
@ -38,7 +38,7 @@ sub load {
|
|||||||
#0:3:1 peer offline - B4B52FA71D43 free IP IP0 - -
|
#0:3:1 peer offline - B4B52FA71D43 free IP IP0 - -
|
||||||
#1:0:1 initiator ready 50002ACFF70047C0 50002AC1010047C0 disk SAS DP-1 - -
|
#1:0:1 initiator ready 50002ACFF70047C0 50002AC1010047C0 disk SAS DP-1 - -
|
||||||
#1:0:2 initiator ready 50002ACFF70047C0 50002AC1020047C0 disk SAS DP-2 - -
|
#1:0:2 initiator ready 50002ACFF70047C0 50002AC1020047C0 disk SAS DP-2 - -
|
||||||
push @{$self->{commands}}, 'echo "===showport===', 'showport';
|
push @{$self->{commands}}, 'echo "===showport==="', 'showport';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check {
|
sub check {
|
||||||
|
@ -31,7 +31,7 @@ sub load {
|
|||||||
# 0,1 1 682372-001 5CQLQA1434W2ED OK OK OK
|
# 0,1 1 682372-001 5CQLQA1434W2ED OK OK OK
|
||||||
# 2,3 0 682372-001 5CQLQA1433Y0KS OK OK OK
|
# 2,3 0 682372-001 5CQLQA1433Y0KS OK OK OK
|
||||||
# 2,3 1 682372-001 5CQLQX1XX3E056 OK OK OK
|
# 2,3 1 682372-001 5CQLQX1XX3E056 OK OK OK
|
||||||
push @{$self->{commands}}, 'echo "===showpsu===', 'shownode -ps';
|
push @{$self->{commands}}, 'echo "===showpsu==="', 'shownode -ps';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check {
|
sub check {
|
||||||
|
@ -47,7 +47,7 @@ sub load {
|
|||||||
# PCM 0 inlet 27 C 10 C 50 C Within Tolerance
|
# PCM 0 inlet 27 C 10 C 50 C Within Tolerance
|
||||||
# PCM 0 hotspot 21 C 10 C 65 C Within Tolerance
|
# PCM 0 hotspot 21 C 10 C 65 C Within Tolerance
|
||||||
# Node Input PWR 87.6 W 0.0 W 264.0 W Within Tolerance
|
# Node Input PWR 87.6 W 0.0 W 264.0 W Within Tolerance
|
||||||
push @{$self->{commands}}, 'echo "===shownodeenv===', 'shownodeenv';
|
push @{$self->{commands}}, 'echo "===shownodeenv==="', 'shownodeenv';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check {
|
sub check {
|
||||||
|
@ -28,7 +28,7 @@ sub load {
|
|||||||
|
|
||||||
#-Service- -State- -HTTP_State- HTTP_Port -HTTPS_State- HTTPS_Port -Version- -----------------API_URL------------------
|
#-Service- -State- -HTTP_State- HTTP_Port -HTTPS_State- HTTPS_Port -Version- -----------------API_URL------------------
|
||||||
#Enabled Active Disabled 8008 Enabled 8080 1.5.3 https://xxxx:8080/api/v1
|
#Enabled Active Disabled 8008 Enabled 8080 1.5.3 https://xxxx:8080/api/v1
|
||||||
push @{$self->{commands}}, 'echo "===showwsapi===', 'showwsapi';
|
push @{$self->{commands}}, 'echo "===showwsapi==="', 'showwsapi';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check {
|
sub check {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user