ArielGlenn has uploaded a new change for review. https://gerrit.wikimedia.org/r/73946
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/46/73946/1 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: newchange Gerrit-Change-Id: I50298d9e0b675978abc00be5baef806344ff7bb3 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
