From 49b7a02b8a8c0441b2d8bd8aeab5eb2f8d29d05d Mon Sep 17 00:00:00 2001 From: Colin Gagnaire Date: Thu, 25 Apr 2019 13:10:55 +0200 Subject: [PATCH] fix sccm database replication status --- apps/sccm/local/mode/databasereplicationstatus.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sccm/local/mode/databasereplicationstatus.pm b/apps/sccm/local/mode/databasereplicationstatus.pm index 5b9277169..e33ae5803 100644 --- a/apps/sccm/local/mode/databasereplicationstatus.pm +++ b/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'),