b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | #config service 'checkmk_agent' |
2 | # option type 'UNLISTED' | ||||
3 | # option port '6556' | ||||
4 | # option socket_type 'stream' | ||||
5 | # option protocol 'tcp' | ||||
6 | # option wait 'no' | ||||
7 | # option user 'root' | ||||
8 | # option server '/usr/bin/check_mk_agent' | ||||
9 | # list only_from '127.0.0.1' | ||||
10 | # list only_from '1.1.1.1' | ||||
11 | # list log_on_success 'PID' | ||||
12 | # list log_on_success 'HOST' | ||||
13 | # option disable 'no' |