POST
|
Hi @RahulRaj2025, Can you please post a screenshot of the error you are getting when registering the components? Josh
... View more
04-01-2025
05:40 AM
|
1
|
0
|
127
|
POST
|
Hi @KTuri, ArcGIS Monitor Agent needs to be installed on a machine where it can communicate with both the database cluster through the port you mentioned and ArcGIS Monitor Server through port 30443. You will need to update your firewall rules to allow traffic through the default port between the database machine and where the ArcGIS Monitor Agent is installed, since this is the piece of software that will actually be interfacing with the database to collect metrics. Let me know if I can clarify further. Josh
... View more
02-28-2025
07:11 AM
|
1
|
1
|
115
|
POST
|
Hi @Oiligriv, Unfortunately I lack the context to know why the service stopped in the first place. A few suggestions: ArcGIS Monitor Agent logs are located on the agent machine at this location by default: C:\Users\<username>\AppData\Local\ESRI\ArcGISMonitor\config-store-agent\logs\agm-logs.sqlite. You can use DB Browser for SQLite to open the logs database and see if any more detailed information was logged. If this happens regularly, it might suggest a problem related to communication between agent and server. I recommend working with Esri Support in this case. You can configure an alert in ArcGIS Monitor Server to let you know when an agent becomes disconnected. While not a solution to the problem, it would minimize the time that data is not being collected: Josh
... View more
01-16-2025
05:35 AM
|
1
|
0
|
522
|
IDEA
|
Table element will be added at ArcGIS Monitor 2024.1.
... View more
01-14-2025
07:17 AM
|
0
|
0
|
135
|
POST
|
Hi @VirgilioPalmi, when you are re-registering the agent, are you including the --agent-id flag? If the agent is already present in ArcGIS Monitor Server, then you need to include this flag, followed by the ID of the agent in question. You can find the agent ID by going to ArcGIS Monitor Server > Monitoring > Agents, and enabling the ID column: To re-register the agent, the command should look like this: ./arcgis-monitor-agent.exe admin:system:register --server-url https://agmserver:30443/arcgis --username admin --password MyPassword!1 --agent-id 2 Josh
... View more
01-14-2025
06:48 AM
|
2
|
0
|
564
|
POST
|
Hi @SatishNaik1, Some ArcGIS Monitor data is accessible via collection feature service. In the future, we plan to document the REST API for expanded access to the data ArcGIS Monitor collects. Josh
... View more
01-10-2025
08:07 AM
|
2
|
0
|
216
|
POST
|
Hi @AntheaTung, At current release, there isn't a way to get alerted when an ArcGIS Server service enters the STOPPED state due to the way this property is tracked (it is tracked as an attribute, rather than a metric). In the future, we plan on allowing alerts to be set up on attributes which would meet this use case. In the meantime, can you please upvote this idea to show your support? https://community.esri.com/t5/arcgis-monitor-ideas/alert-on-the-status-of-a-service-stopping-starting/idi-p/1265854 Josh
... View more
12-30-2024
06:23 AM
|
2
|
0
|
244
|
POST
|
Hi @ThomasM,
That's a really strange and specific error message to get on agent registration. Can we check to make sure the upgrade was actually successful on the AGM Server side? If you log into AGM Server and click your username in the upper-right, what version do you see reported?
Josh
... View more
12-02-2024
07:20 AM
|
1
|
0
|
943
|
POST
|
@i3Admin,
If you have a collection whose expression references an agent ID field, the collection must be removed before upgrading and recreated post-upgrade.
Josh
... View more
11-01-2024
07:56 AM
|
1
|
1
|
562
|
BLOG
|
Hi@CaseyBurns,
The script is missing a -credential switch in the code. The following line needs to be corrected:
-Credential was deliberately left off because we assume that the user running the script has admin access to the target machine (see bullet point 5 in the original post under "Requirements"). If this is true, then the script block should run as the current user on the remote machine.
The ConfigureAgents script is attempting to use an active directory username/password instead of an internal username/password for ArcGIS Monitor. The line below, needs to be changed to reflect internal ArcGIS Monitor user.
GetNetworkCredential().Username is simply pulling the Username value from the credential object created at the beginning of the script, which do not necessarily have to be domain/network credentials. As long as you provided the username and password for an ArcGIS Monitor Server user with the admin role for that prompt, they should be parsed correctly.
Please try reverting to the original script, run it as a user who is an admin on the local machine and the target remote machines where you wish to configure monitor, and ensure you provide an ArcGIS Monitor Server username and password for the prompt ArcGIS Monitor Server Credentials.
If you're still seeing this failure, send me a DM for further troubleshooting.
Josh
... View more
10-25-2024
07:32 AM
|
0
|
0
|
1372
|
POST
|
@AnasKanaan,
The license is the same for 24.0 and 24.0.1, so I don't think that is the issue. Follow the steps below:
1. Stop the AGM Server OS service.
2. Open a Powershell prompt on the AGM Server machine as the OS account running the AGM Server service.
3. Change directories to the AGM Server installation directory (C:\Program Files\ArcGIS\Monitor\Server\bin by default).
4. Run the AGM Server binary with debug logging enabled:
> $env:LOG_LEVEL='debug'
> ./arcgis-monitor-server.exe --serve
5. Let the software boot for about 30 seconds.
6. Copy the output from the terminal and provide it in a direct message to me.
Thanks,
Josh
... View more
10-24-2024
07:55 AM
|
1
|
0
|
661
|
POST
|
Hi @SteveMcCarthy,
There is no harm in installing agents on the server machines, shutting the OS service off, and turning them back on and completing registration with AGM Server once it has been upgraded to 24.0.1.
Josh
... View more
10-24-2024
07:51 AM
|
1
|
0
|
418
|
POST
|
Hi Pat, I'm not able to reproduce an upgrade error from 23.3.1 --> 24.0.1 on my side. These types of issues are usually specific to the ArcGIS Monitor instance so I don't think it will be efficient to troubleshoot this over the forum. Can you please submit a case with technical support to take a more detailed look?
Thanks,
Josh
... View more
10-24-2024
07:45 AM
|
1
|
0
|
709
|
POST
|
@AYUSHYADAV,
Have you upgraded both ArcGIS Monitor Server and Agent? This may require a deeper look into your environment. Please submit a new case with Esri Technical Support.
Josh
... View more
10-18-2024
07:33 AM
|
1
|
0
|
671
|
POST
|
@HarithaVendra, Development work has just finished on the patch. It will be released in mid-October.
... View more
09-19-2024
07:36 AM
|
1
|
3
|
898
|
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 |
04-01-2025
05:39 AM
|