Newer
Older
Rajmund Hruška
committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#-------------------------------------------------------------------------------
#
# CONFIGURATION FILE FOR MENTAT-DETMNGR.PY MODULE
#
#-------------------------------------------------------------------------------
{
#---------------------------------------------------------------------------
# Custom script configurations
#---------------------------------------------------------------------------
# Path to detectors file containing data.
# default: None
# type: string
#
#"detectors_file": null,
# Source of detectors file.
# default: warden
# type: string
#
#"source": "detectors-file",
#---------------------------------------------------------------------------
# Common script configurations
#---------------------------------------------------------------------------
#"regular": false,
#"shell": false,
#"command": "generate",
"interval": "6_hourly",
#"adjust_thresholds": false,
#"time_high": null,
#---------------------------------------------------------------------------
# Common application configurations
#---------------------------------------------------------------------------
#"quiet": false,
#"verbosity": 0,
#"log_file": "/var/mentat/log/mentat-detmngr.py.log",
#"log_level": "info",
#"runlog_dir": "/var/mentat/run/mentat-detmngr.py",
#"runlog_dump": false,
#"runlog_log": false,
#"pstate_file": "/var/mentat/run/mentat-detmngr.py.pstate",
#"pstate_dump": false,
#"pstate_log": false,
#"action": null,
#"user": "mentat",
#"group": "mentat",
# This is a dummy last configuration so that the user does not have to fix
# the commas in the whole configuration file after each change.
"_dummy_": "_dummy_"
}