summaryrefslogtreecommitdiff
path: root/op-mode-definitions/monitor-log.xml.in
blob: a2d5d924ab8654b98b5b51307b31b8632f67d36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="monitor">
    <properties>
      <help>Monitor system information</help>
    </properties>
    <children>
      <node name="log">
        <properties>
          <help>Monitor last lines of messages file</help>
        </properties>
        <command>SYSTEMD_LOG_COLOR=false journalctl --no-hostname --follow --boot</command>
        <children>
          <node name="color">
            <properties>
              <help>Output log in a colored fashion</help>
            </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>
            </properties>
            <command>if sudo test -f /var/log/letsencrypt/letsencrypt.log; then sudo tail --follow=name /var/log/letsencrypt/letsencrypt.log; else echo "Cerbot log does not exist"; fi</command>
          </leafNode>
          <leafNode name="conntrack-sync">
            <properties>
              <help>Monitor last lines of conntrack-sync log</help>
            </properties>
            <command>journalctl --no-hostname --follow --boot --unit conntrackd.service</command>
          </leafNode>
          <leafNode name="console-server">
            <properties>
              <help>Monitor last lines of console server log</help>
            </properties>
            <command>journalctl --no-hostname --follow --boot --unit conserver-server.service</command>
          </leafNode>
          <node name="dhcp">
            <properties>
              <help>Monitor last lines of Dynamic Host Control Protocol log</help>
            </properties>
            <children>
              <node name="server">
                <properties>
                  <help>Monitor last lines of DHCP server log</help>
                </properties>
                <command>journalctl --no-hostname --follow --boot --unit kea-dhcp4-server.service</command>
              </node>
              <node name="client">
                <properties>
                  <help>Monitor last lines of DHCP client log</help>
                </properties>
                <command>journalctl --no-hostname --follow --boot --unit "dhclient@*.service"</command>
                <children>
                  <tagNode name="interface">
                    <properties>
                      <help>Show DHCP client log on specific interface</help>
                      <completionHelp>
                        <script>${vyos_completion_dir}/list_interfaces --broadcast</script>
                      </completionHelp>
                    </properties>
                    <command>journalctl --no-hostname --follow --boot --unit "dhclient@$6.service"</command>
                  </tagNode>
                </children>
              </node>
            </children>
          </node>
          <node name="dhcpv6">
            <properties>
              <help>Monitor last lines of Dynamic Host Control Protocol IPv6 log</help>
            </properties>
            <children>
              <node name="server">
                <properties>
                  <help>Monitor last lines of DHCPv6 server log</help>
                </properties>
                <command>journalctl --no-hostname --follow --boot --unit kea-dhcp6-server.service</command>
              </node>
              <node name="client">
                <properties>
                  <help>Monitor last lines of DHCPv6 client log</help>
                </properties>
                <command>journalctl --no-hostname --follow --boot --unit "dhcp6c@*.service"</command>
                <children>
                  <tagNode name="interface">
                    <properties>
                      <help>Show DHCPv6 client log on specific interface</help>
                      <completionHelp>
                        <script>${vyos_completion_dir}/list_interfaces</script>
                      </completionHelp>
                    </properties>
                    <command>journalctl --no-hostname --follow --boot --unit "dhcp6c@$6.service"</command>
                  </tagNode>
                </children>
              </node>
            </children>
          </node>
          <leafNode name="flow-accounting">
            <properties>
              <help>Monitor last lines of flow-accounting log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit uacctd.service</command>
          </leafNode>
          <leafNode name="ipoe-server">
            <properties>
              <help>Monitor last lines of IP over Ethernet server log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit accel-ppp@ipoe.service</command>
          </leafNode>
          <leafNode name="kernel">
            <properties>
              <help>Monitor last lines of Linux Kernel log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --dmesg</command>
          </leafNode>
          <leafNode name="ndp-proxy">
            <properties>
              <help>Monitor last lines of Neighbor Discovery Protocol (NDP) Proxy</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit ndppd.service</command>
          </leafNode>
          <leafNode name="nhrp">
            <properties>
              <help>Monitor last lines of Next Hop Resolution Protocol log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit opennhrp.service</command>
          </leafNode>
          <leafNode name="ntp">
            <properties>
              <help>Monitor last lines of Network Time Protocol log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit chrony.service</command>
          </leafNode>
          <node name="openvpn">
            <properties>
              <help>Monitor last lines of OpenVPN log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit openvpn@*.service</command>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>Monitor last lines of specific OpenVPN interface log</help>
                  <completionHelp>
                    <path>interfaces openvpn</path>
                  </completionHelp>
                </properties>
                <command>journalctl --no-hostname --boot --unit openvpn@$5.service</command>
              </tagNode>
            </children>
          </node>
          <node name="pppoe">
            <properties>
              <help>Monitor last lines of PPPoE interface log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit "ppp@pppoe*.service"</command>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>Monitor last lines of PPPoE log for specific interface</help>
                  <completionHelp>
                    <path>interfaces pppoe</path>
                  </completionHelp>
                </properties>
                <command>journalctl --no-hostname --boot --follow --unit "ppp@$5.service"</command>
              </tagNode>
            </children>
          </node>
          <leafNode name="pppoe-server">
            <properties>
              <help>Monitor last lines of PPPoE server log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit accel-ppp@pppoe.service</command>
          </leafNode>
          <node name="protocol">
            <properties>
              <help>Monitor routing protocol logs</help>
            </properties>
            <children>
              <leafNode name="ospf">
                <properties>
                  <help>Monitor log for OSPF</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/ospfd</command>
              </leafNode>
              <leafNode name="ospfv3">
                <properties>
                  <help>Monitor log for OSPF for IPv6</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/ospf6d</command>
              </leafNode>
              <leafNode name="bgp">
                <properties>
                  <help>Monitor log for BGP</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/bgpd</command>
              </leafNode>
              <leafNode name="rip">
                <properties>
                  <help>Monitor log for RIP</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/ripd</command>
              </leafNode>
              <leafNode name="ripng">
                <properties>
                  <help>Monitor log for RIPng</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/ripngd</command>
              </leafNode>
              <leafNode name="static">
                <properties>
                  <help>Monitor log for static route</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/staticd</command>
              </leafNode>
              <leafNode name="multicast">
                <properties>
                  <help>Monitor log for Multicast protocol</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/pimd</command>
              </leafNode>
              <leafNode name="isis">
                <properties>
                  <help>Monitor log for ISIS</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/isisd</command>
              </leafNode>
              <leafNode name="nhrp">
                <properties>
                  <help>Monitor log for NHRP</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/nhrpd</command>
              </leafNode>
              <leafNode name="bfd">
                <properties>
                  <help>Monitor log for BFD</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/bfdd</command>
              </leafNode>
              <leafNode name="mpls">
                <properties>
                  <help>Monitor log for MPLS</help>
                </properties>
                <command>journalctl --follow --no-hostname --boot /usr/lib/frr/ldpd</command>
              </leafNode>
            </children>
          </node>
          <node name="macsec">
            <properties>
              <help>Monitor last lines of MACsec</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit "wpa_supplicant-macsec@*.service"</command>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>Monitor last lines of specific MACsec interface</help>
                  <completionHelp>
                    <path>interfaces macsec</path>
                  </completionHelp>
                </properties>
                <command>SRC=$(cli-shell-api returnValue interfaces macsec "$5" source-interface); journalctl --no-hostname --boot --follow --unit "wpa_supplicant-macsec@$SRC.service"</command>
              </tagNode>
            </children>
          </node>
          <leafNode name="router-advert">
            <properties>
              <help>Monitor last lines of Router Advertisement Daemon log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit radvd.service</command>
          </leafNode>
          <leafNode name="snmp">
            <properties>
              <help>Monitor last lines of Simple Network Monitoring Protocol log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit snmpd.service</command>
          </leafNode>
          <node name="ssh">
            <properties>
              <help>Monitor last lines of Secure Shell log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit ssh.service</command>
            <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>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit strongswan.service --unit accel-ppp@*.service --unit ocserv.service</command>
          </leafNode>
          <leafNode name="ipsec">
            <properties>
              <help>Monitor last lines of IPsec log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit strongswan.service</command>
          </leafNode>
          <leafNode name="l2tp">
            <properties>
              <help>Monitor last lines of L2TP log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit accel-ppp@l2tp.service</command>
          </leafNode>
          <leafNode name="openconnect">
            <properties>
              <help>Monitor last lines of OpenConnect log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit ocserv.service</command>
          </leafNode>
          <leafNode name="pptp">
            <properties>
              <help>Monitor last lines of PPTP log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit accel-ppp@pptp.service</command>
          </leafNode>
          <leafNode name="sstp">
            <properties>
              <help>Monitor last lines of Secure Socket Tunneling Protocol server</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit accel-ppp@sstp.service</command>
          </leafNode>
          <node name="sstpc">
            <properties>
              <help>Monitor last lines of Secure Socket Tunneling Protocol client</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit "ppp@sstpc*.service"</command>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>Monitor last lines of SSTP client log for specific interface</help>
                  <completionHelp>
                    <path>interfaces sstpc</path>
                  </completionHelp>
                </properties>
                <command>journalctl --no-hostname --boot --follow --unit "ppp@$5.service"</command>
              </tagNode>
            </children>
          </node>
          <leafNode name="vrrp">
            <properties>
              <help>Monitor last lines of Virtual Router Redundancy Protocol log</help>
            </properties>
            <command>journalctl --no-hostname --boot --follow --unit keepalived.service</command>
          </leafNode>
          <node name="wireless">
            <properties>
              <help>Monitor last lines of Wireless interface log</help>
            </properties>
            <children>
              <node name="wpa-supplicant">
                <properties>
                  <help>Monitor last lines of WPA supplicant</help>
                </properties>
                <command>if cli-shell-api existsActive interfaces wireless; then journalctl --no-hostname --boot --follow --unit "wpa_supplicant@*.service"; else echo "No wireless interface configured!"; fi</command>
                <children>
                  <tagNode name="interface">
                    <properties>
                      <help>Monitor last lines of specific wireless interface supplicant</help>
                      <completionHelp>
                        <path>interfaces wireless</path>
                      </completionHelp>
                    </properties>
                    <command>if [[ $(cli-shell-api returnActiveValue interfaces wireless $6 type) == "station" ]]; then journalctl --no-hostname --boot --follow --unit "wpa_supplicant@$6.service"; else echo "Wireless interface $6 not configured as station!"; fi</command>
                  </tagNode>
                </children>
              </node>
              <node name="hostapd">
                <properties>
                  <help>Monitor last lines of host access point daemon</help>
                </properties>
                <command>if cli-shell-api existsActive interfaces wireless; then journalctl --no-hostname --boot --follow --unit "hostapd@*.service"; else echo "No wireless interface configured!"; fi</command>
                <children>
                  <tagNode name="interface">
                    <properties>
                      <help>Monitor last lines of specific host access point interface</help>
                      <completionHelp>
                        <path>interfaces wireless</path>
                      </completionHelp>
                    </properties>
                    <command>if [[ $(cli-shell-api returnActiveValue interfaces wireless $6 type) == "access-point" ]]; then journalctl --no-hostname --boot --follow --unit "hostapd@$6.service"; else echo "Wireless interface $6 not configured as access-point!"; fi</command>
                  </tagNode>
                </children>
              </node>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>