Browse Source

[2222] added "axfr_running" and "ixfr_running" definitions for statistics into xfrout.spec

Naoki Kambe 12 years ago
parent
commit
4b3d83b7b5
1 changed files with 16 additions and 0 deletions
  1. 16 0
      src/bin/xfrout/xfrout.spec.pre.in

+ 16 - 0
src/bin/xfrout/xfrout.spec.pre.in

@@ -172,6 +172,22 @@
               }
             ]
           }
+        },
+        {
+          "item_name": "ixfr_running",
+          "item_type": "integer",
+          "item_optional": false,
+          "item_default": 0,
+          "item_title": "IXFR running",
+          "item_description": "Number of IXFRs in progress"
+        },
+        {
+          "item_name": "axfr_running",
+          "item_type": "integer",
+          "item_optional": false,
+          "item_default": 0,
+          "item_title": "AXFR running",
+          "item_description": "Number of AXFRs in progress"
         }
       ]
   }