Merge pull request #3 from apache/humbedooh/gitbox-kill-lingering-git-core

Add git-core 12h rule for gitbox
diff --git a/kif.yaml b/kif.yaml
index 1f3fd09..04d7a35 100644
--- a/kif.yaml
+++ b/kif.yaml
@@ -56,6 +56,16 @@
         kill:           true
         killwith: 9
     
+    gitcorezombies:
+        host_must_match:  "gitbox2-he-fi.apache.org"
+        description:    'Git core procs that are hanging on gitbox'
+        procid:         '/usr/lib/git-core/git-http-backend'
+        triggers:
+            state:      'zombie'
+            maxage:     12h
+        kill:           true
+        killwith:       9
+    
     staged_git_frozen:
         host_must_match:  "(staging-vm-he-de|tlpserver-he-fi).apache.org"
         description:    'Git checkouts stuck on tlpserver-he-fi'