Installing the Nodinite Boomi Monitoring agent
This guide teaches how to install the Nodinite Boomi Monitoring agent.
Before you begin
Make sure you comply with the prerequisites.
Note
You must be a local administrator to have the right to install Web Applications and manage IIS
Step 1: Download
Make sure to download the latest binaries (zip package) from the Nodinite portal.
Step 2: Create IIS App Pool
Next, create a new IIS App Pool.
- Open the IIS Manamagement Console (
inetmgr
) - Create a new IIS App Pool, name it, for example
Nodinite - Boomi Monitoring
Step 3: Unzip package
In this step, you will unpack and unblock the files.
- Unzip the package to folder:
c:\inetpub\wwwroot\Nodinite\BoomiMonitoring\
- Unblock the files
Get-ChildItem -Path 'c:\inetpub\wwwroot\Nodinite\BoomiMonitoring' -Recurse | Unblock-File
Step 4: Create Web Application
In this step, you will create a new Web Application
- Expand the Default web site (or create a new site of you like to)
- Create a new Web Application and name it "Nodinite Boomi Monitoring"
- Edit Permissions on the Application
IIS AppPool\Nodinite - Boomi Monitoring
- Check name to validate account
- Full control
Step 5: Test
In this step, you will verify that the agent is operational.
Click the Web Application and select Browse. This should then open the default browser with a new tab, and a page with the Swagger content like below.
If you would like to test the APIs, you must first Authorize requests with an x-api-key.
Click the Authorize button to enter the x-api-key
Enter the x-api-key, reuse from any other installed and configured Nodinite monitoring agent
Step 6: Add Agent as a new Monitoring Agent Configuration
Instructions on how to add the Nodinite Boomi Monitoring agent as a Monitoring Agents is detailed in a shared article, click on the link below to learn more:
Next step
Add or manage a Monitoring Agent Configuration
Configuration
Update
Uninstall