diff --git a/centreon-plugins/apps/sccm/local/mode/databasereplicationstatus.pm b/centreon-plugins/apps/sccm/local/mode/databasereplicationstatus.pm index 5b9277169..e33ae5803 100644 --- a/centreon-plugins/apps/sccm/local/mode/databasereplicationstatus.pm +++ b/centreon-plugins/apps/sccm/local/mode/databasereplicationstatus.pm @@ -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'),