...
Product | Product Version | MongoDB Version (bold: recommended) | Operating | Notes |
---|---|---|---|---|
NMIS | >= 9.0.0 | 3.4, 3.6 |
| RHEL 8 is supported from NMIS version 9.2.1 If install of NMIS 9 fails due to failure to install package WWW::Mechanize, pre-install WWW::Mechanize before installing NMIS:
|
NMIS | >= 9.4.0 | 3.4, 3.6, 4.2 | ||
NMIS | >=9.4.4 | 3.4, 3.6, 4.2 |
| OS's supported prior are also still supported in NMIS9 9.4.4 |
Release 9.0.4 of NMIS introduces the smarter non-interactive installation mode.
*Should Debian 10 install fail with this error, 'The following signatures couldn't be verified because the public key is not available: NO_PUBKEY', please run the following commands to install the needed GPG Keys and reinstall:
...
.
...
**CentOS 8 support has been withdrawn due to CentOS 8 being end of maintenance on 31 Dec 2021, your CentOS target should be CentOS 7 https://wiki.centos.org/About/Product
...
Product | Product Version | Database | Operating | Notes |
---|---|---|---|---|
Open-AudIT | >= 4.1 | MariaDB |
| 64bit systems only. More information. |
*Should Debian 10 install fail with this error,
'The following signatures couldn't be verified because the public key is not available: NO_PUBKEY',
please run the following commands to install the needed GPG Keys and reinstall:
Code Block |
---|
sudo -i
type wget >/dev/null 2>&1 && GIMMEKEY="wget --tries=5 -q -T 20 -O - https://ftp-master.debian.org/keys/archive-key-8.asc" || GIMMEKEY="curl --retry 4 -L -s -m 20 https://ftp-master.debian.org/keys/archive-key-8.asc";
$GIMMEKEY | apt-key add -||$GIMMEKEY | apt-key add -||$GIMMEKEY | apt-key add -; |
**CentOS 8 is not supported due to CentOS 8 being end of maintenance in 31 Dec 2021, your CentOS target should be CentOS 7 https://wiki.centos.org/About/Product
...
Product | Product Version | NMIS Version | MongoDB Version (bold: recommended) | Notes |
---|---|---|---|---|
opEvents | >= 3.0.0 | >= 9.0.0 | 3.4 | opEvents 3.X NMIS needs to be installed but doesn't need to be running. Please check the opConfig 4 release notes opEvents 3 Release Notes for a specific NMIS minor version requirement. |
opEvents | >= 3.1.0 | >= 9.1.0 | 3.4 | |
opEvents | >= 4.1.0 | >= 9.2.4 | 3.4, 3.6 | opEvents 4.X NMIS needs to be installed but doesn't need to be running. Please check the opEvents 4 Release Notes for a specific NMIS minor version requirement. |
opEvents | >= 4.2.0 | >= 9.4.0 | 3.4, 3.6, 4.2 |
...