Skip to content

Commit

Permalink
general: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslav Bodó committed Jun 10, 2024
1 parent 377a545 commit 9480e42
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# check_perccli
# perccli-status
Nagios/Opsview plugin to check status of PowerEdge RAID Controller

Mimics `megaclisas-status` and `megaclisas-status --nagios`, uses `perccli2`.


## Install

```
git clone
```

## Development

```
git clone [email protected]:bodik/perccli-status.git /opt/perccli-status
cd /opt/perccli-status
python3 -m venv venv
. venv/bin/activate
pip install -r requirements-dev.lock
make coverage
make lint
```

0 comments on commit 9480e42

Please sign in to comment.