-
Notifications
You must be signed in to change notification settings - Fork 384
Installation
vaibhavmule edited this page Dec 4, 2014
·
12 revisions
- make
- rpm-build
- CentOS or Ubuntu
- Python 2.4+
- python-configobj
- Python Psutil for non linux system metrics
- sudo apt-get install make pbuilder python-mock python-configobj python-support cdbs
- cd Diamond
- make builddeb
- sudo dpkg -i build/diamond_3.5.8_all.deb(check version number properly)
- sudo cp /etc/diamond/diamond.conf.example /etc/diamond/diamond.conf
- edit /etc/diamond/diamond.conf
- sudo /etc/init.d/diamond start or sudo service diamond start/stop