mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 06:05:17 +02:00
enh paloalto cluster output (#1054)
This commit is contained in:
parent
811deb32d0
commit
8974eb6775
@ -125,7 +125,9 @@ sub run {
|
||||
}
|
||||
|
||||
$self->{output}->output_add(severity => 'OK',
|
||||
short_msg => sprintf("Cluster status is ok."));
|
||||
short_msg => sprintf("Cluster status is ok [member: %s] [peer: %s]",
|
||||
$self->{result}->{$oid_panSysHAState},
|
||||
$self->{result}->{$oid_panSysHAPeerState}));
|
||||
|
||||
$self->{output}->output_add(long_msg => sprintf("current high-availability state is %s",
|
||||
$self->{result}->{$oid_panSysHAState}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user