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