Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bronzite/grafanaalarmtui
A simple Text-based Interface that displays alarms from Grafana Instances listed in its configuration file.
https://github.com/bronzite/grafanaalarmtui
grafana monitoring observability tui
Last synced: 27 days ago
JSON representation
A simple Text-based Interface that displays alarms from Grafana Instances listed in its configuration file.
- Host: GitHub
- URL: https://github.com/bronzite/grafanaalarmtui
- Owner: Bronzite
- License: mit
- Created: 2024-08-09T13:08:28.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-09T13:15:43.000Z (3 months ago)
- Last Synced: 2024-10-11T06:03:26.595Z (27 days ago)
- Topics: grafana, monitoring, observability, tui
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GrafanAlarmTUI
A simple terminal user interface for monitoring Grafana alerts.## Configuration
There is a configuration file that needs to be created. The `configuration.sample.json` file is a template for the configuration file. The configuration file should be placed in the same directory as the GrafanaAlarmTUI executable. By default, the program will read configuration.json in the working directory.
## Command Line Arguments
The following command line arguments are available:
- `-c` or `--config` - Specify the configuration file to use. If not specified, the program will look for `configuration.json` in the working directory.
- `-h` or `--help` - Display the help message.## Exiting
To exit the program, press `Ctrl-C`.