Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 2.23 KB

simulator.md

File metadata and controls

61 lines (36 loc) · 2.23 KB

Setting up Simulator on Windows

  1. Setup Grafana on Windows

    1. To install grafana on the Windows machine follow this documentation to download windows installer file and run it to install the application.

      Note: Install Grafana version 8.3.2 with OSS Edition.

    2. Setting up grafana datasources, dashboards and telegraf configurations.

      1. Run the command below to get the EFLOW VM IP on a power shell

        Get-eflowVmAddr
      2. Run the configuration script with the EFLOW IP from the previous step

        cd <path to repo>\simulator_configs
        
        python3 configure.py -ip <EFLOW IP>
      3. Run the below command to setup the grafana datasources and dashboards.

        cd <path to repo>\simulator_config
        
        setup_grafana.bat
  2. Setting up Telegraf on Windows

    1. Open a Command Prompt as an Administrator You also must have local admin rights on the computer.

    2. To install and setup Telegraf on windows, run the simulator_configs/setup_telegraf.bat file

      cd <path to repo>\simulator_configs
      
      setup_telegraf.bat
    3. Run the below command to setup the Telegraf configuration file

       cd "C:\Program Files\InfluxData\telegraf\"
      
       telegraf.exe --service install --config "C:\Program Files\InfluxData\telegraf\telegraf.conf"
      
       telegraf.exe --service start

Visualize UI Windows

  • Open the URL localhost:3001 on your Windows Deployment machine to open the Grafana dashboard.

  • Open the dashboard Defect Detection - Windows from the dashboard list to see Impeller Defect Detection view.

  • Open the dashboard Safety Dashboard - Windows from the dashboard list to view the Tripwire Safety Dashboard view.