diff --git a/README.md b/README.md new file mode 100644 index 0000000..ddc17b5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +mon-thresh +========== + +Monitoring Thresholding Engine + +Computes thresholds on metrics and publishes alarms to the MessageQ when exceeded. +Based on Apache Storm a free and open distributed real-time computation system. + +![Threshold Engine Architecture](mon-thresh-architecture.png "Threshold Engine Architecture") diff --git a/mon-thresh-architecture.png b/mon-thresh-architecture.png new file mode 100644 index 0000000..cf4647b Binary files /dev/null and b/mon-thresh-architecture.png differ