mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
2010-05-13 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Disabled the plugin command check. Was not working. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2724 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e62f983f9b
commit
faa960ef84
@ -1,3 +1,7 @@
|
|||||||
|
2010-05-13 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* pandora_agent: Disabled the plugin command check. Was not working.
|
||||||
|
|
||||||
2010-04-29 Sancho Lerena <slerena@artica.es>
|
2010-04-29 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandora_agent_installer: Added darwin (snow leopard), and BSD to
|
* pandora_agent_installer: Added darwin (snow leopard), and BSD to
|
||||||
|
@ -605,8 +605,6 @@ while (1) {
|
|||||||
# Execute plugins
|
# Execute plugins
|
||||||
foreach my $plugin (@Plugins) {
|
foreach my $plugin (@Plugins) {
|
||||||
|
|
||||||
# Verify that the plugin exists and execute it
|
|
||||||
next unless (-x '$ConfDir/plugins/$plugin');
|
|
||||||
my $output = `$ConfDir/plugins/$plugin`;
|
my $output = `$ConfDir/plugins/$plugin`;
|
||||||
|
|
||||||
# Do not save the output if there was an error
|
# Do not save the output if there was an error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user