lib/splash/constants.rb in prometheus-splash-0.5.2 vs lib/splash/constants.rb in prometheus-splash-0.5.3

- old
+ new

@@ -1,19 +1,21 @@ # coding: utf-8 module Splash module Constants - VERSION = "0.5.2" + VERSION = "0.5.3" # the path to th config file, not overridable by config CONFIG_FILE = "/etc/splash.yml" # the default execution trace_path if backend file TRACE_PATH="/var/run/splash" # default scheduling criteria for log monitoring DAEMON_LOGMON_SCHEDULING={ :every => '20s'} - # default scheduling criteria for log metrics notifications - DAEMON_METRICS_SCHEDULING={ :every => '20s'} + # default scheduling criteria for metrics notifications + DAEMON_METRICS_SCHEDULING={ :every => '15s'} + # default scheduling criteria for process monitoring + DAEMON_PROCMON_SCHEDULING={ :every => '20s'} # the display name of daemon in proc info (ps/top) DAEMON_PROCESS_NAME="Splash : daemon." # the default pid file path DAEMON_PID_PATH="/var/run"