Github Monitor

Monitors Github repository for participation activity (last week and last month commits)

Behavior

  • Repository Path to repository. Only https:// url supported

  • Weekly Commits Weekly aggregated commit threshold

  • Monthly Commits Monthly aggregated commit threshold

Use cases

  • Monitor repo inactivity for early signs of abandoned projects.

  • Detect sudden spikes in commits indicating emergency patches.

  • Provide due diligence insights to investors on dev activity.

Detector Configuration

  1. Name - Enter a descriptive name for your monitor, for example: "Github Monitor".

  2. Repository - Enter the full URL of the GitHub repository you want to monitor.

  3. Weekly commits - Enter the number of commits you expect in a week.

  4. Monthly commits - Enter the number of commits you expect in a month.

  5. Cron - Enter a cron expression to define the schedule. Cron expression in Quartz syntax, milliseconds value or seconds/minutes/hours/days interval (e.g. 24 hours)

  6. Github Token - Enter github_token if repository is private.

Alert example

Last updated

Was this helpful?