enhance typo
This commit is contained in:
parent
18aa9e68a6
commit
1c4056a98e
|
@ -233,9 +233,9 @@ Filter by virtual system name (can be a regexp).
|
|||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
Thresholds.
|
||||
Can be: 'cpu-utilization', 'sessions-active', 'session-rate',
|
||||
'memory-usage-prct', 'license-usage', 'license-free',
|
||||
'license-usage-prct', 'traffic-in', 'traffic-out', 'policies-active'.
|
||||
Can be: 'memory-usage', 'traffic-accepted', 'traffic-dropped',
|
||||
'traffic-rejected', 'cpu-utilization-1hour', 'cpu-utilization-1min',
|
||||
'connections-active'.
|
||||
|
||||
=back
|
||||
|
||||
|
|
|
@ -30,9 +30,8 @@ use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold)
|
|||
|
||||
sub custom_status_output {
|
||||
my ($self, %options) = @_;
|
||||
my $msg = 'status : ' . $self->{result_values}->{status};
|
||||
|
||||
return $msg;
|
||||
return 'status : ' . $self->{result_values}->{status};
|
||||
}
|
||||
|
||||
sub custom_status_calc {
|
||||
|
|
Loading…
Reference in New Issue