Open EndzeitBegins opened 8 years ago
Additional parameters:
Configuration
Additional parameters:
Configuration
First version of the start parameter feature implemented with commit 80a96c4
Additional parameters:
Configuration
As of https://github.com/OpServ-Monitoring/opserv-backend/commit/e395c3e5a7e5cf526c2db3111d65d9754f16e4e5
start parameters are working correctly and are compared with the configuration file. Startup parameters have a higher priority than the configuraiton file and overwrite it if existing.
The only issue that remains is that the default values have to be moved to the config file
As stated in #14 the program should read start parameters and change its behavior accordingly.
This should be separated from other components of the software such as server, gathering or database and be the first code to be executed.
All start parameters should be saved in-memory and be accessed over a read-only interface.
Start parameters may include not exclusively:
SSL/TLS
Authentication
Please leave a comment for additional ideas.