We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CBTOOL uses the following command to install ganglia:
CORRECTIVE ACTION: Please install/configure "gmond" by issuing the following command: "cd /root/; wget -N http://mirrors.lug.mtu.edu/fedora/linux/development/rawhide/Everything/source/tree/Packages/g/ganglia-3.7.2-31.fc33.src.rpm;sudo yum -y install perl-Pod-Html-1.22.02-416.el8.noarch rpm-build autoconf automake libtool apr-devel;sudo yum -y install rsync rrdtool-devel rpcgen libtirpc-devel libmemcached-devel libconfuse-devel; sudo wget -N https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/source/tree/Packages/l/libart_lgpl-2.3.21-23.fc32.src.rpm; cd /root/; sudo rpmbuild --rebuild libart_lgpl-2.3.21-23.fc32.src.rpm;sudo rpm -i /root/rpmbuild/RPMS/x86_64/libart_lgpl-2.3.21-23.el8.x86_64.rpm /root/rpmbuild/RPMS/x86_64/libart_lgpl-devel-2.3.21-23.el8.x86_64.rpm;sudo yum -y install git; cd /root/; sudo rpmbuild --rebuild ganglia-3.7.2-31.fc33.src.rpm;sudo rpm -i /root/rpmbuild/RPMS/x86_64/ganglia-3.7.2-31.el8.x86_64.rpm /root/rpmbuild/RPMS/x86_64/ganglia-gmetad-3.7.2-31.el8.x86_64.rpm /root/rpmbuild/RPMS/x86_64/ganglia-gmond-3.7.2-31.el8.x86_64.rpm;sudo chkconfig gmond off;"
It doesn't work for two reasons:
cd /root/; wget -N ...
Workaround: run install script as root
Workaround: I find ganglia packages are available in epel repo.
The text was updated successfully, but these errors were encountered:
Moved to #439
Sorry, something went wrong.
No branches or pull requests
CBTOOL uses the following command to install ganglia:
It doesn't work for two reasons:
cd /root/; wget -N ...
commandWorkaround: run install script as root
Workaround: I find ganglia packages are available in epel repo.
The text was updated successfully, but these errors were encountered: