You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently adagios rpm can't be installed on RHEL8 variants like RockyLinux8.
python-simplejson, python-django and mod_wsgi should be updated to python3* in adagios.spec
[me@rocky8t01d pynag]$sudo dnf install https://opensource.ok.is//repo/ok-release.rpm
[me@rocky8t01d pynag]$ sudo dnf install adagios
Last metadata expiration check: 0:00:22 ago on Thu 01 Jun 2023 04:45:46 AM CDT.
Error:
Problem: conflicting requests
- nothing provides python-simplejson needed by adagios-1.6.3-2.el7.noarch
- nothing provides python-django needed by adagios-1.6.3-2.el7.noarch
- nothing provides mod_wsgi needed by adagios-1.6.3-2.el7.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[me@rocky8t01d pynag]$
with a few simple changes in adagios.spec file, one can create adagios-2.0.1-1.el8.noarch.rpm to depend on correct version of other rpms.
[me@rocky8t01d adagios]$ sudo dnf localinstall /home/me/github/learnmonitoring/adagios/rpm-build/adagios-2.0.1-1.el8.noarch.rpm
Last metadata expiration check: 0:08:37 ago on Thu 01 Jun 2023 04:45:46 AM CDT.
Dependencies resolved.
====================================================================================================================================
Package Architecture Version Repository Size
====================================================================================================================================
Installing:
adagios noarch 2.0.1-1.el8 @commandline 3.7 M
Installing dependencies:
python3-asgiref noarch 3.2.10-1.el8 epel 39 k
python3-django3 noarch 3.2.19-1.el8 epel 4.7 M
python3-mod_wsgi x86_64 4.6.4-5.el8 appstream 2.5 M
python3-pytz noarch 2017.2-9.el8 appstream 53 k
python3-simplejson x86_64 3.17.0-2.el8 epel 286 k
python3-sqlparse noarch 0.2.4-6.el8 epel 82 k
Installing weak dependencies:
python-django3-bash-completion noarch 3.2.19-1.el8 epel 17 k
Transaction Summary
====================================================================================================================================
Install 8 Packages
Total size: 11 M
Total download size: 7.7 M
Installed size: 40 M
Is this ok [y/N]:
The text was updated successfully, but these errors were encountered:
Hi
Any plan to bring adgios forward to el8 format ?
The text was updated successfully, but these errors were encountered: