Reconnoiter icon
Reconnoiter icon

Reconnoiter

 Like this app

Reconnoiter is a monitoring and trend analysis system designed to cope with large architectures (thousands of machines and hundreds of thousands of metrics).

License model

  • FreeOpen Source

Platforms

  • Linux
Discontinued

The software is discontinued as the original company was sold to credaticv, and then that company was sold to netapp.

  No rating
0 likes
0comments
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

Reconnoiter News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

Reconnoiter information

  • Licensing

    Open Source and Free product.
  • Alternatives

    7 alternatives listed
  • Supported Languages

    • English

Our users have written 0 comments and reviews about Reconnoiter, and it has gotten 0 likes

Reconnoiter was added to AlternativeTo by tobbbbbbb on Jun 7, 2013 and this page was last updated Jan 16, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Reconnoiter?

Reconnoiter is a monitoring and trend analysis system designed to cope with large architectures (thousands of machines and hundreds of thousands of metrics).

Heavy focus is placed on decoupling the various components of the system to allow for disjoint evolution of each component as issues arise or new requirements are identified. Resource monitoring, metric aggregation, metric analysis and visualization are all cleanly separated.

The monitor, noitd, is written in C and designed to support highly concurrent and rapid checks with an expected capability of monitoring 100,000 services per minute (6 million checks per hour.) While it is hard to make writing checks "easy" in this high-performance environment, efforts have been made to ensure that custom check scripting does not require the expertise of writing highly-concurrent, event-driven C code. Instead, glue is provided via scripting languages such as Lua that attempt to handle aspects of this high-concurrency environment transparently. As with any high-performance system, you can easily introduce non-performant code and jeopardize performance system-wide.

The aggregator, stratcond, is also written in C and responsible for the simple task of securely gathering data from all of the distributed noitd instances and transforming them into the data storage facility (currently PostgreSQL).

The data storage facility (PostgreSQL) holds all information about individual checks, their statuses and the individual metrics associated with them. Automatic processes are in place that summarize the numeric metrics into windowed averages for expedient graphing at a variety of time window resolutions (hour, day, month, year, etc.).

The visualization interface (reconnoiter) draws from the data store to visualize collected metrics and assist with monitoring, trending and other visual analyses. The visualization system is written in PHP.