File tree Expand file tree Collapse file tree 4 files changed +54
-3
lines changed
apps/microsoft/activedirectory/local
tests/resources/spellcheck Expand file tree Collapse file tree 4 files changed +54
-3
lines changed Original file line number Diff line number Diff line change 16
16
<critical >a .*?chou.</critical >
17
17
</messages >
18
18
</dcdiag >
19
+ <dcdiag language =" it" >
20
+ <messages >
21
+ <global >Inizio test.*?:\s+(.*?)\n.*?(superato|warning|non ha superato)</global >
22
+ <ok >superato</ok >
23
+ <warning >warning</warning >
24
+ <critical >non ha superato</critical >
25
+ </messages >
26
+ </dcdiag >
27
+ <dcdiag language =" de" >
28
+ <messages >
29
+ <global >Starting test.*?:\s+(.*?)\n.*?(bestanden|warnung|fehlgeschlagen)</global >
30
+ <ok >bestanden</ok >
31
+ <warning >warnung</warning >
32
+ <critical >fehlgeschlagen</critical >
33
+ </messages >
34
+ </dcdiag >
19
35
</root >
Original file line number Diff line number Diff line change @@ -115,6 +115,14 @@ sub read_config {
115
115
<critical>non ha superato</critical>
116
116
</messages>
117
117
</dcdiag>
118
+ <dcdiag language="de">
119
+ <messages>
120
+ <global>Starting test.*?:\s+(.*?)\n.*?(bestanden|warnung|fehlgeschlagen)</global>
121
+ <ok>bestanden</ok>
122
+ <warning>warnung</warning>
123
+ <critical>fehlgeschlagen</critical>
124
+ </messages>
125
+ </dcdiag>
118
126
</root>
119
127
END_FILE
120
128
@@ -237,7 +245,7 @@ Set the language used in config file (default: 'en').
237
245
238
246
=item B<--dfsr >
239
247
240
- Specifies that SysVol replication uses DFS instead of FRS (Windows 2008 or later)
248
+ Specifies that SysVol replication uses Distributed File System instead of File Replication Service (Windows 2008 or later)
241
249
242
250
=item B<--noeventlog >
243
251
Original file line number Diff line number Diff line change 18
18
<header_sessionname >SESSION</header_sessionname >
19
19
<header_state >^.*?TAT</header_state >
20
20
</qwinsta >
21
+ <qwinsta language =" it" >
22
+ <created >Totale sessioni create</created >
23
+ <disconnected >Totale sessioni disconnesse</disconnected >
24
+ <reconnected >Totale sessioni riconnesse</reconnected >
25
+ <activestate >Attivo</activestate >
26
+ <disconnectedstate >Disc</disconnectedstate >
27
+ <header_sessionname >NOMESESSIONE</header_sessionname >
28
+ <header_state >STATO</header_state >
29
+ </qwinsta >
30
+ <qwinsta language =" de" >
31
+ <created >Erstellte Sitzungen gesamt</created >
32
+ <disconnected >Getrennte Sitzungen gesamt</disconnected >
33
+ <reconnected >Erneut verbundene Sitzungen gesamt</reconnected >
34
+ <activestate >Aktiv</activestate >
35
+ <disconnectedstate >Getr\.</disconnectedstate >
36
+ <header_sessionname >SITZUNGSNAME</header_sessionname >
37
+ <header_state >STATUS</header_state >
38
+ </qwinsta >
21
39
</root >
Original file line number Diff line number Diff line change 11
11
--cert-pkcs12
12
12
--cert-pwd
13
13
--critical-bytesallocatedpercentage
14
+ --dfsr
14
15
--display-transform-dst
15
16
--display-transform-src
16
17
--dyn-mode
39
40
--mqtt-timeout
40
41
--mqtt-username
41
42
--nagvis-perfdata
43
+ --noeventlog
44
+ --nomachineaccount
42
45
--ntlmv2
43
46
--oid-display
44
47
--oid-extra-display
@@ -61,11 +64,14 @@ Centreon
61
64
cpu-utilization-1m
62
65
cpu-utilization-5m
63
66
cpu-utilization-5s
64
- DC4
65
67
Datacore
68
+ DC4
69
+ dcdiag
70
+ dfsrevent
66
71
FCCapacity
67
72
Fortigate
68
73
Fortinet
74
+ frsevent
69
75
HPE
70
76
HashiCorp
71
77
ISAM
@@ -74,10 +80,12 @@ IpAddr
74
80
ISAM
75
81
Iwsva
76
82
JOBQ
83
+ kccevent
77
84
Loggly
78
85
MBean
79
86
MIB
80
87
MQTT
88
+ machineaccount
81
89
Meraki
82
90
module-cellradio-rscp
83
91
module-cellradio-csq
@@ -97,11 +105,12 @@ Primera
97
105
QoS
98
106
RestAPI
99
107
RRDCached
108
+ Sansymphony
100
109
SNMP
101
110
SSDCapacity
102
111
SSH
103
- Sansymphony
104
112
SureBackup
113
+ SysVol
105
114
TCP
106
115
TrendMicro
107
116
UCD
You can’t perform that action at this time.
0 commit comments