App that exports a number of metrices from a host using QR code
Toolbox Offline Exporter scans the status of a Client/Computer/Server/ installed at a facility. For example : If a site has EMC or POC installed, toolbox will scan the current tags on which EMC or POC is working.
This information is displayed using a QR Image that is displayed on the web browser.
- Clone from github using
- cd into the toolbox-offline-exporter using cd toolbox-offline-exporter
- Inside the repo, you will find a script named setup.py and reconfig.py
- Make both scripts executable (setup.py and reconfig.py)
For fresh installation(Installing toolbox for the first time), do the following
- run setup.py using ./setup.py
- Watch the script as it runs and enter your password when prompted. Then you will be prompted to enter the name of the facility you are installing toolbox.
- Follow the instructions and select appropriately.
- when done got to your web browser and type 0.0.0.0:6070/
- If the QR image generates, then your site is fully configured with Toolbox
This will happen if a user has wrongly configured a site on toolbox and would like to change site details.
- run script named reconfig.py using ./reconfig.py
- The script will take you through setting up a site byt prompting the user to enter the name of the facility.
- Select the correct site name and follow the instructions appropriately.