-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
5a7b49f
to
7e035da
Compare
c124b75
to
90af567
Compare
90af567
to
d2e269f
Compare
plugins/monitoring/monitoring.py
Outdated
if resp.status != 200: | ||
self.logger.error("Monitoring ping failed with status %s", resp.status) | ||
return False | ||
else: |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Toutafé je corrige ça
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTGM
Implement UptimeKuma push monitoring