fix sccm database replication status

This commit is contained in:
Colin Gagnaire 2019-04-25 13:10:55 +02:00
parent 80def357a1
commit 859ea15d36
1 changed files with 1 additions and 1 deletions
centreon-plugins/apps/sccm/local/mode

View File

@ -122,7 +122,7 @@ sub set_counters {
];
$self->{maps_counters}->{sites} = [
{ label => 'site-status', threshold => 0, set => {
key_values => [ { name => 'SiteType' }, { name => 'SiteStatus' }, { name => '' },
key_values => [ { name => 'SiteType' }, { name => 'SiteStatus' }, { name => 'SiteToSiteGlobalState' },
{ name => 'SiteToSiteGlobalSyncTime' } ],
closure_custom_calc => $self->can('custom_site_status_calc'),
closure_custom_output => $self->can('custom_site_status_output'),