From: Jan Pospíšil Date: Tue, 28 Mar 2006 18:58:43 +0000 (+0000) Subject: added example of configuration to bkindex X-Git-Tag: glite-security-proxyrenewal_R_1_3_0~21 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=86509b1c5bed543928995b61dd5cf67696a92649;p=jra1mw.git added example of configuration to bkindex --- diff --git a/org.glite.lb.utils/examples/glite-lb-index.conf b/org.glite.lb.utils/examples/glite-lb-index.conf new file mode 100644 index 0000000..4676ee1 --- /dev/null +++ b/org.glite.lb.utils/examples/glite-lb-index.conf @@ -0,0 +1,11 @@ +[ + JobIndices = { + [ type = "system"; name = "owner" ], + [ type = "system"; name = "location" ], + [ type = "system"; name = "destination" ], + [ type = "time"; name = "submitted" ], + [ type = "time"; name = "cleared" ], + [ type = "time"; name = "aborted" ], + [ type = "time"; name = "cancelled" ], + } +]