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
- Host: GitHub
- URL: https://github.com/circonus-labs/reconnoiter
- Owner: circonus-labs
- License: other
- Created: 2011-04-08T01:26:26.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2025-09-05T18:52:48.000Z (10 months ago)
- Last Synced: 2025-10-04T04:26:12.447Z (9 months ago)
- Topics: hacktoberfest
- Language: C
- Homepage:
- Size: 36 MB
- Stars: 245
- Watchers: 23
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.