lib/splash/constants.rb in prometheus-splash-0.5.0 vs lib/splash/constants.rb in prometheus-splash-0.5.2
- old
+ new
@@ -1,17 +1,20 @@
# coding: utf-8
module Splash
module Constants
- VERSION = "0.5.0"
+ VERSION = "0.5.2"
# 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'}
+
# 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"
# the default pid file name