- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 03:37 PM
Is it possible to install Agent Client Collector without a Mid Server? I see in the .yml file that there is a set of lines that says you can configure the connection without a mid, but that didn't seem to work for me. Is this still a possibility, or is this an old version. We have a horrific FW exception process that I am really trying to avoid, and we have a number of machines that are what I will call "cloud" machines. Essentially remote machines that are in a workgroup, but connect to the domain resources via a Citrix connection. Since our mid servers are established inside our network, I am trying to avoid this configuration.
Here is what is commented out in the .yml file.
# configuring connections to instance without a MID
##
#connect-without-mid: true
#instance-url: ""
#registration-key: ""
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 06:23 PM
Hi @Dionbecu ,
Unfortunately NO, Agent Client Collector needs a Mid-server.
the agent collects information on its host and the host's processes. To do so, the agent pushes the collected information to the instance through the MID Server. The instance creates a CI for the host and also creates CIs for applications classified from the running processes' information, such as Microsoft SQL Server. Once those CIs are created, the active policies defined for the CIs are downloaded to the agent’s MID Server and are then pushed to the agent. This is illustrated in the following diagram.
The flow indicates the following:
- On the ServiceNow instance, the user defines a monitoring policy. This policy includes its monitoring target class or classes of CIs, checks, check parameters, and frequency.
- The MID Server periodically fetches from the instance for policy check instances, and passes the checks onto the agent.
- The Agent runs its scheduled checks and pushes the results to the MID Server. The MID Server passes the collected data back to the instance, where it is stored in the relevant database.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 06:23 PM
Hi @Dionbecu ,
Unfortunately NO, Agent Client Collector needs a Mid-server.
the agent collects information on its host and the host's processes. To do so, the agent pushes the collected information to the instance through the MID Server. The instance creates a CI for the host and also creates CIs for applications classified from the running processes' information, such as Microsoft SQL Server. Once those CIs are created, the active policies defined for the CIs are downloaded to the agent’s MID Server and are then pushed to the agent. This is illustrated in the following diagram.
The flow indicates the following:
- On the ServiceNow instance, the user defines a monitoring policy. This policy includes its monitoring target class or classes of CIs, checks, check parameters, and frequency.
- The MID Server periodically fetches from the instance for policy check instances, and passes the checks onto the agent.
- The Agent runs its scheduled checks and pushes the results to the MID Server. The MID Server passes the collected data back to the instance, where it is stored in the relevant database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2024 09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2024 09:07 AM