Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support deletion in bulk of modules

  • deletion in bulk of modules

    Posted by francisco-lima on December 29, 2008 at 08:01

    I just need to delete a module named cpu_Load in + – 200 hosts, but I have not achieved. The following error appears on screen Agent configuration > Configuration Management:

    There was an error removing the module data, the removal has been cancelled

    Any suggestions?

    thanks,
    Francisco

    raul replied 16 years, 1 month ago 2 Members · 1 Reply
  • 1 Reply
  • raul

    Member
    January 3, 2009 at 13:16
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    To debug what is happening, enable the PHP errors, warnings and notices and create an php.error file. You can do that in the include/config.php:

    error_reporting(E_ALL);
    ini_set(“log_errors”, 1);
    ini_set(“error_log”, “/PATH_TO_PANDORA_CONSOLE/php.error”);

    Be sure, the apache user (usually www-data) can write in that directory.

    Go to the configuration management page, reproduce the error and after that, check /PATH_TO_PANDORA_CONSOLE/php.error. This file will give you the clue to solve the issue.

    Raul