]> git.stg.codes - stg.git/blob - stargazer/inst/linux/etc/stargazer/conf-available.d/mod_smux.conf
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / inst / linux / etc / stargazer / conf-available.d / mod_smux.conf
1 # Enables SMUX-peer for SNMPd.
2 <Module smux>
3     # IP-address of a server to connect to
4     # Parameter: required
5     # Value: X.X.X.X
6     # Default: 127.0.0.1
7     Server = 127.0.0.1
8
9     # Port number on a server to connect to
10     # Parameter: required
11     # Value: 1 ... 65535
12     # Default: 199
13     Port = 199
14
15     # Password for authentication on a server
16     # Parameter: required
17     # Value: any text
18     Password =
19 </Module>