Implemented more Linspector design ideas.
This commit is contained in:
parent
edf12cc5c4
commit
6dac6a1f66
20 changed files with 5992 additions and 11 deletions
|
|
@ -13,7 +13,7 @@ log_count = 5
|
|||
log_size = 10485760
|
||||
pid_file = /var/run/user/1000/linspector.pid
|
||||
; default delimiters '=' and ':' should be changed to ',' to be more native
|
||||
plugins = httpserver,mariadb,speedtest
|
||||
plugins = HTTPServer,MariaDB
|
||||
; maybe the run_mode is obsolete because this will be a daemon but maybe it is useful for one time execution?
|
||||
; in uplink the available run_modes were cron, daemon and foreground
|
||||
run_mode = cron
|
||||
|
|
@ -43,5 +43,7 @@ speedtest_url = https://go.microsoft.com/fwlink/?Linkid=850641
|
|||
|
||||
; if types can or must be configured before use; for now no use case seen.
|
||||
; every type can be configured in it's own ini file in etc/types; there no type name as prefix is not needed.
|
||||
[types]
|
||||
foo = bar
|
||||
[services]
|
||||
foo = bar
|
||||
|
||||
[tasks]
|
||||
Loading…
Add table
Add a link
Reference in a new issue