An open API service indexing awesome lists of open source software.

https://github.com/circonus-labs/reconnoiter

Large-scale Monitoring and Trend Analysis System
https://github.com/circonus-labs/reconnoiter

hacktoberfest

Last synced: 8 months ago
JSON representation

Large-scale Monitoring and Trend Analysis System

Awesome Lists containing this project

README

          

This is Reconnoiter
===================

To build, check out the instructions in [BUILDING](./BUILDING.md).

Documentation is automatically generated from the source tree (`cd docs` then
run one or more of the following):
* HTML, single-page: `make out/html/singlepage.html` (requires `xsltproc`)
* HTML, indexed: `make out/html/index.html` (requires `xsltproc`)
* Markdown: `make out/md/manual.md` (requires `pandoc`, `xmllint`)
* PDF: `make out/pdf/manual.pdf` (requires `fop`, `xmllint`, `xsltproc`)

Enjoy.