Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor LDAP sync #142

Open
larsxschneider opened this issue Mar 27, 2018 · 1 comment
Open

Monitor LDAP sync #142

larsxschneider opened this issue Mar 27, 2018 · 1 comment

Comments

@larsxschneider
Copy link
Collaborator

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
@Hollywood
Copy link

@larsxschneider, working on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants