fix sccm database replication status
This commit is contained in:
parent
80def357a1
commit
859ea15d36
|
@ -122,7 +122,7 @@ sub set_counters {
|
||||||
];
|
];
|
||||||
$self->{maps_counters}->{sites} = [
|
$self->{maps_counters}->{sites} = [
|
||||||
{ label => 'site-status', threshold => 0, set => {
|
{ label => 'site-status', threshold => 0, set => {
|
||||||
key_values => [ { name => 'SiteType' }, { name => 'SiteStatus' }, { name => '' },
|
key_values => [ { name => 'SiteType' }, { name => 'SiteStatus' }, { name => 'SiteToSiteGlobalState' },
|
||||||
{ name => 'SiteToSiteGlobalSyncTime' } ],
|
{ name => 'SiteToSiteGlobalSyncTime' } ],
|
||||||
closure_custom_calc => $self->can('custom_site_status_calc'),
|
closure_custom_calc => $self->can('custom_site_status_calc'),
|
||||||
closure_custom_output => $self->can('custom_site_status_output'),
|
closure_custom_output => $self->can('custom_site_status_output'),
|
||||||
|
|
Loading…
Reference in New Issue