Versions Compared

Key

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

Table of Contents

Update 31 July 2020

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-VM9-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/nmis9/conf/Config.nmis to the default:

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

Highlights

The OS is Centos 7.2003
NMIS 9.10G
opCharts 4.1.2
opConfig 4.1.1
opEvents 3.1.0
opHA 3.1.2
opReports 4.1.1

Installation notes

Please read Opmantek Virtual Appliance: Installation and Getting Started.


Released 8 July 2020

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

...