We strongly recommend not to install under root user, but utilize “sudo” command.
The following command will show if the service is running on your machine:
service collectd status
In order to allow collectd service run and gather metrics correctly please make sure you have configured FQDN properly on an instance with installed linux agent. In general terms your loopback interface IP (127.0.0.1 / 127.0.1.1) in /etc/hosts file should be associated with your real hostname.
Cents OS 6
Prerequisites:
rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
Open file /etc/yum.repos.d/epel.repo in edit mode
Under all sections:
- uncomment baseurl
- comment mirrorlist
yum install epel-release
yum install collectd
yum install python-pip
yum install python-requests
pip install requests --upgrade
pip install argparse
Installation:
- Install Server Monitor Package
rpm -i https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom-0.0.13-1.noarch.rpm
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
Cents OS 6.7
Prerequisites:
yum install epel-release
yum install collectd
yum install python-pip
yum install python-requests
pip install requests --upgrade
Installation:
- Install Server Monitor Package
rpm -i https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom-0.0.13-1.noarch.rpm
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
Cents OS 7
Prerequisites:
yum install epel-release
yum install collectd
yum install python-pip
yum install python-requests
pip install requests --upgrade
Installation:
- Install Server monitor Package
rpm -i https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom-0.0.13-1.noarch.rpm
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
Debian 7.9
Prerequisites:
apt-get install collectd
apt-get install -f
apt-get install python-pip
apt-get install python-requests
pip install requests –upgrade
Installation:
- Download package
wget https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom_0.0.13_all.deb
- Install Server monitor Package
dpkg -i collectd-dotcom_0.0.13_all.deb
- Navigate to the folder where Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
Debian 8.3
Prerequisites:
apt-get install collectd
apt-get install -f
apt-get install python-pip
apt-get install python-requests
pip install requests –upgrade
Installation:
- Download package
wget https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom_0.0.13_all.deb
- Install Server monitor Package
dpkg -i collectd-dotcom_0.0.13_all.deb
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
Fedora 20
Prerequisites:
yum install collectd
yum install python-pip
yum install python-requests
pip install requests --upgrade
Installation:
- Install Server monitor Package
rpm -i https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom-0.0.13-1.noarch.rpm
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
Fedora 21
Prerequisites:
yum install collectd
yum install python-pip
yum install python-requests
pip install requests --upgrade
Installation:
- Install Server monitor Package
rpm -i https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom-0.0.13-1.noarch.rpm
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
Fedora 22
Prerequisites:
yum install collectd
yum install python-pip
yum install python-requests
pip install requests --upgrade
Installation:
- Install Server monitor Package
rpm -i https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom-0.0.13-1.noarch.rpm
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
OpenSuse 13.2
Prerequisites:
zypper install epel-release
zypper install collectd
make sure you are installing Python 2.7.8
zypper install python-requests
zypper install collectd-plugin-python
zypper install python-pip
pip install requests --upgrade
Installation:
- Install Server monitor Package
rpm -i https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom-0.0.13-1.noarch.rpm
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
RHEL 7.0
Prerequisites:
rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum install collectd
yum install python-pip
yum install python-requests
Installation:
- Install Server monitor Package
rpm -i https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom-0.0.13-1.noarch.rpm
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
Ubuntu 14.04
Prerequisites:
apt-get install collectd
apt-get install -f
apt-get install python-pip
apt-get install python-requests
pip install requests –upgrade
Installation:
- Download package
https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom_0.0.13_all.deb
- Install Server monitor Package
dpkg -i collectd-dotcom_0.0.13_all.deb
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}
Ubuntu 15.10
Prerequisites:
apt-get install collectd
apt-get install -f
apt-get install python-pip
apt-get install python-requests
pip install requests --upgrade
Installation:
- Download package
https://user.dotcom-monitor.com/Downloads/MetricsViewAgent/Linux/Versions/21071501/collectd-dotcom_0.0.13_all.deb
- Install Server monitor Package
dpkg -i collectd-dotcom_0.0.13_all.deb
- Navigate to the folder where the Monitoring Agent files are located
cd /opt/com/dotcom
- Log into your account at dotcom-monitor.com and navigate to “Configure” – “MetricsView Collectors” and get correct Collector ID for the next step (provide the ID without braces)
./dotcom-configure.py --set-collectorid {Collector ID}