Autodesk/hubble

Monitor LDAP sync

Open

#142 opened on Mar 27, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (47 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (181 stars)
PR merge metrics
 (PR metrics pending)

Description

In GHE you can define the LDAP sync intervals. The sync time should always be smaller than the sync interval. You can monitor the sync time (for ldap team syncs) of your GHE appliance as follows:

$ zcat -f production.log* |  perl -ne 'print if s/^(.*) \+.*resque\.performed.*ldap_team_sync.*?([0-9\.]+ms)$/\1 \2/' | sort

Contributor guide