-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme and display errors properly. Minor cleanup.
- Loading branch information
Showing
4 changed files
with
54 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
ReChecked Viewer - ReChecked Agent viewing utility. | ||
[ReChecked Viewer](https://view.rechecked.io) - 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters