mirror of
https://github.com/pcvolkmer/checkbar.git
synced 2025-07-02 06:22:53 +00:00
Allow whitespaces in update duration interval
This commit is contained in:
@ -36,7 +36,7 @@ default to 60 seconds.
|
||||
|
||||
----
|
||||
# Update interval using value with units. Default value if not set is 60 sec.
|
||||
interval = 2m30s
|
||||
interval = "2m 30s"
|
||||
----
|
||||
|
||||
Each host or application to be checked consists of `name` and `url`.
|
||||
@ -58,7 +58,7 @@ $ checkbar /etc/checkbar_example.toml
|
||||
|
||||
=== Colors
|
||||
|
||||
To change the colors, use the following configuration. As an example the colors of the default configuration are shown.
|
||||
To change the colors, use the following configuration. As an example, the colors of the default configuration are shown.
|
||||
|
||||
----
|
||||
...
|
||||
|
Reference in New Issue
Block a user