]> git.stg.codes - stg.git/commitdiff
Fixes in configuration files.
authorMaxim Mamontov <faust.madf@gmail.com>
Fri, 11 Jan 2013 18:40:33 +0000 (20:40 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Fri, 11 Jan 2013 18:40:33 +0000 (20:40 +0200)
18 files changed:
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_nf.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_remote_script.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_rpc.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_smux.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_files.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_mysql.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_postgresql.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_cap_nf.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_remote_script.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_rpc.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_smux.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_mysql.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_postgresql.conf

index f3cbc40c644e95d4ad5f7b0a6918aa971e1dc994..948674cacafc68583f527bcd604d17cc2077f7e8 100644 (file)
@@ -3,14 +3,14 @@
     # Port for TCP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65534
+    # Value: 1 ... 65535
     # Default: 9996
     #TCPPort = 9996
 
     # Port for UDP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65536
+    # Value: 1 ... 65535
     # Default: 9996
     UDPPort = 9996
-</Module>
\ No newline at end of file
+</Module>
index aa18309a40bd9f0b8c2ae3386acd5280f2f62910..69b5eae323f9ab5060489cfe15e590daeb67d4fd 100644 (file)
@@ -2,7 +2,7 @@
 <Module auth_ia>
     # Port on which the server interacts with authorizator
     # Parameter: required
-    # Value: 1 ... 65534
+    # Value: 1 ... 65535
     # Default: 5555
     Port = 5555
 
@@ -35,4 +35,4 @@
     # Values: different, see above
     # Default: cash
     FreeMb = cash
-</Module>
\ No newline at end of file
+</Module>
index b3d0ab7619111b953837b5ac57de76fb9c00a5ef..a71350c868093994373161f6b1712b9418bd46c1 100644 (file)
@@ -14,7 +14,7 @@
     # 192.168.3.0/24 192.168.3.5
     # 192.168.4.0/24 192.168.4.5
     # Parametr: required
-    # Values: filename
+    # Values: file path
     # Default: subnets
     SubnetFile = subnets
 
@@ -39,4 +39,4 @@
     # Value: 1...65535
     # Default: 9999
     Port = 9999
-</Module>
\ No newline at end of file
+</Module>
index 06eeba4ed5a65f198bbfeaa84af661c3c33117b0..b05695a75e0b16b0b4542eafe329824b81ae88fc 100644 (file)
@@ -6,9 +6,9 @@
     # Default:
     Port = 8080
 
-    # Session timeout
+    # Session timeout in seconds
     # Parameter: required
-    # Value: any numeric
+    # Value: positive integer
     # Default: 1800
     CookieTimeout = 1800
-</Module>
\ No newline at end of file
+</Module>
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>
index 068d4abaeb8e98c597a48c90d2d0cf438cc80d12..f7e0f23da47773ae6c059338726ea44b41fd8970 100644 (file)
@@ -1,5 +1,4 @@
-# Option - the name of the module without 'mod_' at the beginning and '.so'
-# in the end ie full name of the module mod_store_files.so
+# Enables plain file backend.
 <StoreModule store_files>
 
     # Working server directory, provides data on tariffs, users, administrators.
index 738d75ccf4c02553d01a307547a23e27a7af210d..39e4ad3d9333f0fda49beed07fad397b1c1e6203 100644 (file)
@@ -1,37 +1,38 @@
+# Enables Firebird backend.
 <StoreModule store_firebird>
     # Database server address
-    # Parameter: required
+    # Parameter: optional
     # Value: IP address or DNS name
     # Default: localhost
-    Server = localhost
+    Server = localhost
 
     # Path to the database on the server or its alias
-    # Parameter: required
+    # Parameter: optional
     # Value: file path
     # Default: /var/stg/stargazer.fdb
-    Database = /var/stg/stargazer.fdb
+    Database = /var/stg/stargazer.fdb
 
     # Database username
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stg
-    User = stg
+    User = stg
 
     # Database password
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: 123456
-    Password = 123456
+    Password = 123456
 
     # The transaction isolation level
     # Parameter: optional
     # Values: concurrency, dirtyread, readcommitted, consistency
     # Defalt: concurrency
-    IsolationLevel = concurrency
+    IsolationLevel = concurrency
 
     # Responding to lock (optional, defaults to wait):
     # Parameter: optional
     # Values: wait, nowait
     # Defalt: wait
-    LockResolution = wait
+    LockResolution = wait
 </StoreModule>
index a5cc418046d9d56cb7543f2451eab761548ae407..a5b2126d5b3ca3d4669ec3a361ff457265dac154 100644 (file)
@@ -1,3 +1,4 @@
+# Enables MySQL backend.
 <StoreModule store_mysql>
     # Database server address
     # Parameter: required
index 153265845091dfe2d52b4296ba4c0b95c7fa4720..8a52c75b994eeca8a5800e8b42a2c6e8137eacb2 100644 (file)
@@ -1,27 +1,28 @@
+# Enables PostgreSQL backend.
 <StoreModule store_postgresql>
     # Database server address
-    # Parameter: required
+    # Parameter: optional
     # Value: IP address or DNS name
     # Default: localhost
-    Server = localhost
+    Server = localhost
 
     # Database name
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stargazer
-    Database = stargazer
+    Database = stargazer
 
     # Database username
-    # Parameter: mandatory
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stg
-    User = stg
+    User = stg
 
     # Database password
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: 123456
-    Password = 123456
+    Password = 123456
 
     # Number of tries to reconnect
     # Parameter: optional
index f3cbc40c644e95d4ad5f7b0a6918aa971e1dc994..948674cacafc68583f527bcd604d17cc2077f7e8 100644 (file)
@@ -3,14 +3,14 @@
     # Port for TCP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65534
+    # Value: 1 ... 65535
     # Default: 9996
     #TCPPort = 9996
 
     # Port for UDP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65536
+    # Value: 1 ... 65535
     # Default: 9996
     UDPPort = 9996
-</Module>
\ No newline at end of file
+</Module>
index aa18309a40bd9f0b8c2ae3386acd5280f2f62910..69b5eae323f9ab5060489cfe15e590daeb67d4fd 100644 (file)
@@ -2,7 +2,7 @@
 <Module auth_ia>
     # Port on which the server interacts with authorizator
     # Parameter: required
-    # Value: 1 ... 65534
+    # Value: 1 ... 65535
     # Default: 5555
     Port = 5555
 
@@ -35,4 +35,4 @@
     # Values: different, see above
     # Default: cash
     FreeMb = cash
-</Module>
\ No newline at end of file
+</Module>
index b3d0ab7619111b953837b5ac57de76fb9c00a5ef..a71350c868093994373161f6b1712b9418bd46c1 100644 (file)
@@ -14,7 +14,7 @@
     # 192.168.3.0/24 192.168.3.5
     # 192.168.4.0/24 192.168.4.5
     # Parametr: required
-    # Values: filename
+    # Values: file path
     # Default: subnets
     SubnetFile = subnets
 
@@ -39,4 +39,4 @@
     # Value: 1...65535
     # Default: 9999
     Port = 9999
-</Module>
\ No newline at end of file
+</Module>
index 06eeba4ed5a65f198bbfeaa84af661c3c33117b0..b05695a75e0b16b0b4542eafe329824b81ae88fc 100644 (file)
@@ -6,9 +6,9 @@
     # Default:
     Port = 8080
 
-    # Session timeout
+    # Session timeout in seconds
     # Parameter: required
-    # Value: any numeric
+    # Value: positive integer
     # Default: 1800
     CookieTimeout = 1800
-</Module>
\ No newline at end of file
+</Module>
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>
index 068d4abaeb8e98c597a48c90d2d0cf438cc80d12..f7e0f23da47773ae6c059338726ea44b41fd8970 100644 (file)
@@ -1,5 +1,4 @@
-# Option - the name of the module without 'mod_' at the beginning and '.so'
-# in the end ie full name of the module mod_store_files.so
+# Enables plain file backend.
 <StoreModule store_files>
 
     # Working server directory, provides data on tariffs, users, administrators.
index 738d75ccf4c02553d01a307547a23e27a7af210d..39e4ad3d9333f0fda49beed07fad397b1c1e6203 100644 (file)
@@ -1,37 +1,38 @@
+# Enables Firebird backend.
 <StoreModule store_firebird>
     # Database server address
-    # Parameter: required
+    # Parameter: optional
     # Value: IP address or DNS name
     # Default: localhost
-    Server = localhost
+    Server = localhost
 
     # Path to the database on the server or its alias
-    # Parameter: required
+    # Parameter: optional
     # Value: file path
     # Default: /var/stg/stargazer.fdb
-    Database = /var/stg/stargazer.fdb
+    Database = /var/stg/stargazer.fdb
 
     # Database username
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stg
-    User = stg
+    User = stg
 
     # Database password
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: 123456
-    Password = 123456
+    Password = 123456
 
     # The transaction isolation level
     # Parameter: optional
     # Values: concurrency, dirtyread, readcommitted, consistency
     # Defalt: concurrency
-    IsolationLevel = concurrency
+    IsolationLevel = concurrency
 
     # Responding to lock (optional, defaults to wait):
     # Parameter: optional
     # Values: wait, nowait
     # Defalt: wait
-    LockResolution = wait
+    LockResolution = wait
 </StoreModule>
index a5cc418046d9d56cb7543f2451eab761548ae407..a5b2126d5b3ca3d4669ec3a361ff457265dac154 100644 (file)
@@ -1,3 +1,4 @@
+# Enables MySQL backend.
 <StoreModule store_mysql>
     # Database server address
     # Parameter: required
index 153265845091dfe2d52b4296ba4c0b95c7fa4720..8a52c75b994eeca8a5800e8b42a2c6e8137eacb2 100644 (file)
@@ -1,27 +1,28 @@
+# Enables PostgreSQL backend.
 <StoreModule store_postgresql>
     # Database server address
-    # Parameter: required
+    # Parameter: optional
     # Value: IP address or DNS name
     # Default: localhost
-    Server = localhost
+    Server = localhost
 
     # Database name
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stargazer
-    Database = stargazer
+    Database = stargazer
 
     # Database username
-    # Parameter: mandatory
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stg
-    User = stg
+    User = stg
 
     # Database password
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: 123456
-    Password = 123456
+    Password = 123456
 
     # Number of tries to reconnect
     # Parameter: optional