added example of configuration to bkindex
authorJan Pospíšil <honik@ntc.zcu.cz>
Tue, 28 Mar 2006 18:58:43 +0000 (18:58 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Tue, 28 Mar 2006 18:58:43 +0000 (18:58 +0000)
org.glite.lb.utils/examples/glite-lb-index.conf [new file with mode: 0644]

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 (file)
index 0000000..4676ee1
--- /dev/null
@@ -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" ],
+       }
+]