diff --git a/docs/aws-boilerplate.rst b/docs/aws-boilerplate.rst index ca99b52c..1ea29f83 100644 --- a/docs/aws-boilerplate.rst +++ b/docs/aws-boilerplate.rst @@ -1,3 +1,3 @@ -If you have AWS credentials configured elsewhere (e.g. in :file:`~/.aws/credentials`), or in the environment, this will use those and you do not need to specifiy credentials in your configuration file. +If you have AWS credentials configured elsewhere (e.g. in :file:`~/.aws/credentials`), or in the environment, this will use those and you do not need to specify credentials in your configuration file. As a best practice, use an IAM User/Role which is only allowed to access the resources in use. diff --git a/docs/configuration.rst b/docs/configuration.rst index 0aa8e3e9..98132669 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -233,7 +233,7 @@ Reloading You can send SimpleMonitor a SIGHUP to make it reload its configuration. On platforms which don't have that (e.g. Windows), you can specify a file to watch. If the modification time of the file changes, SimpleMonitor will reload -its configration. +its configuration. Reloading will pick up a change to ``interval`` but no other configuration in the ``[monitor]`` section. Monitors, Alerters and Loggers are reloaded. You can diff --git a/docs/get-config-values.rst b/docs/get-config-values.rst index 3eb0fc10..8d6b533e 100644 --- a/docs/get-config-values.rst +++ b/docs/get-config-values.rst @@ -5,7 +5,7 @@ Getting configuration values When loading configuration values for Monitors, Alerters and Loggers, you can use the `get_config_option()` function to perform sanity checks on the loaded config. -.. py:function:: get_config_option(config_options: dict, key: str, [default=None[, required=False[, required_type="str"[, allowed_values=None[, allow_empty=True[, mininum=None[,maximum=None]]]]]]]) +.. py:function:: get_config_option(config_options: dict, key: str, [default=None[, required=False[, required_type="str"[, allowed_values=None[, allow_empty=True[, minimum=None[,maximum=None]]]]]]]) Get a config value out of a dict, and perform basic validation on it. diff --git a/docs/index.rst b/docs/index.rst index e9eafbb1..266295ce 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -85,7 +85,7 @@ Some of the options include (for the complete list, see :ref:`Loggers