ArcGIS Monitor Blog

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Other Boards in This Place

Latest Activity

(33 Posts)
DerekLaw
Esri Esteemed Contributor

This blog provides a general workflow for setting up ArcGIS Monitor to work with your enterprise deployment.

Read more...

more
2 0 162
DerekLaw
Esri Esteemed Contributor

Ardent Management Consulting (MC) is a technology firm with several US federal customers. They use ArcGIS Monitor to help deliver highly performant enterprise GIS systems to their clients.

Read more...

more
2 1 235
DerekLaw
Esri Esteemed Contributor

ArcGIS Monitor 2023.2 is a minor update that adds the ability to set a data retention policy for the ArcGIS Monitor database.

Read more...

more
3 3 363
DerekLaw
Esri Esteemed Contributor

This blog discusses the ArcGIS Monitor activities at the Esri 2023 UC. Highlights include: a precon workshop, tech sessions, a user presentation, and Expo kiosk.

Read more...

more
3 1 314
AndrewSakowicz
Esri Contributor

Admin Utility for ArcGIS Monitor is a python command line utility to assist administrators with:

  1. Deployment scripting: setup, users, labels, components, collections, analysis
  2. Batch updates: intervals, alerts

Also, the provided source code can assist developers with REST API usage (https://xxxx:30443/arcgis/apidoc)

Downloadhttps://prof-services.maps.arcgis.com/home/item.html?id=129f2dbfde634f12bfae6f41121c9ff1

Note, this utility is not an ArcGIS Monitor product supported feature or a supported Esri product.

 

Read more...

more
2 0 569
AndrewSakowicz
Esri Contributor

Overview

ArcSOCOptimizer is a python command line utility.  It can help administrators:

  1. Reduce memory by identifying low usage services with dedicated pooling and reducing the overall number of arcsoc.exe processes:
    1. changing dedicated to shared instance pool, if supported  
    2. reducing min instances for dedicated instance pool services
  2. Improve performance by identifying high usage service and allocating dedicated arcsoc.exe processes if available memory:
    1. changing shared to dedicated instance pool
    2. increasing min instances for dedicated instance pool 

Get started

To run using provided executable for windows, unzip ArcSOCOptimizer.zip from
and execute from command line:
ArcSOCOptimizer.exe -f SampleConfig.json
 
Note, this utility is not an ArcGIS Monitor product supported feature or a supported Esri product.
Read more...

more
3 19 1,294
AndrewSakowicz
Esri Contributor

Excel Report for ArcGIS Monitor is a python-based command utility that provides reporting for components, logs, metric stats and alerts. 

To run using provided executable for windows, unzip ExcelReport.zip from
go to dist folder and execute from command line:
ExcelReport.exe -f sampleConfig.json
version: 20230825.1
Note, this utility is not an ArcGIS Monitor product supported feature or a supported Esri product. 
Read more...

more
2 3 1,132
DerekLaw
Esri Esteemed Contributor

Case study on how South Jersey Industries leverages ArcGIS Monitor to help them optimize the health and performance of their enterprise GIS.

Read more...

more
0 0 212
DerekLaw
Esri Esteemed Contributor

This is a minor update that has some new functionality, UI/UX improvements, and several bug fixes.

Read more...

more
4 3 358
EvanMosby
Esri Contributor

With ArcGIS Monitor Server 2023, a reverse proxy may be used to present a more standard URL to users, mask the private ports (30080, 30443), or even handle SSL termination. This article will explain how to quickly configure IIS to handle these cases with a simple configuration. 

Install IIS URL Rewrite and ARR

IIS should already be enabled through the Windows Server Manager. To act as a reverse proxy, the URL Rewrite and Application Request Routing (ARR) extensions for IIS must be added. They may be downloaded and installed from Microsoft at the following locations:

URL Rewrite : The Official Microsoft IIS Site

Application Request Routing : The Official Microsoft IIS Site

Configure a URL Rewrite Rule

In IIS, a URL rewrite rule may be configured to forward traffic from IIS to ArcGIS Monitor.

1. Click Start and type inetmgr to open the IIS manager

EvanMosby_0-1677204076392.png

2. Choose the Default Web Site, then Add Rules 

EvanMosby_2-1677192645348.png

3. Choose  Reverse Proxy to open the rules dialog

EvanMosby_3-1677199020912.png

4. Under Inbound Rules, define the address and port to which incoming requests should be forwarded.

In the case below, the target ArcGIS Monitor Server resides on the same machine as IIS, so localhost will work. However, if they are separated, use the FQDN of the ArcGIS Monitor Server machine.

Port 30080 may be used for both HTTP and HTTPS as long as Enable SSL Offloading is checked (this ultimately assumes HTTPS is configured at IIS and with a certificate) and will encrypt traffic from the user to IIS using its certificate.

EvanMosby_4-1677199064460.png

Enable HTTPS

When choosing to offload SSL at IIS, HTTPS should be enabled along with a trusted certificate.

1. Choose the Default Web Site, then Bindings... to open Site Bindings dialog

EvanMosby_0-1677205219178.png

2. Choose Add to add a new Site Binding

EvanMosby_9-1677199488579.png

3. Select Type as https and choose the relevant SSL certificate available to IIS. A certificate may need to be provisioned if needed.

EvanMosby_16-1677202782966.png

Update ArcGIS Monitor Web Context URL

The ensure proper URL generation for all workflows, update the ArcGIS Monitor Web Context URL to match the new path through IIS:

1. As an administrator, log into ArcGIS Monitor

2. Navigate to Administration

3. Under Server > Server Configuration Settings, choose EditEvanMosby_0-1690231110229.png

4. Update the Web Context URL to match the new path through IIS

EvanMosby_2-1690231452533.png

5. Restart ArcGIS Monitor for the changes to take effect

Validate Results

With this configuration in place, ArcGIS Monitor Server should now resolve over HTTPS without the need to enter the port!

EvanMosby_12-1677199573546.png

more
9 5 1,966
110 Subscribers