Autodesk / Autodesk/hubble

Monitor LDAP sync

Open
#142 1 comment 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Python
Stars
180
Forks
47
PR merge metrics
No merged PRs in 30d

Description

In GHE you can define the [LDAP sync intervals](https://help.github.com/enterprise/2.12/admin/guides/user-management/using-ldap/#enabling-ldap-sync). 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

Open the contributing guide

Research direction

The issue names production.log* and provides a zcat, Perl, and sort command for LDAP team-sync timings on a GHE appliance. Start by clarifying whether Hubble should collect, display, or alert on this metric; completion criteria and a repository entry point are not specified.

Written by the indexing model from the issue text.

Assessment

Tech stack
perl
Domain
observability
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.