diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-04-14 11:56:36 +0100 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2025-04-14 16:49:52 +0100 |
| commit | 5797e2c0f489272f2ff32b3884ea756f306b50e4 (patch) | |
| tree | 2f3d13abe9e2dfb737941e3edc3ee2ffacb82e56 /op-mode-definitions | |
| parent | 29cc3d790fa690356016a7df21ec75b12b84cb3c (diff) | |
| download | vyos-1x-5797e2c0f489272f2ff32b3884ea756f306b50e4.tar.gz vyos-1x-5797e2c0f489272f2ff32b3884ea756f306b50e4.zip | |
ids: T7241: remove Fastnetmon from the base system
It will eventually be moved to an addon
Diffstat (limited to 'op-mode-definitions')
| -rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 13 | ||||
| -rwxr-xr-x | op-mode-definitions/show-log.xml.in | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index 6a2b7e53b..cde28f284 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -17,19 +17,6 @@ </properties> <command>SYSTEMD_LOG_COLOR=false grc journalctl --no-hostname --follow --boot</command> </node> - <node name="ids"> - <properties> - <help>Monitor Intrusion Detection System log</help> - </properties> - <children> - <leafNode name="ddos-protection"> - <properties> - <help>Monitor last lines of DDOS protection</help> - </properties> - <command>journalctl --no-hostname --follow --boot --unit fastnetmon.service</command> - </leafNode> - </children> - </node> <leafNode name="certbot"> <properties> <help>Monitor last lines of certbot log</help> diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index c2504686d..e792ace0e 100755 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -62,19 +62,6 @@ </properties> <command>journalctl --no-hostname --boot --unit conserver-server.service</command> </leafNode> - <node name="ids"> - <properties> - <help>Show log for for Intrusion Detection System</help> - </properties> - <children> - <leafNode name="ddos-protection"> - <properties> - <help>Show log for DDOS protection</help> - </properties> - <command>journalctl --no-hostname --boot --unit fastnetmon.service</command> - </leafNode> - </children> - </node> <node name="dhcp"> <properties> <help>Show log for Dynamic Host Control Protocol (DHCP)</help> |
