From 771ec5cf77afd2f968ff9c426cda23340e694222 Mon Sep 17 00:00:00 2001 From: Tomas Edwardsson Date: Fri, 26 Apr 2013 10:52:23 +0000 Subject: [PATCH] Missing colon --- check_ipa/check_ipa_replication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_ipa/check_ipa_replication b/check_ipa/check_ipa_replication index 5d5669e..86e2ed1 100644 --- a/check_ipa/check_ipa_replication +++ b/check_ipa/check_ipa_replication @@ -48,7 +48,7 @@ for rhost in replication: plugin.add_summary("Replica %s Status: %s" % (rhost[1]['nsDS5ReplicaHost'][0], rhost[1]['nsds5replicaLastUpdateStatus'][0])) if rhost[1]['nsds5replicaLastUpdateStatus'][0][:2] != "0 ": plugin.status(critical) - else + else: plugin.status(ok) if not len(replication):