ArielGlenn has submitted this change and it was merged. Change subject: fix syntax error in icinga snmptt trap reporting: submit_check_result ......................................................................
fix syntax error in icinga snmptt trap reporting: submit_check_result Change-Id: I50298d9e0b675978abc00be5baef806344ff7bb3 --- M files/icinga/submit_check_result 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: ArielGlenn: Looks good to me, approved jenkins-bot: Verified diff --git a/files/icinga/submit_check_result b/files/icinga/submit_check_result index 57dd390..10c04e3 100755 --- a/files/icinga/submit_check_result +++ b/files/icinga/submit_check_result @@ -39,4 +39,4 @@ cmdline="[$datetime] PROCESS_SERVICE_CHECK_RESULT;$hostname;$2;$3;$4" # append the command to the end of the command file -echo "$cmdline" >> $CommandFile` +echo "$cmdline" >> $CommandFile -- To view, visit https://gerrit.wikimedia.org/r/73946 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I50298d9e0b675978abc00be5baef806344ff7bb3 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
