diff options
author | Christian Breunig <christian@breunig.cc> | 2023-10-29 09:57:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 09:57:33 +0100 |
commit | 5974491d4b69932876ad697f82e1ef74cd37aa8f (patch) | |
tree | 6069e6cd61482e3873e641b586a377c8a7b3ad70 /op-mode-definitions/monitor-log.xml.in | |
parent | 2c87e2440cab8f6501faf3a4e2d08dbb43d6c73f (diff) | |
parent | 57000d752c610984c2074ad8cd2fa2d346794ba9 (diff) | |
download | vyos-1x-5974491d4b69932876ad697f82e1ef74cd37aa8f.tar.gz vyos-1x-5974491d4b69932876ad697f82e1ef74cd37aa8f.zip |
Merge pull request #2412 from JeffWDH/sagitta
T5661: Add show ssh dynamic-protection and show log ssh dynamic-protection
Diffstat (limited to 'op-mode-definitions/monitor-log.xml.in')
-rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index 52b5b85d4..ee066b39b 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -274,12 +274,20 @@ </properties> <command>journalctl --no-hostname --boot --follow --unit snmpd.service</command> </leafNode> - <leafNode name="ssh"> + <node name="ssh"> <properties> <help>Monitor last lines of Secure Shell log</help> </properties> <command>journalctl --no-hostname --boot --follow --unit ssh.service</command> - </leafNode> + <children> + <node name="dynamic-protection"> + <properties> + <help>Monitor last lines of SSH guard log</help> + </properties> + <command>journalctl --no-hostname --boot --follow --unit sshguard.service</command> + </node> + </children> + </node> <leafNode name="vpn"> <properties> <help>Monitor last lines of ALL Virtual Private Network services</help> |