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

feat: Tailscale ping monitor #3178

Merged

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    69ea7a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    2bf352b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Refactor TailscalePing & better error handling

    Split check function into two methods and added async/await syntax for readability/modularity
    Switched to promise-based error handling (takes into account different types of error such as "Execution error", "Error in output", "no matching peer", and "is local Tailscale IP") and throws them as JavaScript errors.
    SandiyosDev committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    1a25e45 View commit details
    Browse the repository at this point in the history
  2. Minor update

    SandiyosDev committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    461e7a0 View commit details
    Browse the repository at this point in the history
  3. minor update (again)

    SandiyosDev committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a3e33c4 View commit details
    Browse the repository at this point in the history
  4. Update server/monitor-types/tailscale-ping.js

    Co-authored-by: Frank Elsinga <frank@elsinga.de>
    SandiyosDev and CommanderStorm authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    8cb5e9c View commit details
    Browse the repository at this point in the history
  5. Update server/monitor-types/tailscale-ping.js

    Co-authored-by: Frank Elsinga <frank@elsinga.de>
    SandiyosDev and CommanderStorm authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    2f983b9 View commit details
    Browse the repository at this point in the history
  6. Update server/monitor-types/tailscale-ping.js

    Co-authored-by: Frank Elsinga <frank@elsinga.de>
    SandiyosDev and CommanderStorm authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    10651b5 View commit details
    Browse the repository at this point in the history
  7. Update server/monitor-types/tailscale-ping.js

    Co-authored-by: Frank Elsinga <frank@elsinga.de>
    SandiyosDev and CommanderStorm authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    229e8f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. timeout revision

    SandiyosDev committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0fb9857 View commit details
    Browse the repository at this point in the history
  2. JSDoc

    SandiyosDev committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5ae4ee3 View commit details
    Browse the repository at this point in the history
  3. Removed long explainers

    SandiyosDev committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0b6e95d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    8c47727 View commit details
    Browse the repository at this point in the history
  2. reran eslint

    SandiyosDev committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    778cb31 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge remote-tracking branch 'origin/master' into feature/custom-flag…

    …s-implementation
    
    # Conflicts:
    #	server/uptime-kuma-server.js
    louislam committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1abbc79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23aeda5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fixed NaN on monitor interval

    now interval value is correctly passed to runTailscalePing
    SandiyosDev committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4c7d112 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Add warning message

    louislam committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e084029 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/custom-flag…

    …s-implementation
    
    # Conflicts:
    #	server/uptime-kuma-server.js
    louislam committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    826f95c View commit details
    Browse the repository at this point in the history