diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index f95b755f40..6bcba3ab5b 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,7 @@ +2010-05-13 Ramon Novoa + + * pandora_agent: Disabled the plugin command check. Was not working. + 2010-04-29 Sancho Lerena * pandora_agent_installer: Added darwin (snow leopard), and BSD to diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index 664ea8fcf3..f497f2e96a 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -605,8 +605,6 @@ while (1) { # Execute plugins foreach my $plugin (@Plugins) { - # Verify that the plugin exists and execute it - next unless (-x '$ConfDir/plugins/$plugin'); my $output = `$ConfDir/plugins/$plugin`; # Do not save the output if there was an error