Menu

v1.000.047 released

Changes:

  • NCPL
    (RFE) Added robots.txt to the distribution
    (RFE) Added $VERSION = do { my @r = (q$Revision$ =~ /\d+/g); sprintf "%d."."%03d" x $#r, @r };
    (RFE) Added MANIFEST.SKIP
    (RFE) Changed Makefile.PL for better Module::AutoInstall support
    (RFE) The ssh command now uses the 'StrictHostKeyChecking=no' option to disable known_hosts key warnings
    (RFE) Total rewrite of execCMD() + better error handling
    (RFE) Replaced system() calls by execCMD()
    (RFE) Rename record option (currently only implemented for hosts.pl)

  • CGI.pm
    (RFE) Multi Listbox implementation: contributed by Dare-Edwards Conrad

  • Database.pm
    (RFE) doTransactionDBI()

  • Export.pm
    (bugfix) doExport_Serviceextinfo()
    (RFE) doExport_Hostescalation()

  • Fix.pm
    (bugfix) fixNagiosConfig_Services()

  • Import.pm
    (RFE) doImport_Hostescalation()

  • Server.pm
    (bugfix) installServerConfig()

  • hostescalations.pl
    (RFE) New module: contributed by Dare-Edwards Conrad

  • hosts.pl
    (RFE) Added menu option for serviceextinfo dependencies

  • NagiosByDb.pm
    (bugfix) Fixed problem for enabled/disabled hosts

  • Remote.pm
    (RFE) Possibility to export multiple remote config files

  • remoteconfigs.pl
    (RFE) Possibility to export multiple remote config files

  • Tools.pm
    (RFE) New implementation of NSLOOKUP

Posted by Yves Van den Hove 2007-01-02

Log in to post a comment.