-
-
Notifications
You must be signed in to change notification settings - Fork 230
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 SMSDevices in zabbix server 7+ #988
base: master
Are you sure you want to change the base?
Conversation
Hi, can you squash the commit and use just the verified account? |
I did manage to change to the verified account but it seems the squash was unsuccessful as i can still see the old commits in the repo. Could it be that commits can only be squashed on merge? If that is the case then it will be hard to do here as all commits are in master as opposed to a feature branch. |
@Ph0B1uS have you replace the pick to the squash? |
Yup, i did that and changed the commit message too, then push -f but it only added to the commit count I'm afraid. Edit: The commits will no doubt be squashed upon merging though. |
Alright to merge or are there any suggestions and/or corrections that needs to be implemented? |
Sorry but it can't be merged without the required changes, you can find here https://voxpupuli.org/docs/reviewing_pr/ the list of things to check before approve a PR |
The only two points I can find in that document that needs to be rectified is:
How about I close this PR, open a new one to rectify the 2nd issue. Would that work or is there something else I've missed? |
try to use " If all is ok " |
Reopening to rerun tests |
Reopening to rerun tests, hopefully they work a bit better this time |
The failing tests has nothing to do with my code as they stem from a file which I have not touched, now what? :) |
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.
Add test for the new parameter if it is on zabbix >= 7.0
Pull Request (PR) description
Adds SMSDevices to zabbix_server.conf if defined for zabbix_version 7+
This Pull Request (PR) fixes the following issues
Fixes #985