mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
fix dataguard oracl
This commit is contained in:
parent
900ebe07fc
commit
8428555943
@ -71,7 +71,7 @@ sub set_counters {
|
||||
{ name => 'mrp_status' }, { name => 'mrp_process' },
|
||||
{ name => 'log_transport' }
|
||||
],
|
||||
closure_custom_calc => self->can('custom_status_calc'),
|
||||
closure_custom_calc => $self->can('custom_status_calc'),
|
||||
closure_custom_output => $self->can('custom_status_output'),
|
||||
closure_custom_perfdata => sub { return 0; },
|
||||
closure_custom_threshold_check => \&catalog_status_threshold,
|
||||
|
Loading…
x
Reference in New Issue
Block a user