Skip to content

martohub/react_silences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native dashboard for Prometheus Alertmanager Silences API

It fetches the GraphQL response from http://localhost:9093/api/v1/silences and renders dynamically in ReactDOM container using top-level API.

Preview

Installation

git clone https://github.com/martohub/react_silences.git
cd react_silences
yarn install

Adjust ALERTMANAGER_URL value in src/App.js accordingly.

vi src/App.js
yarn start

For Production build:

yarn build

You may serve it with a static server:

yarn global add serve
serve -s build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors