Skip to content

CLOUDP-57843: Update alert configs, C/OM #71

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

Merged
merged 10 commits into from
Mar 27, 2020
Merged

Conversation

andreaangiolillo
Copy link
Collaborator

@andreaangiolillo andreaangiolillo commented Mar 27, 2020

Proposed changes

Jira ticket: CLOUDP-57843

Checklist

  • I have signed the MongoDB CLA
  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation (if appropriate)
  • I have run make fmt and formatted my code
  • I have tested it using my local OM

Further comments

./bin/mongocli om alerts config update 5e7ca6a76c15eb0b402d11a8 --event NO_PRIMARY --notificationType GROUP --notificationIntervalMin 5 --notificationDelayMin 0 --notificationSmsEnabled=true --notificationEmailEnabled=true --profile OPS

{
	"id": "5e7ca6a76c15eb0b402d11a8",
	"groupId": "5e429f2e06822c6eac4d59c9",
	"eventTypeName": "NO_PRIMARY",
	"created": "2020-03-27T08:28:32Z",
	"updated": "2020-03-27T08:28:32Z",
	"enabled": false,
	"notifications": [
		{
			"delayMin": 0,
			"emailEnabled": true,
			"intervalMin": 5,
			"smsEnabled": true,
			"typeName": "GROUP"
		}
	]
}

@andreaangiolillo andreaangiolillo requested a review from gssbzn March 27, 2020 08:38
@andreaangiolillo
Copy link
Collaborator Author

Waiting for #70

Copy link
Collaborator

@gssbzn gssbzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, love small changes PRs

@andreaangiolillo andreaangiolillo merged commit ad43d21 into master Mar 27, 2020
@andreaangiolillo andreaangiolillo deleted the CLOUDP-57843 branch March 27, 2020 10:13
corryroot pushed a commit to corryroot/mongodb-atlas-cli that referenced this pull request Jun 15, 2023
DOCSP-25843 Release Notes for Atlas CLI v1.2.0 and v1.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants