|
POST
|
Hi Frank, Echoing what Simon and Max have said: when you install ArcGIS Monitor 2023, you get ArcGIS Monitor Server and an ArcGIS Monitor Agent by default. You can see the agent after install in the application if you go to Monitoring > Agents. With this in mind, if the components you want to monitor all exist inside of the same network environment, no further installation is needed. You can simply register these components with the Monitor's default agent. Only when you want to monitor components in more than one network environment is when it becomes necessary to install additional agents on separate machines. I hope this clears things up. Let me know if you have additional questions. Best, Josh
... View more
07-18-2023
05:09 AM
|
4
|
8
|
5032
|
|
IDEA
|
Hi Max, Thank you for the feedback! This is in the product plan. In a future release of Monitor, you will be able to choose the location of the configuration store, very much like ArcGIS Server. Best, Josh
... View more
07-17-2023
05:24 AM
|
0
|
0
|
1099
|
|
POST
|
Hi René, Currently, all managers and administrators can see all components. I suggest leveraging labels and collections to organize and filter the components by department. Josh
... View more
07-17-2023
05:17 AM
|
1
|
0
|
868
|
|
POST
|
Hi there, are you specifying a user that is local to the target machine or a domain user?
... View more
07-17-2023
05:14 AM
|
0
|
0
|
5539
|
|
POST
|
Hello, which options do you have selected under "Operations"? I just tested this with the following configuration and it worked as expected. I triggered a warning alert and did not receive a notification. I then triggered a critical alert and received a notification.
... View more
06-27-2023
06:47 AM
|
1
|
0
|
2938
|
|
POST
|
Hi Steve. Yes, you can use a group managed service account to run Monitor 2023. https://doc.arcgis.com/en/monitor/latest/install/windows/set-up-and-manage-an-arcgis-monitor-account.htm#ESRI_SECTION1_1B6C280191B64F778CE1EF2B34EA86E1
... View more
06-16-2023
01:18 PM
|
1
|
0
|
1130
|
|
POST
|
Hi Edna, It would be helpful to know which part of the query is causing the issue. If you remove the join, is the host returned as a record? If you navigate to the component overview page for the host component you are targeting and click on the Metrics tab, do you see metrics that match the pattern you have defined? ("process_instances:arcsoc.exe")
... View more
06-12-2023
06:12 AM
|
1
|
1
|
2859
|
|
POST
|
Hi Edna, This can be accomplished by targeting the host component, joining all metrics that contain "process_instances:arcsoc.exe:", and then joining the metrics data. Here's my expression: {
"resource": "components",
"where": "components.type = 'host' AND components.name = '<name>'",
"join": [
{
"resource": "metrics",
"where": "metrics.r_id LIKE '%process_instances:arcsoc.exe:%'",
"join": [
{
"resource": "metrics_data"
}
]
}
]
} Then, configure your chart like so: And the result will be a chart that shows number of arcsox.exe process per service over time. I hope this helps. Let me know if you have further questions. Josh
... View more
06-09-2023
05:53 AM
|
1
|
3
|
2893
|
|
IDEA
|
Hello, Thank you for the detailed feedback. I have communicated this to the development team so that it can be considered for a future release. Josh
... View more
05-30-2023
07:23 AM
|
0
|
0
|
1818
|
|
POST
|
Hi Tristan, Thank you for taking the time to report this issue. Storage components will be included in ArcGIS Monitor feature services after the 2023.2 release. Best, Josh
... View more
05-30-2023
07:14 AM
|
1
|
0
|
1260
|
|
IDEA
|
Hello. The development team is currently considering adding component attribute-based alerting, which would include alerting on the "Started At" attribute already available for Windows and Linux hosts. Would this solve the problem you're describing? Thank you for your suggestion.
... View more
05-08-2023
08:04 AM
|
0
|
0
|
2049
|
|
POST
|
Hi Alex, are you running the installer with administrative privileges?
... View more
05-04-2023
01:06 PM
|
1
|
1
|
5440
|
|
POST
|
Hello @DavidColey, For step 3, consider this scenario: My database name is "monitor" The database user I am using to connect is "agm" The IP address of the ArcGIS Monitor Server machine is "1.2.3.4" with an IP mask of "32 The authentication method is "scram-sha-256" In this scenario, I would add the following line to the pg_hba.conf file (located in C:\Program Files\PostgreSQL\14\data by default): host monitor agm 1.2.3.4/32 scram-sha-256 Please note that each value in the row is separated by spaces, not tabs. In my testing, using tabs instead of spaces will cause the Postgres service to crash. For step 4, you can either open pgAdmin, connect to the database, and issue this command... SELECT pg_reload_conf() ...or open a command prompt on the machine where Postgres is installed, navigate to the installation directory (C:\Program Files\PostgreSQL\14\bin by default) and issue the following command: pg_ctl reload Please note that this set of steps only needs to be done if Postgres is installed on a different machine from ArcGIS Monitor Server. If ArcGIS Monitor Server and Postgres are installed on the same host, these steps should not be necessary. Please let me know if I can elaborate further or if there are any other questions. Best, Josh
... View more
05-02-2023
05:51 PM
|
3
|
5
|
5219
|
|
POST
|
04-26-2023
11:55 AM
|
0
|
1
|
566
|
|
POST
|
Hi Mark, What version of ArcGIS Server are you trying to register? Are you trying to register Server over the web adaptor (https://server.domain.com/webadaptor) or port (https://server.domain.com:6443/arcgis)? Are you using the ArcGIS Server's primary site administrator credentials to register it? Thanks, Josh
... View more
04-21-2023
07:00 AM
|
1
|
2
|
1488
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-01-2025 05:40 AM | |
| 1 | 02-28-2025 07:11 AM | |
| 1 | 01-16-2025 05:35 AM | |
| 2 | 01-14-2025 06:48 AM | |
| 2 | 01-10-2025 08:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-13-2026
01:43 PM
|