-
Notifications
You must be signed in to change notification settings - Fork 590
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
NMS-16986: System Check Utility : Basic Collection #7587
base: develop
Are you sure you want to change the base?
Conversation
|
…the ticket(NMS-16986).
…the ticket(NMS-16986).
…the ticket(NMS-16986).
features/system-report/src/main/java/org/opennms/systemreport/system/HardDriveReportPlugin.java
Show resolved
Hide resolved
while (br.ready()) { | ||
String line=null; | ||
while ((line = br.readLine()) != null) { //br.ready() not working as desired so code modified. | ||
/* |
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.
Remove commented code.
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.
LGTM
…reports FE: NMS-17002: System Check Utility : Grouping of System Report at front end.
features/system-report/src/main/java/org/opennms/systemreport/opennms/OpenNMSReportPlugin.java
Outdated
Show resolved
Hide resolved
features/system-report/src/main/java/org/opennms/systemreport/opennms/OpenNMSReportPlugin.java
Outdated
Show resolved
Hide resolved
features/system-report/src/main/java/org/opennms/systemreport/system/HardDriveReportPlugin.java
Outdated
Show resolved
Hide resolved
features/system-report/src/main/java/org/opennms/systemreport/system/OSReportPlugin.java
Outdated
Show resolved
Hide resolved
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.
Just one comment, otherwise LGTM!
features/system-report/src/main/java/org/opennms/systemreport/system/OSReportPlugin.java
Outdated
Show resolved
Hide resolved
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.
LGTM, merge latest develop in your branch.
Squash merge when you merge.
Only merge when CI/CD pipeline goes green. |
All Contributors
Contribution Checklist
Once there is an issue, please:
${JIRA-ISSUE-NUMBER}: subject of pull request
Don't worry if this sounds like a lot, we can help you get things set up properly.
-smoke
in it to trigger smoke tests?foundation-*
branch, does it try to avoid changing files in$OPENNMS_HOME/etc/
?What's Next?
A PR should be assigned at least 2 reviewers. If you know that someone would be a good person to review your code, feel free to add them.
If you need help making additions or changes to the documentation related to your changes, please let us know.
In any case, if anything is unclear or you want help getting your PR ready for merge, please don't hesitate to say something in the comments here,
or in the #opennms-development chat channel.
Once reviewer(s) accept the PR and the branch passes continuous integration, the PR is eligible for merge.
At that time, if you have commit access (are an OpenNMS Group employee or a member of the OGP) you are welcome to merge the PR when you're ready.
Otherwise, a reviewer can merge it for you.
Thanks for taking time to contribute!
External References