diff options
| -rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 15 | ||||
| -rw-r--r-- | op-mode-definitions/show-log.xml.in | 15 | 
2 files changed, 28 insertions, 2 deletions
| diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index f5e0ede59..99d64acb3 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -14,6 +14,19 @@              </properties>              <command>grc journalctl --no-hostname --follow --boot</command>            </node> +          <node name="ids"> +            <properties> +              <help>Monitor log for Intrusion Detection System</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>            <node name="dhcp">              <properties>                <help>Monitor last lines of Dynamic Host Control Protocol (DHCP)</help> @@ -111,7 +124,7 @@            </node>            <node name="protocol">              <properties> -              <help>Monitor log for Routing Protocols</help> +              <help>Monitor log for Routing Protocol</help>              </properties>              <children>                <leafNode name="ospf"> diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index 76879e5d6..ab9e128a8 100644 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -32,6 +32,19 @@              </properties>              <command>journalctl --no-hostname --boot --unit conntrackd.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> @@ -243,7 +256,7 @@            </node>            <node name="protocol">              <properties> -              <help>Show log for Routing Protocols</help> +              <help>Show log for Routing Protocol</help>              </properties>              <children>                <leafNode name="ospf"> | 
