summaryrefslogtreecommitdiff
path: root/docs/system
diff options
context:
space:
mode:
Diffstat (limited to 'docs/system')
-rw-r--r--docs/system/config-management.rst2
-rw-r--r--docs/system/eventhandler.rst4
-rw-r--r--docs/system/proxy.rst4
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/system/config-management.rst b/docs/system/config-management.rst
index 9c4cc491..f21562fd 100644
--- a/docs/system/config-management.rst
+++ b/docs/system/config-management.rst
@@ -28,6 +28,6 @@ A commit look now like this:
Archiving config...
tftp://10.0.0.2 OK
[edit]
- vyos@vyos-R1#
+ vyos@vyos-R1#
The filename has this format: config.boot-hostname.YYYYMMDD_HHMMSS \ No newline at end of file
diff --git a/docs/system/eventhandler.rst b/docs/system/eventhandler.rst
index 31f05f2c..6496c556 100644
--- a/docs/system/eventhandler.rst
+++ b/docs/system/eventhandler.rst
@@ -31,7 +31,7 @@ In this small example a script runs every time a login failed and an interface g
.. code-block:: console
- vyos@vyos# show system event-handler
+ vyos@vyos# show system event-handler
feed Syslog {
policy MyPolicy
source {
@@ -43,6 +43,6 @@ In this small example a script runs every time a login failed and an interface g
event BadThingsHappened {
pattern "authentication failure"
pattern "interface \.* index \d+ .* DOWN.*"
- run /config/scripts/email-to-admin
+ run /config/scripts/email-to-admin
}
} \ No newline at end of file
diff --git a/docs/system/proxy.rst b/docs/system/proxy.rst
index f57b5cd2..421cd141 100644
--- a/docs/system/proxy.rst
+++ b/docs/system/proxy.rst
@@ -4,7 +4,7 @@ System Proxy
============
Some IT environments require the use of a proxy to connect to the Internet.
-The ``system proxy`` option sets the configuration for a proxy, and if necessary, supports `basic auth`_.
+The ``system proxy`` option sets the configuration for a proxy, and if necessary, supports `basic auth`_.
This example sets a proxy for all connections initiated by VyOS, including HTTP, HTTPS, and FTP (anonymous ftp).
@@ -14,7 +14,7 @@ This example sets a proxy for all connections initiated by VyOS, including HTTP,
set system proxy port 8080
# If a username and password are required
- set system proxy username vyosuser
+ set system proxy username vyosuser
set system proxy password vyosuser-password
That enables the update of a system image if the VyOS system operates behind a proxy.