Overview
Cloudmon officially supports Ubuntu 22. When deploying on Ubuntu
24, manual installation of the Collector and Probe packages is required.
Step 1: Download the Latest Collector and Probe Packages
Copy
the Collector URL (starting with https) from
the JSON file.
On the Ubuntu 24 machine, run:
a. curl -O <collector-url>
Copy the Probe URL
(starting with https) from the same file.
a.
Run: curl -O <probe-url>
Step 2 : Grant Execute
Permissions
For
Collector
chmod +x cloudmon-collector-<version>
Example:
chmod +x cloudmon-collector-4.3.0-14-Linux-x86_64.run
For Probe
chmod +x cloudmon-probe-<version>
Example:
chmod +x cloudmon-probe-5.0.1-13-Linux-x86_64.run
Step 4: Run
the Collector
To obtain the required API Key for registering the Collector:
Log in to the Cloudmon
Controller.
Click
on your User Profile (top-right corner).
Select
Help.
From
the top banner, choose Probe.
Scroll
down to the Linux Installation section.
Copy
the API Key displayed on the screen.
Refer to the screenshot below for guidance.
Then execute:
./cloudmon-collector-<version>
--server <controller-ip> --key <api-key>
Replace:
<controller-ip> with your Cloudmon Controller IP address
<api-key>
with the generated API key
Step 5: Start the
Probe
./cloudmon-probe-<version>
Important
Notes
Step 6: Verification
After completing the installation, verify that the Collector and Probe
services are running and that communication with the Controller is successful.
1. Check Collector Service Status
service cloudmon-collector@* status
Ensure the service is active (running).
2. Check Probe Service Status
service cloudmon-probe status
Confirm the Probe service is also active (running).
3. Verify Network Connectivity to Controller
From the Probe machine, check reachability:
ping <controller-ip>
You should receive successful replies.
4. Verify
HTTPS Connectivity to Controller
From the Probe machine, test HTTPS connectivity:
curl -v https://<controller-ip>
This verifies that the Probe can communicate with the Controller over
HTTPS.
Related Articles
Is it necessary to install a probe separately in Cloudmon?
By default, a Cloudmon probe will be installed along with the Controller during the installation. However, if you need to monitor different branch locations which are on other networks, you would need install probes in each of these locations and ...
In cloudmon, should I install agents on all servers?
There are different types of monitoring. If you want to monitor the latency, jitter and link connectivity, you do not require agents on the servers. But if you want to monitor, CPU, memory, network, system resources like disk, file system ...
Cloudmon UserGuide
Overview Purpose With the increased deployment of applications in hybrid environments, spanning on-premises, data-center and public cloud, have forced IT teams to do more with less. The introduction of newer technologies leads to IT tool sprawl over ...
Cloudmon UserGuide
Overview Purpose With the increased deployment of applications in hybrid environments, spanning on-premises, data-center and public cloud, have forced IT teams to do more with less. The introduction of newer technologies leads to IT tool sprawl over ...
How to install a probe in cloudmon?
Installation of Cloudmon Probe(s) are performed from the Cloudmon controller: Click on the user icon in the top-right corner of the Cloudmon Controller window. Select the "Help" menu. You will be redirected to an Article page, click on the Probe tab. ...