ncpa for s390x cpu structure

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
sacom01
Posts: 194
Joined: Wed Dec 23, 2020 10:15 pm

Re: ncpa for s390x cpu structure

Post by sacom01 »

Hi Benjamin,
We have successfully installed the NCPA with your python2.7 by downgrading some packages:
1. MarkupSafe to 0.23
2. packaging to 20.9

Because we cannot use pip to install automatically modules for python, can we have a list of all packages and their dependent packages, also the supported and newest versions.

And one more thing, is there a version of NCPA that is written in python3 ?
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: ncpa for s390x cpu structure

Post by benjaminsmith »

Hi,
Because we cannot use pip to install automatically modules for python, can we have a list of all packages and their dependent packages, also the supported and newest versions?
In the build folder on GitHub there are 2 requirements files.
Require.txt
psutil
requests
Jinja2
flask==0.10.1
werkzeug==0.16.1
docutils
pyOpenSSL
cryptography
gevent==1.2.2
gevent-websocket
cffi
appdirs
packaging
kafka
Require.dep.txt - Dependencies
psutil
requests
Jinja2
flask==0.10.1
werkzeug==0.16.1
docutils
pyOpenSSL==19.1
cryptography==2.8
gevent==1.2.2
gevent-websocket
cffi
appdirs
packaging
kafka
Let know if that helps or if you more questions on that.

As far as a python3 version, we are working on that right now and making good progress. However, I don't a firm ETA.

Regards,
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked