Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoshimash/setup-cloudwatch-monitoringscripts
https://github.com/aoshimash/setup-cloudwatch-monitoringscripts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aoshimash/setup-cloudwatch-monitoringscripts
- Owner: aoshimash
- Created: 2019-10-11T10:09:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T01:51:13.000Z (over 5 years ago)
- Last Synced: 2024-10-26T17:23:53.330Z (3 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup-cloudwatch-monitoringscripts
CloudWatch モニタリングスクリプトをインストールして、cronに登録するまでの作業を自動化する。
設定値とか変更できないから汎用性はない。Amazon Linuxのみ対応。[これ](https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/mon-scripts.html)をやってるだけ。
## 準備
- 監視用IAMユーザーの作成(アクセスIDとシークレットキーを控えておく)
## 使い方
対象のEC2インスタンスで以下を実行。
``` console
$ wget https://github.com/aoshimash/setup-cloudwatch-monitoringscripts/archive/master.zip
$ unzip master.zip
$ cd setup-cloudwatch-monitoringscripts-master
$ ./setup.sh
AWSAccessKeyID: <アクセスキーID>
AWSSecretKey: <シークレットキー>
```AWSマネジメントコンソールの、CloudWatch > メトリクス > すべてのメトリクス > カスタム名前空間 > Linuxシステム から、これらのメトリクスを確認できる。