Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r0075h3ll/fireeye
AWS Monitoring Toolkit
https://github.com/r0075h3ll/fireeye
aws cloudwatch monitoring slack
Last synced: 12 days ago
JSON representation
AWS Monitoring Toolkit
- Host: GitHub
- URL: https://github.com/r0075h3ll/fireeye
- Owner: r0075h3ll
- License: apache-2.0
- Created: 2024-11-14T09:10:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T18:22:42.000Z (28 days ago)
- Last Synced: 2025-01-16T13:21:44.205Z (19 days ago)
- Topics: aws, cloudwatch, monitoring, slack
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AWS Monitoring Toolkit
\
FireEye is an AWS monitoring toolkit for DevOps, Security, and IT teams.[//]: # (insert gif)
[![asciicast](https://asciinema.org/a/696182.svg)](https://asciinema.org/a/696182)### Installation
```bash
pip install setuptools
python3 setup.py install
```### Features
##### Monitor lambda functions w/ CloudWatch Logs Insights
```python
fireeye --trace Bill --resource-name lambda_name
```[//]: # (##### Get alerts on a slack channel)
[//]: # ()
[//]: # (```python)
[//]: # (fireeye --trace Bill --resource-name lambda_name --slack-url https://slack-webhook-url)
[//]: # (```)
### To Do
- [ ] EC2 Log Monitoring
- [ ] Send alerts on slack channel
- [ ] Improved search capabilities### Contributions
You're welcome to open PR for making direct contributions to the project. Additionally, "Issues" section will
be considered for
- bug reports
- feature requests