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: add heartbeat monitoring plugin #251

Merged
merged 7 commits into from
Nov 14, 2023
Merged

✨ feat: add heartbeat monitoring plugin #251

merged 7 commits into from
Nov 14, 2023

Conversation

Aeris1One
Copy link
Collaborator

@Aeris1One Aeris1One commented Nov 14, 2023

Implement UptimeKuma push monitoring

@Aeris1One Aeris1One requested a review from a team November 14, 2023 20:47
@Aeris1One Aeris1One self-assigned this Nov 14, 2023
@Aeris1One Aeris1One added feature Request a new feature plugin labels Nov 14, 2023
@Aeris1One Aeris1One force-pushed the monitoring branch 3 times, most recently from c124b75 to 90af567 Compare November 14, 2023 20:52
if resp.status != 200:
self.logger.error("Monitoring ping failed with status %s", resp.status)
return False
else:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Unnecessary else after return" ou un truc du genre :derp:
Si on peut retirer un niveau d'indentation, je vote pour

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Toutafé je corrige ça

Copy link
Contributor

@ZRunner ZRunner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM

@Aeris1One Aeris1One requested review from a team and ZRunner November 14, 2023 21:05
@Aeris1One Aeris1One merged commit 27df5b9 into beta Nov 14, 2023
1 of 2 checks passed
@Aeris1One Aeris1One deleted the monitoring branch November 14, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request a new feature plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants