mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +02:00
fix cisco aaa-servers
This commit is contained in:
parent
1e5fbd9cbd
commit
aa37eba352
@ -40,7 +40,7 @@ sub prefix_aaa_output {
|
|||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
return sprintf(
|
return sprintf(
|
||||||
"checking server '%s' [protocol: %s] ",
|
"Server '%s' [protocol: %s] ",
|
||||||
$options{instance_value}->{name},
|
$options{instance_value}->{name},
|
||||||
$options{instance_value}->{protocol}
|
$options{instance_value}->{protocol}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user