-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Monitoring install scripts #3985
Monitoring install scripts #3985
Conversation
@freimair Could you have a look at https://app.codacy.com/gh/bisq-network/bisq/pullRequest?prid=5023490. If there are false positives please let me know and I'll adapt the checks. Thanks! |
79eb307
to
3d4ba9a
Compare
you beat me to that. I already fixed the issues. And nope, the checks seem fine. You get these issues if you copy and paste your way through life. Is there a way to use codacy before creating the PR? (because no force-pushes, no fix commits, yadda yadda...) |
The only way would be if you enable it on your fork yourself to run on every branch you push. |
69df120
to
c090416
Compare
@freimair see this line for a workaround for the codacy issue https://github.com/bisq-network/bisq-explorer/blob/master/install_bsq_explorer_debian.sh#L56 |
If you guys think this Codacy remark is not correct, then I can just deactivate this single check. |
c090416
to
0d17bb6
Compare
should all be good now. My bad. |
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.
I was pinged here for a code review because I'm the pricenode
code owner, but the changes there are minimal and do not affect production code, so I'm giving a my OK from the pricenode side, but am abstaining from a larger review.
Co-Authored-By: wiz <[email protected]>
Co-Authored-By: wiz <[email protected]>
Co-Authored-By: wiz <[email protected]>
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.
Tested 👍 on fresh Ubuntu 18 install using seednode installer + collectd installer
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.
utACK
Based on #3985 (review)
Completes first part of #3916.
I tested the script for general monitoring using a fresh ubuntu 18.04 LTS installation. I could not test the script for the networksize metric as thoroughly, as there is no install script for a price node available yet.