This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
monitoring:lpar2rrd:xormon_install [2025/06/05 13:11] manu |
monitoring:lpar2rrd:xormon_install [2025/10/03 10:34] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Install xormon ====== | ====== Install xormon ====== | ||
| + | |||
| + | https://sourceforge.net/projects/xormon/files/xormon-ng/ | ||
| + | |||
| Enable CodeReady Builder (RHEL) repository (as root)RHEL 9: | Enable CodeReady Builder (RHEL) repository (as root)RHEL 9: | ||
| Line 82: | Line 85: | ||
| For info | For info | ||
| <code> | <code> | ||
| - | [root@lzxormon001m ~]# rpm -qa | sort| grep '^p' | + | [root@xormon01 ~]# rpm -qa | sort| grep '^p' |
| p11-kit-0.25.3-2.el9.x86_64 | p11-kit-0.25.3-2.el9.x86_64 | ||
| p11-kit-trust-0.25.3-2.el9.x86_64 | p11-kit-trust-0.25.3-2.el9.x86_64 | ||
| Line 449: | Line 452: | ||
| python-srpm-macros-3.9-54.el9.noarch | python-srpm-macros-3.9-54.el9.noarch | ||
| python-unversioned-command-3.9.19-8.el9_5.1.noarch | python-unversioned-command-3.9.19-8.el9_5.1.noarch | ||
| + | |||
| + | [root@xormon01 ~]# rpm -qa | grep nso | ||
| + | lm_sensors-libs-3.6.0-10.el9.x86_64 | ||
| + | lm_sensors-devel-3.6.0-10.el9.x86_64 | ||
| + | nsolid-22.13.1-ns5.7.0.x86_64 | ||
| + | |||
| + | [root@xormon01 ~]# rpm -qa | grep postgre | ||
| + | postgresql16-libs-16.8-1PGDG.rhel9.x86_64 | ||
| + | postgresql16-16.8-1PGDG.rhel9.x86_64 | ||
| + | postgresql16-server-16.8-1PGDG.rhel9.x86_64 | ||
| + | timescaledb-2-loader-postgresql-16-2.19.3-0.el9.x86_64 | ||
| + | timescaledb-2-postgresql-16-2.19.3-0.el9.x86_64 | ||
| + | postgresql16-contrib-16.8-1PGDG.rhel9.x86_64 | ||
| </code> | </code> | ||