librato-anomaly-detection

Librato metrics Anomaly Detection - Proactive

Downloads
4
Stars
5
Committers
4

Librato Anomaly Detection

Librato metrics Anomaly Detection - Proactive

Requirements

  • node.js
  • npm

Install

For local installing

  1. Clone or download this repository.
  • npm install

For global installing

  1. npm install -g librato-anomaly-detection

Usage

If you use this module as local, you need to modify this config with your config.

Sample Config

{
    "libratoUsername" : "xxx%40xxx.com", //Librato username
    "libratoPassword" : "xxxx", //Librato api password
    "slackWebHookURL" : "xxxx", //slack webhook url
    "mean": 2,
    "alarmCount" : 2, //Alarm Count
    "upperMessageFormat" : "%s-%s aralnda %s lm normal st snr olan %d deerinin % %d zerinde %d olarak kaydedilmitir.", //Slack alarm text
    "lowerMessageFormat" : "%s-%s aralnda %s lm normal alt snr olan %d deerinin % %d altnda %d olarak kaydedilmitir." //Slack alarm text
}

If you use this module as global, you can pass external config to this command via CLI.

librato-anomaly-detection --config ./configFile.json