[sysadmin-bin] Add the DNS queue on the stats



commit 929603fa7328609d93a39d4af89b3ccb22a79b69
Author: Andrea Veri <av gnome org>
Date:   Wed Nov 27 20:51:39 2013 +0100

    Add the DNS queue on the stats

 rt4/rt.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/rt4/rt.py b/rt4/rt.py
index 6f35dba..c260dbf 100755
--- a/rt4/rt.py
+++ b/rt4/rt.py
@@ -36,6 +36,11 @@ QUEUES = {
         'nr': 8,
         'title': 'Planet related issues processing status',
         'desc': 'Status of the Planet RT queue'
+    },
+    'dns': {
+        'nr': 12,
+        'title': 'DNS related issues processing status',
+        'desc': 'Status of the DNS RT queue'
     }
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]