Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Improve text and links for opEvents 3.X and opEvents 4.X

...

Product

Product Version

MongoDB Version
(bold: recommended)

Operating 
Systems

Notes
NMIS>= 9.0.03.4, 3.6
  • Debian 9, 10*
  • Ubuntu 18, 20
  • CentOS 7**
  • RHEL 7
  • RHEL 8

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:

sudo yum install -y perl-CPAN;
sudo yum install -y perl-App-cpanminus;
sudo cpanm WWW::Mechanize --sudo --notest;



NMIS>= 9.4.03.4, 3.6, 4.2
NMIS>=9.4.43.4, 3.6, 4.2
  • Debian 10
  • Debian 11
  • Mint 21.01
  • RedHat 8.7
  • Rocky 8.7
  • Ubuntu 22.04
  • Ubuntu 23.04
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

...

ProductProduct VersionDatabase

Operating
Systems

Notes
Open-AudIT>= 4.1 MariaDB
  • Windows Server 2016 and up (not compatible with Windows 10)
  • CentOS 7**
  • RHEL 7
  • RHEL 8
  • Debian 9 and 10*
  • Ubuntu 18.04 and 20.04

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

...

ProductProduct Version

NMIS Version

MongoDB Version
(bold: recommended)
Notes
opEvents>= 3.0.0 >= 9.0.03.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.03.4
opEvents>= 4.1.0>= 9.2.43.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.03.4, 3.6, 4.2

...