$ yum install make rpm-build python-configobj python-setuptools
$ git clone https://github.com/python-diamond/Diamond
$ cd Diamond
$ make buildrpm
Then use the package you built like this:
$ git clone https://github.com/python-diamond/Diamond
$ cd Diamond
$ make buildrpm
Then use the package you built like this:
$ yum localinstall –nogpgcheck dist/diamond-4.0.449-0.noarch.rpm
$ cp /etc/diamond/{diamond.conf.example,diamond.conf}
$ $EDITOR /etc/diamond/diamond.conf
# Start Diamond service via service manager.
$ cp /etc/diamond/{diamond.conf.example,diamond.conf}
$ $EDITOR /etc/diamond/diamond.conf
# Start Diamond service via service manager.
$ service diamond start
diamond-setup -C ElasticSearchCollector
diamond-setup -C NetworkCollector
diamond-setup -C NetworkCollector
Issues
- failed to connect socket to ‘/var/run/libvirt/libvirt-sock-ro’ no such file or directory
execute: egrep ‘(vmx|svm)’ /proc/cpuinfo
2. If the above commands returns with any output showing vmx or svm then your hardware supports VT else it does not.
yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python libvirt-client virt-install virt-viewer
Comments
Post a Comment