mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
fix cluster status
This commit is contained in:
parent
10049c62bc
commit
dc1e5faa45
@ -95,7 +95,7 @@ sub set_counters {
|
||||
},
|
||||
];
|
||||
$self->{maps_counters}->{nodes} = [
|
||||
{ label => 'node', threshold => 0, set => {
|
||||
{ label => 'status', threshold => 0, set => {
|
||||
key_values => [ { name => 'serial' }, { name => 'hostname' }, { name => 'sync_status' }, { name => 'role' }, { name => 'checksum' } ],
|
||||
closure_custom_calc => \&catalog_status_calc,
|
||||
closure_custom_output => $self->can('custom_status_output'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user