summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/monkey/plugins/cheetah/conf/cheetah.conf
blob: d9448926e5bf380331ba484b71cb569ead713e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Cheetah! configuration
# ======================
# Cheetah! is the Monkey Sheel and in this file you can define
# the basic setup and behavior expected.
# 

[CHEETAH]
    # Listen :
    # --------
    # Cheetah! listen for input commands as any shell, this can be done 
    # using the standard keyboard input or through a unix pipe where you
    # need to connect using the Cheetah! client. 
    #
    # The Listen directive allows you to define which input method to use. 
    # Valid values for Listen are STDIN or SERVER.
    #  
    Listen SERVER