add project philosophy to readme

This commit is contained in:
Patrick Stadler 2015-03-29 17:27:00 +02:00
parent 8623398d7d
commit a0f29e6106
1 changed files with 10 additions and 0 deletions

View File

@ -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
```