summaryrefslogtreecommitdiff
path: root/salt/openbook/database/files/clustercheck
blob: 19ec82a23dc58169d93b4f7eec373be90dabbe8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
service clustercheck
{
    disable = no
    flags           = REUSE
    socket_type     = stream
    type            = UNLISTED
    port            = 9200
    wait            = no
    user            = nobody
    server          = /usr/local/bin/clustercheck.sh
    log_on_failure  += USERID
    only_from       = 0.0.0.0/0
    per_source      = UNLIMITED
}