mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
2010-07-02 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2955 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ab1708fac5
commit
a67fef34bd
@ -1,3 +1,7 @@
|
|||||||
|
2010-07-02 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* pandora_agent: Fixed a typo.
|
||||||
|
|
||||||
2010-06-30 Ramon Novoa <rnovoa@artica.es>
|
2010-06-30 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* pandora_agent: Improved the module cron to allow intervals and
|
* pandora_agent: Improved the module cron to allow intervals and
|
||||||
|
@ -235,7 +235,7 @@ sub read_config (;$) {
|
|||||||
'min' => 0,
|
'min' => 0,
|
||||||
'postprocess' => 0,
|
'postprocess' => 0,
|
||||||
'save' => '',
|
'save' => '',
|
||||||
'actions' => [],
|
'conditions' => [],
|
||||||
'cron' => '',
|
'cron' => '',
|
||||||
'cron_utimestamp' => 0,
|
'cron_utimestamp' => 0,
|
||||||
'cron_interval' => -1
|
'cron_interval' => -1
|
||||||
@ -767,7 +767,7 @@ sub module_exec ($) {
|
|||||||
# Something went wrong or no data
|
# Something went wrong or no data
|
||||||
return () unless ($? eq 0 && defined ($data[0]));
|
return () unless ($? eq 0 && defined ($data[0]));
|
||||||
|
|
||||||
# Evaluate module actions
|
# Evaluate module conditions
|
||||||
evaluate_module_conditions ($module, $data[0]);
|
evaluate_module_conditions ($module, $data[0]);
|
||||||
|
|
||||||
return @data;
|
return @data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user