Browse Source

[trac521] add new command "sendstats" which sends statistics data to stats daemon

Naoki Kambe 14 years ago
parent
commit
00b37501ae
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/bin/bind10/bob.spec

+ 5 - 0
src/bin/bind10/bob.spec

@@ -21,6 +21,11 @@
         "command_name": "shutdown",
         "command_description": "Shut down BIND 10",
         "command_args": []
+      },
+      {
+        "command_name": "sendstats",
+        "command_description": "Send data to a statistics module at once",
+        "command_args": []
       }
     ]
   }