Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ var/
.installed.cfg
*.egg

# Poetry
poetry.lock

# PyInstaller
*.manifest
*.spec
Expand Down
15 changes: 6 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 3 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# PySentinel
[![pysentinel logo](assets/pysentinel.png)]()

[![pysentinel logo](https://raw.githubusercontent.com/rakibulhaq/pysentinel/main/docs/logo.png)]
[![PyPI version](https://img.shields.io/pypi/v/pysentinel.svg)](https://pypi.org/project/pysentinel/)
[![Python versions](https://img.shields.io/pypi/pyversions/pysentinel.svg)](https://pypi.org/project/pysentinel/)
[![Codecov](https://codecov.io/gh/rakibulhaq/pysentinel/branch/main/graph/badge.svg)](https://codecov.io/gh/rakibulhaq/pysentinel)
[![Snyk](https://snyk.io/test/github/rakibulhaq/pysentinel/badge.svg)](https://snyk.io/test/github/rakibulhaq/pysentinel)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/pysentinel.svg?label=PyPI%20downloads)](https://pypistats.org/packages/pysentinel)
[![Downloads](https://pepy.tech/badge/pysentinel)](https://pepy.tech/project/pysentinel)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)



Expand Down Expand Up @@ -189,28 +189,6 @@ pysentinel --help
pysentinel --version
```

### Configuration File

Create a YAML or JSON configuration file:

**Example `config.yml`:**
```yaml
scanner:
interval: 30
timeout: 10

alerts:
email:
enabled: true
smtp_server: "smtp.example.com"
recipients:
- "admin@example.com"

thresholds:
cpu_usage: 80
memory_usage: 85
```

### CLI Examples

```bash
Expand Down
Binary file removed assets/pysentinel.png
Binary file not shown.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading