Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd oci-notify utility #85
Open
Conversation
|
|
||
| .B oci-notify | ||
| command writes log and error messages to the logfile | ||
| .B /var/log/oci-notify.log |
This comment has been minimized.
This comment has been minimized.
ejannett
Aug 20, 2020
Member
What about having a common approach for all oci-utils utilities ? is it debug messages or messages useful for end users ?
| expects the configuration files by default in | ||
| .B /etc/oci-utils | ||
| but this is overruled by the environment variable | ||
| .B OCI_CONFIG_DIR. |
This comment has been minimized.
This comment has been minimized.
ejannett
Aug 20, 2020
Member
Is it a requirement ? This is not aligned with other oci-utils commands
|
Hi, |
|
manu, this is a quick adaptation of the al-notify bash script; at the time of the request there was time pressure; now it will not be released very soon, will be ported to python and using sdk; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
guidotijskens commentedAug 18, 2020
updated oci-notify code with suggestions from Frank Deng and Joe Kennedy, limit the length of the subject, limit the size of the body to 10 chunks of 64KB; looks for location of the private key in the config file iso hardcode directory
.
run on OL7 and OL8