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:
Ursprung
06296c1476
Commit
bb93c3ed0c
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
2
docs/third_party/checkmk/u_e-checkmk.de.md
gevendort
2
docs/third_party/checkmk/u_e-checkmk.de.md
gevendort
|
@ -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:
|
||||
|
||||
````
|
||||
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
|
||||
|
|
2
docs/third_party/checkmk/u_e-checkmk.en.md
gevendort
2
docs/third_party/checkmk/u_e-checkmk.en.md
gevendort
|
@ -37,7 +37,7 @@ If updates are available, `WARN` is displayed.
|
|||
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
|
||||
|
|
Laden …
In neuem Issue referenzieren