MetricsHub®
MetricsHub Enterprise 3.9.00
-
Home
- Installation
Installation
MetricsHub Community and MetricsHub Enterprise support Debian v10.
MetricsHub Enterprise
Install MetricsHub Enterprise
To install MetricsHub Enterprise on Debian Linux:
-
Download from MetricsHub's Web site[1] the package corresponding to your system architecture:
- metricshub-enterprise_3.9.00_amd64.deb (for amd64 (x86_64) systems)
- metricshub-enterprise_3.9.00_arm64.deb (for arm64 (aarch64) systems)
-
Copy the package into
/usr/local -
Run the following
dpkgcommand:For amd64 systems:
cd /usr/local sudo dpkg -i metricshub-enterprise_3.9.00_amd64.debFor arm64 systems:
cd /usr/local sudo dpkg -i metricshub-enterprise_3.9.00_arm64.deb
When complete, the MetricsHub Enterprise's files are deployed in /opt/metricshub and the MetricsHub Enterprise Agent is started as a service.
You can now configure the resources to be monitored[2] and where to send the collected data[3].
Start / Stop MetricsHub Enterprise
Run the following command:
-
to start MetricsHub Enterprise:
systemctl start metricshub-enterprise-service -
to stop MetricsHub Enterprise:
systemctl stop metricshub-enterprise-service
Uninstall MetricsHub Enterprise
To uninstall MetricsHub Enterprise, run the following command:
sudo dpkg -r metricshub
Upgrade MetricsHub Enterprise
To upgrade to the latest version:
-
Download from MetricsHub's Web site[1] the package corresponding to your system architecture:
- metricshub-enterprise_3.9.00_amd64.deb (for amd64 (x86_64) systems)
- metricshub-enterprise_3.9.00_arm64.deb (for arm64 (aarch64) systems)
-
Run the following command to stop MetricsHub Enterprise:
systemctl stop metricshub-enterprise-service -
Run the following
dpkgcommand:For amd64 systems:
cd /usr/local sudo dpkg -i metricshub-enterprise_3.9.00_amd64.debFor arm64 systems:
cd /usr/local sudo dpkg -i metricshub-enterprise_3.9.00_arm64.deb
MetricsHub Community
Install MetricsHub Community
To install MetricsHub Community, you can either:
- run the official installation script (recommended)
- or download and manually install the
metricshub-community_3.9.00_{arch}.debpackage.
Automatic Install (Recommended)
First, run the following command to install MetricsHub Community:
curl -fsSL https://get.metricshub.com | bash
Then, run the following command to ensure that the product has been successfully installed:
$HOME/metricshub/bin/metricshub --version
Manual Install
To manually install MetricsHub Community:
-
From MetricsHub's Web site[1], download the package corresponding to your system architecture:
- metricshub-community_3.9.00_amd64.deb (for amd64 (x86_64) systems)
- metricshub-community_3.9.00_arm64.deb (for arm64 (aarch64) systems)
-
Copy the package into
/usr/local -
Run the following
dpkgcommand:For amd64 systems:
cd /usr/local sudo dpkg -i metricshub-community_3.9.00_amd64.debFor arm64 systems:
cd /usr/local sudo dpkg -i metricshub-community_3.9.00_arm64.deb
When complete, the MetricsHub Community's files are deployed in /opt/metricshub and the MetricsHub Community Agent is started as a service.
You can now configure the resources to be monitored[2] and the OTLP exporter[4].
Start / Stop MetricsHub Community
Run the following command:
-
to start MetricsHub Community:
systemctl start metricshub-community-service -
to stop MetricsHub Community:
systemctl stop metricshub-community-service
Uninstall MetricsHub Community
To uninstall MetricsHub Community, run the following command:
sudo dpkg -r metricshub
Upgrade MetricsHub Community
To upgrade to the latest version:
-
From MetricsHub's Web site[1], download the the package corresponding to your system architecture:
- metricshub-community_3.9.00_amd64.deb (for amd64 (x86_64) systems)
- metricshub-community_3.9.00_arm64.deb (for arm64 (aarch64) systems)
-
Copy the package into
/usr/local -
Run the following command to stop MetricsHub Community:
systemctl stop metricshub-community-service -
Run the following
dpkgcommand:For amd64 systems:
cd /usr/local sudo dpkg -i metricshub-community_3.9.00_amd64.debFor arm64 systems:
cd /usr/local sudo dpkg -i metricshub-community_3.9.00_arm64.deb
