Skip to content
Snippets Groups Projects
mentat-detmngr.py.conf 1.77 KiB
Newer Older
#-------------------------------------------------------------------------------
#
# 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_"
}