Search:

Search all manuals
Search this manual
Manual
Couchbase Server マニュアル 2.0
Community Wiki and Resources
Couchbase Server 2.0をダウンロード
Couchbase 開発者ガイド 2.0
クライアントライブラリ
Couchbase Server フォーラム
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
8.7 クラスタの管理
Chapter Sections
Chapters

8.7.14. メール通知の有効化と無効化

これは、すべてのクラスタのグローバル設定です。この値を変更するには、認証が必要です。これを有効にすると、特定のイベントが発生したときに、Couchbase Serverがメールを送信します。自動フェールオーバに関連するイベントのみが通知のトリガとなります:

shell> curl -i -u Administrator:letmein \
    -d 'enabled=true&sender=couchbase@localhost&recipients=admin@localhost,membi@localhost&emailHost=localhost&emailPort=25&emailEncrypt=false' http://localhost:8091/settings/alerts

使用可能なパラメータは次のとおりです。

HTTP Request
POST /settings/alerts HTTP/1.1
Host: localhost:8091
Content-Type: application/x-www-form-urlencoded
Authorization: Basic YWRtaW46YWRtaW4=
Content-Length: 14 enabled=true&sender=couchbase@localhost&recipients=admin@localhost,membi@localhost&emailHost=localhost&emailPort=25&emailEncrypt=false?
HTTP Response
HTTP/1.1 200 OK

発生する可能性のあるHTTPエラーは、次のとおりです。

400 Bad Request
401 Unauthorized
JSON object ({"errors": {"key": "error"}}) with errors.

JSONドキュメントで返される可能性のあるエラーは、次のとおりです。