Skip to content

Commit

Permalink
add project philosophy to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pstadler committed Mar 29, 2015
1 parent 8623398 commit a0f29e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

metrics.sh is a lightweight metrics collection and forwarding daemon implemented in portable POSIX compliant shell scripts. A transparent interface based on hooks enables writing custom collectors and reporters in an elegant way.

**Project philosophy**

- Flat learning curve
- Easily extensible
- Low impact on system resources
- No compilation, custom interpreters and runtimes required
- Freedom to choose any service for storage, charting and alerting
- Open source, no proprietary parts
- Community-driven development, growing number of included metrics over time

## Usage

```
Expand Down

0 comments on commit a0f29e6

Please sign in to comment.