Skip to content

Open-source frontend for viewing status and exploring the status API

License

Notifications You must be signed in to change notification settings

rechecked/rcviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReChecked Viewer - ReChecked Agent viewing utility.

You can use the viewer to easily access information about your rcagents such as:

  • Graphical views of usage stats
  • Examples of how to build active (check_rcagent.py) and passive checks
  • Explore the status API using the API Viewer
  • Run plugins and view output and example checks

Agent information used on the hosted site is only available in your browser and not stored on ReChecked servers.

If you want to use your own hosted version locally or internally, you can build it by cloning the repo and using:

npm ci
npm build

You can then serve the build directory however you choose, such as with nginx or apache.