From 69347764a9e719f9acd94815a3d42b3fd8015f18 Mon Sep 17 00:00:00 2001 From: Mark Nellemann Date: Mon, 29 Mar 2021 22:16:15 +0200 Subject: [PATCH] Update HMC syslog ignore filter. --- doc/power-hmc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/power-hmc.md b/doc/power-hmc.md index 6e3f3d7..9b18a56 100644 --- a/doc/power-hmc.md +++ b/doc/power-hmc.md @@ -12,7 +12,7 @@ Network / Firewall must allow UDP (and possible TCP) traffic on port 514 from HM To add a remote logging destination, run the following command. Use the filter to discard unwanted messaged. ```shell -chhmc -c syslog -t udp -s add -h 10.32.64.1 --input "filter_msg_contains_discard_strings=run-parts,slice,session,leases,renewal,0anacron,Session,DHCPREQUEST,DHCPACK,CMD,CRON" +chhmc -c syslog -t udp -s add -h 10.32.64.1 --input "filter_msg_contains_discard_strings=run-parts,slice,session,leases,renewal,0anacron,Session,DHCPREQUEST,DHCPACK,CMD,CRON,SCHEDULED" ``` In the above example we filter away some messages that we are not interested in forwarding on remotely.