Przeglądaj źródła

部署云飞监控到测试环境和功能测试

root 3 lat temu
rodzic
commit
2f50e3c5af
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      monitor/utils/comm_tools.py

+ 1 - 0
monitor/utils/comm_tools.py

@@ -30,6 +30,7 @@ def get_monitor_config():
     build_dir = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'supervisord/build_monitor')
     monitor_data[build_dir] = {
         'name': 'build',
+        'user': 'root',
         'executable': sys.executable,
         'filter': ['*_monitor.py'],
         'exclude': []