Skip to content

Commit

Permalink
Merge pull request #3035 from freenas/alert_formatting
Browse files Browse the repository at this point in the history
Bug fix for alert formatting
  • Loading branch information
sonicaj committed May 13, 2019
2 parents f877b3d + 1180f53 commit e83c977
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ class SSHLoginFailuresAlertClass(AlertClass):
category = AlertCategory.SYSTEM
level = AlertLevel.WARNING
title = "SSH Login Failures"
text = "%(count) SSH login failures:\n%(failures)s"
text = "%(count)s SSH login failures:\n%(failures)s"


class SSHLoginFailuresAlertSource(ThreadedAlertSource):
Expand Down

0 comments on commit e83c977

Please sign in to comment.