aboutsummaryrefslogtreecommitdiffstats
path: root/doc/netwatch-syslog.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-05-12 11:04:43 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-05-12 11:04:43 +0200
commitdf547b87a47e279d3f6b744675821621eea5d7b8 (patch)
treed5b33fb62e10637d70d8d0616437294ceb15ed9f /doc/netwatch-syslog.md
parent93ec9afe558ef6eba5d513fab359bb5f6618666d (diff)
parent12655bd58afc3a75fe3e2958bbe130b96f8b9be7 (diff)
Merge branch 'ros-v7-path-syntax' into next
Diffstat (limited to 'doc/netwatch-syslog.md')
-rw-r--r--doc/netwatch-syslog.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/netwatch-syslog.md b/doc/netwatch-syslog.md
index 9a28bb9..760d98f 100644
--- a/doc/netwatch-syslog.md
+++ b/doc/netwatch-syslog.md
@@ -16,8 +16,8 @@ Requirements and installation
Let's assume there is a remote log action and associated logging rule:
- / system logging action set remote=10.0.0.1 [ find where name="remote" ];
- / system logging add action=remote topics=info;
+ /system/logging/action/set remote=10.0.0.1 [ find where name="remote" ];
+ /system/logging/add action=remote topics=info;
Just install the script:
@@ -25,7 +25,7 @@ Just install the script:
... and create a netwatch matching the IP address from logging action above:
- / tool netwatch add down-script=netwatch-syslog host=10.0.0.1 up-script=netwatch-syslog;
+ /tool/netwatch/add down-script=netwatch-syslog host=10.0.0.1 up-script=netwatch-syslog;
All logging rules are disabled when host is down.