Skip to content

Commit

Permalink
zimbraHealth: add highlighting to the Redmine issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Jan 5, 2025
1 parent f385b25 commit 7e307e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zimbraHealth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func CheckSSL() {
common.PrettyPrintStr("SSL Certificate", true, fmt.Sprintf("expiring in %d days", days))
common.AlarmCheckDown("sslcert", "SSL Certificate is expiring in " + fmt.Sprintf("%d days", days), false)
viewDeployedCert, _ := ExecZimbraCommand("zmcertmgr viewdeployedcrt")
issues.CheckDown("sslcert", common.Config.Identifier + " sunucusunun SSL sertifikası bitimine " + fmt.Sprintf("%d gün kaldı", days), "```" + viewDeployedCert + "```", false, 0)
issues.CheckDown("sslcert", common.Config.Identifier + " sunucusunun SSL sertifikası bitimine " + fmt.Sprintf("%d gün kaldı", days), "```json\n" + viewDeployedCert + "\n```", false, 0)
} else {
common.PrettyPrintStr("SSL Certificate", true, fmt.Sprintf("expiring in %d days", days))
common.AlarmCheckUp("sslcert", "SSL Certificate is expiring in " + fmt.Sprintf("%d days", days), false)
Expand Down

0 comments on commit 7e307e8

Please sign in to comment.