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

Add I'm-alive script #31

Open
bastelfreak opened this issue Mar 2, 2016 · 1 comment
Open

Add I'm-alive script #31

bastelfreak opened this issue Mar 2, 2016 · 1 comment

Comments

@bastelfreak
Copy link
Member

We need a script that sends https requests to our marmoset endpoint that we currently implement in virtapi/marmoset#62. This way we can notice if a server died while being in the rescue system (will be important if we ever run stresstests or nfs-on-root)

@killermoehre
Copy link
Contributor

Am 02.03.2016 um 17:34 schrieb Tim Meusel:

We need a script that sends https requests to our marmoset endpoint that
we currently implement in virtapi/marmoset#62
virtapi/marmoset#62. This way we can notice
if a server died while being in the rescue system (will be important if
we ever run stresstests or nfs-on-root)
What are the requirements for this script? If this should be a "Watchdog Over Network" (WON), we need to define at least three different signals:

  • Watchdog started
  • Watchdog ping
  • Watchdog returned 0 during shutdown and no more pings are not critical.
    Maybe a PUT for start, a GET for ping and a DELETE for "it's ok, not critical anymore"?

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