aboutsummaryrefslogtreecommitdiff
path: root/net/xinetd/files/xinetd.uci.conf.sample
blob: 13bce53735b4f8254e1129dddf2e2b9b323e8ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#config service 'checkmk_agent'
#        option type 'UNLISTED'
#        option port '6556'
#        option socket_type 'stream'
#        option protocol 'tcp'
#        option wait 'no'
#        option user 'root'
#        option server '/usr/bin/check_mk_agent'
#        list only_from '127.0.0.1'
#        list only_from '1.1.1.1'
#        list log_on_success 'PID'
#        list log_on_success 'HOST'
#        option disable 'no'