Add Collectd as a Monitor Type
[doctor.git] / tests / inspector.py
index a61051f..82ffc33 100644 (file)
@@ -116,8 +116,7 @@ def get_args():
 
 def main():
     args = get_args()
-    app.run(port=args.port)
-
+    app.run(host='0.0.0.0', port=args.port)
 
 if __name__ == '__main__':
     main()