https://github.com/faern/waybar-ras
Waybar RAS (Reliability, Availability and Serviceability) plugin
https://github.com/faern/waybar-ras
Last synced: about 1 year ago
JSON representation
Waybar RAS (Reliability, Availability and Serviceability) plugin
- Host: GitHub
- URL: https://github.com/faern/waybar-ras
- Owner: faern
- Created: 2020-12-08T22:26:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T23:18:01.000Z (over 5 years ago)
- Last Synced: 2024-10-17T15:44:40.389Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# waybar-ras (Reliability, Availability and Serviceability) plugin
A [Waybar](https://github.com/Alexays/Waybar) plugin showing the error status as reported by the
`ras-mc-ctl` command (successor to `mcelog`).
Currently this only supports monitoring the number of correctable and uncorrectable memory
errors that has occured in your ECC RAM.
## Installation and configuration
1. Clone this repo into the waybar modules directory
```bash
cd ~/.config/waybar/modules/
git clone https://github.com/faern/waybar-ras
```
1. Configure waybar (`~/.config/waybar/config`):
```json
"custom/ras": {
"format": "{}",
"return-type": "json",
"interval": 30,
"exec": "~/.config/waybar/modules/waybar-ras/ras.py"
}
```