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

Update: implement an adhoc scraper #144

Merged
merged 5 commits into from
May 6, 2023
Merged

Update: implement an adhoc scraper #144

merged 5 commits into from
May 6, 2023

Commits on May 5, 2023

  1. Update: implement an adhoc scraper

    Allows probing of arbitrary targets using /prober?target=example.org.
    
    Returns the usual metrics. Still requires an empty target.ini.
    
    For: #127
    till committed May 5, 2023
    Configuration menu
    Copy the full SHA
    458fa3c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Refactor: dependencies/app startup

    - allows process to start-up even if an empty "target.ini" is found
    - refactors handlers to internal
    - updates urfav/cli to v2
    
    Resolves: #146
    till committed May 6, 2023
    Configuration menu
    Copy the full SHA
    e7c1b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52a825 View commit details
    Browse the repository at this point in the history
  3. Refactor: remove logrus (for slog)

    Resolves: #145
    till committed May 6, 2023
    Configuration menu
    Copy the full SHA
    dd910eb View commit details
    Browse the repository at this point in the history
  4. Chore: update go (1.20.x)

    till committed May 6, 2023
    Configuration menu
    Copy the full SHA
    673c600 View commit details
    Browse the repository at this point in the history