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
It appears that the packages are no longer at this location: Error: Execution of '/bin/rpm -i http://mathias-kettner.de/download/check_mk-agent-1.2.4p5-2.noarch.rpm' returned 1: curl: (22) The requested URL returned error: 404 Not Found
class { 'omd::client': check_mk_version => '1.2.4p5-2', }
Did these packages move somewhere else or are they no longer hosted?
The text was updated successfully, but these errors were encountered:
I was able to work around this for Debian/Redhat nodes by using the following overrides and including EPEL on the redhat nodes.
class profile::omd { case $::osfamily { 'Debian': { class { 'omd::client': check_mk_version => '1.2.4p5-2', } } 'Redhat': { class { 'omd::client': package_name => 'check-mk', download_package => false, check_mk_version => '1.2.6p1-1.el6', } }
Sorry, something went wrong.
The Check_MK people changed to a different way of handling the package distribution. I didn't find the time to try it out and update the puppet code.
fnerdwq
No branches or pull requests
It appears that the packages are no longer at this location:
Error: Execution of '/bin/rpm -i http://mathias-kettner.de/download/check_mk-agent-1.2.4p5-2.noarch.rpm' returned 1: curl: (22) The requested URL returned error: 404 Not Found
Did these packages move somewhere else or are they no longer hosted?
The text was updated successfully, but these errors were encountered: