Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The most recent update to the Opmantek Virtual Appliance was released 31 July 2020 and can be downloaded here: https://dl-nmis.opmantek.com/Opmantek-20200731-VM8-Centos7.2003-2-64bit.ova.
Installation and general use are described in more detail on the Getting Started page.

Caveat

On Centos7 please update Data::Dumper with these commands:

  • For Debian and Ubuntu:
    • sudo apt-get install -y libtest-simple-perl;
    • sudo cpanm Data::Dumper --sudo;
  • For Centos and Redhat:
    • sudo yum install -y perl-Test-Simple;
    • sudo cpanm Data::Dumper --sudo;

You may need to revert node_name_rule in /path/to/nmis8/conf/Config to the default:

  • 'node_name_rule' => qr/^[a-zA-Z0-9_. -]+$/

Highlights

The OS is Centos 7.2003
NMIS 8.7.1G
Open-AudIT 3.4.0
opCharts 3.4.0
opConfig 3.4.0
opEvents 2.5.0
opFlow 3.0.16
opReports 3.3.0

...