]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_smux.conf
Move projects back into subfolder.
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_smux.conf
index 924cc636ab63fc4714ef909ce9063761fbcf5de1..84ce24bb130467457c48f658382d5fcf2e732683 100644 (file)
@@ -1,3 +1,4 @@
+# Enables SMUX-peer for SNMPd.
 <Module smux>
     # IP-address of a server to connect to
     # Parameter: required
@@ -12,7 +13,7 @@
     Port = 199
 
     # Password for authentication on a server
-    # Parameter: optional
-    # 
-    # Password = 123456
+    # Parameter: required
+    # Value: any text
+    Password =
 </Module>