Corrected value for CRIT (#440)

* Update u_e-checkmk.de.md

The value for CRIT was wrong (copy-paste-error) - should be 2, instead of 1.

* Update u_e-checkmk.en.md

The value for CRIT was wrong (copy-paste-error) - should be 2, instead of 1.
Dieser Commit ist enthalten in:
Markus 2022-07-17 22:55:02 +02:00 committet von GitHub
Ursprung 06296c1476
Commit bb93c3ed0c
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -37,7 +37,7 @@ Sofern Updates vorhanden sind, wird `WARN` ausgegeben.
Sollte stattdessen `CRIT` gewĂĽnscht sein, ist die 7. Zeile durch folgendes zu ersetzen: Sollte stattdessen `CRIT` gewĂĽnscht sein, ist die 7. Zeile durch folgendes zu ersetzen:
```` ````
echo "1 \"mailcow_update\" mailcow_update=1;1;;0;1 Updated code is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/commits/master" echo "2 \"mailcow_update\" mailcow_update=1;1;;0;1 Updated code is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/commits/master"
```` ````
### Detailierter Check-Output ### Detailierter Check-Output

Datei anzeigen

@ -37,7 +37,7 @@ If updates are available, `WARN` is displayed.
If `CRIT` is desired instead, replace the 7th line with the following: If `CRIT` is desired instead, replace the 7th line with the following:
```` ````
echo "1 \"mailcow_update\" mailcow_update=1;1;;0;1 Updated code is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/commits/master" echo "2 \"mailcow_update\" mailcow_update=1;1;;0;1 Updated code is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/commits/master"
```` ````
### Detailed check output ### Detailed check output