mirror of https://github.com/nicolargo/glances.git
Update docs
This commit is contained in:
parent
eed2ec954a
commit
dc8707ad33
670
docs/api.rst
670
docs/api.rst
File diff suppressed because it is too large
Load Diff
|
|
@ -45,10 +45,10 @@ A first section (called global) is available:
|
|||
# It is also possible to overwrite it in each plugin section
|
||||
refresh=2
|
||||
# Should Glances check if a newer version is available on PyPI ?
|
||||
check_update=false
|
||||
check_update=true
|
||||
# History size (maximum number of values)
|
||||
# Default is 28800: 1 day with 1 point every 3 seconds
|
||||
history_size=28800
|
||||
# Default is 1200 values (~1h with the default refresh rate)
|
||||
history_size=1200
|
||||
# Set the way Glances should display the date (default is %Y-%m-%d %H:%M:%S %Z)
|
||||
#strftime_format="%Y-%m-%d %H:%M:%S %Z"
|
||||
# Define external directory for loading additional plugins
|
||||
|
|
|
|||
|
|
@ -620,10 +620,10 @@ A first section (called global) is available:
|
|||
# It is also possible to overwrite it in each plugin section
|
||||
refresh=2
|
||||
# Should Glances check if a newer version is available on PyPI ?
|
||||
check_update=false
|
||||
check_update=true
|
||||
# History size (maximum number of values)
|
||||
# Default is 28800: 1 day with 1 point every 3 seconds
|
||||
history_size=28800
|
||||
# Default is 1200 values (~1h with the default refresh rate)
|
||||
history_size=1200
|
||||
# Set the way Glances should display the date (default is %Y\-%m\-%d %H:%M:%S %Z)
|
||||
#strftime_format=\(dq%Y\-%m\-%d %H:%M:%S %Z\(dq
|
||||
# Define external directory for loading additional plugins
|
||||
|
|
|
|||
Loading…
Reference in New Issue