Merge branch 'develop' of https://github.com/centreon/centreon-plugins into CTOR-795-automated-test-os-snmp
This commit is contained in:
commit
59d430c4a0
|
@ -16,4 +16,20 @@
|
||||||
<critical>a .*?chou.</critical>
|
<critical>a .*?chou.</critical>
|
||||||
</messages>
|
</messages>
|
||||||
</dcdiag>
|
</dcdiag>
|
||||||
|
<dcdiag language="it">
|
||||||
|
<messages>
|
||||||
|
<global>Inizio test.*?:\s+(.*?)\n.*?(superato|warning|non ha superato)</global>
|
||||||
|
<ok>superato</ok>
|
||||||
|
<warning>warning</warning>
|
||||||
|
<critical>non ha superato</critical>
|
||||||
|
</messages>
|
||||||
|
</dcdiag>
|
||||||
|
<dcdiag language="de">
|
||||||
|
<messages>
|
||||||
|
<global>Starting test.*?:\s+(.*?)\n.*?(bestanden|warnung|fehlgeschlagen)</global>
|
||||||
|
<ok>bestanden</ok>
|
||||||
|
<warning>warnung</warning>
|
||||||
|
<critical>fehlgeschlagen</critical>
|
||||||
|
</messages>
|
||||||
|
</dcdiag>
|
||||||
</root>
|
</root>
|
||||||
|
|
|
@ -115,6 +115,14 @@ sub read_config {
|
||||||
<critical>non ha superato</critical>
|
<critical>non ha superato</critical>
|
||||||
</messages>
|
</messages>
|
||||||
</dcdiag>
|
</dcdiag>
|
||||||
|
<dcdiag language="de">
|
||||||
|
<messages>
|
||||||
|
<global>Starting test.*?:\s+(.*?)\n.*?(bestanden|warnung|fehlgeschlagen)</global>
|
||||||
|
<ok>bestanden</ok>
|
||||||
|
<warning>warnung</warning>
|
||||||
|
<critical>fehlgeschlagen</critical>
|
||||||
|
</messages>
|
||||||
|
</dcdiag>
|
||||||
</root>
|
</root>
|
||||||
END_FILE
|
END_FILE
|
||||||
|
|
||||||
|
@ -237,7 +245,7 @@ Set the language used in config file (default: 'en').
|
||||||
|
|
||||||
=item B<--dfsr>
|
=item B<--dfsr>
|
||||||
|
|
||||||
Specifies that SysVol replication uses DFS instead of FRS (Windows 2008 or later)
|
Specifies that SysVol replication uses Distributed File System instead of File Replication Service (Windows 2008 or later)
|
||||||
|
|
||||||
=item B<--noeventlog>
|
=item B<--noeventlog>
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,22 @@
|
||||||
<header_sessionname>SESSION</header_sessionname>
|
<header_sessionname>SESSION</header_sessionname>
|
||||||
<header_state>^.*?TAT</header_state>
|
<header_state>^.*?TAT</header_state>
|
||||||
</qwinsta>
|
</qwinsta>
|
||||||
|
<qwinsta language="it">
|
||||||
|
<created>Totale sessioni create</created>
|
||||||
|
<disconnected>Totale sessioni disconnesse</disconnected>
|
||||||
|
<reconnected>Totale sessioni riconnesse</reconnected>
|
||||||
|
<activestate>Attivo</activestate>
|
||||||
|
<disconnectedstate>Disc</disconnectedstate>
|
||||||
|
<header_sessionname>NOMESESSIONE</header_sessionname>
|
||||||
|
<header_state>STATO</header_state>
|
||||||
|
</qwinsta>
|
||||||
|
<qwinsta language="de">
|
||||||
|
<created>Erstellte Sitzungen gesamt</created>
|
||||||
|
<disconnected>Getrennte Sitzungen gesamt</disconnected>
|
||||||
|
<reconnected>Erneut verbundene Sitzungen gesamt</reconnected>
|
||||||
|
<activestate>Aktiv</activestate>
|
||||||
|
<disconnectedstate>Getr\.</disconnectedstate>
|
||||||
|
<header_sessionname>SITZUNGSNAME</header_sessionname>
|
||||||
|
<header_state>STATUS</header_state>
|
||||||
|
</qwinsta>
|
||||||
</root>
|
</root>
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
--cert-pkcs12
|
--cert-pkcs12
|
||||||
--cert-pwd
|
--cert-pwd
|
||||||
--critical-bytesallocatedpercentage
|
--critical-bytesallocatedpercentage
|
||||||
|
--dfsr
|
||||||
--display-transform-dst
|
--display-transform-dst
|
||||||
--display-transform-src
|
--display-transform-src
|
||||||
--dyn-mode
|
--dyn-mode
|
||||||
|
@ -39,6 +40,8 @@
|
||||||
--mqtt-timeout
|
--mqtt-timeout
|
||||||
--mqtt-username
|
--mqtt-username
|
||||||
--nagvis-perfdata
|
--nagvis-perfdata
|
||||||
|
--noeventlog
|
||||||
|
--nomachineaccount
|
||||||
--ntlmv2
|
--ntlmv2
|
||||||
--oid-display
|
--oid-display
|
||||||
--oid-extra-display
|
--oid-extra-display
|
||||||
|
@ -61,11 +64,14 @@ Centreon
|
||||||
cpu-utilization-1m
|
cpu-utilization-1m
|
||||||
cpu-utilization-5m
|
cpu-utilization-5m
|
||||||
cpu-utilization-5s
|
cpu-utilization-5s
|
||||||
DC4
|
|
||||||
Datacore
|
Datacore
|
||||||
|
DC4
|
||||||
|
dcdiag
|
||||||
|
dfsrevent
|
||||||
FCCapacity
|
FCCapacity
|
||||||
Fortigate
|
Fortigate
|
||||||
Fortinet
|
Fortinet
|
||||||
|
frsevent
|
||||||
HPE
|
HPE
|
||||||
HashiCorp
|
HashiCorp
|
||||||
ISAM
|
ISAM
|
||||||
|
@ -74,10 +80,12 @@ IpAddr
|
||||||
ISAM
|
ISAM
|
||||||
Iwsva
|
Iwsva
|
||||||
JOBQ
|
JOBQ
|
||||||
|
kccevent
|
||||||
Loggly
|
Loggly
|
||||||
MBean
|
MBean
|
||||||
MIB
|
MIB
|
||||||
MQTT
|
MQTT
|
||||||
|
machineaccount
|
||||||
Meraki
|
Meraki
|
||||||
module-cellradio-rscp
|
module-cellradio-rscp
|
||||||
module-cellradio-csq
|
module-cellradio-csq
|
||||||
|
@ -97,11 +105,12 @@ Primera
|
||||||
QoS
|
QoS
|
||||||
RestAPI
|
RestAPI
|
||||||
RRDCached
|
RRDCached
|
||||||
|
Sansymphony
|
||||||
SNMP
|
SNMP
|
||||||
SSDCapacity
|
SSDCapacity
|
||||||
SSH
|
SSH
|
||||||
Sansymphony
|
|
||||||
SureBackup
|
SureBackup
|
||||||
|
SysVol
|
||||||
TCP
|
TCP
|
||||||
TrendMicro
|
TrendMicro
|
||||||
UCD
|
UCD
|
||||||
|
|
Loading…
Reference in New Issue