mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
2011-08-05 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/PredictionServer.pm: Fixed some network server modules are processed as prediction server modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4674 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
002f776614
commit
c97b78550c
@ -1,3 +1,8 @@
|
|||||||
|
2011-08-05 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/PredictionServer.pm: Fixed some network server
|
||||||
|
modules are processed as prediction server modules.
|
||||||
|
|
||||||
2011-07-29 Koichiro Kikuchi <koichiro@rworks.jp>
|
2011-07-29 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||||
|
|
||||||
* lib/PandoraFMS/Tools.pm: Send utf8 email properly.
|
* lib/PandoraFMS/Tools.pm: Send utf8 email properly.
|
||||||
|
@ -91,6 +91,7 @@ sub data_producer ($) {
|
|||||||
AND tagente_modulo.prediction_module != 0
|
AND tagente_modulo.prediction_module != 0
|
||||||
AND tagente_modulo.disabled = 0
|
AND tagente_modulo.disabled = 0
|
||||||
AND tagente_estado.id_agente_modulo = tagente_modulo.id_agente_modulo
|
AND tagente_estado.id_agente_modulo = tagente_modulo.id_agente_modulo
|
||||||
|
AND tagente_modulo.id_modulo = 5
|
||||||
AND (tagente_modulo.flag = 1
|
AND (tagente_modulo.flag = 1
|
||||||
OR (tagente_estado.last_execution_try + tagente_estado.current_interval) < UNIX_TIMESTAMP())
|
OR (tagente_estado.last_execution_try + tagente_estado.current_interval) < UNIX_TIMESTAMP())
|
||||||
ORDER BY last_execution_try ASC ', $pa_config->{'servername'});
|
ORDER BY last_execution_try ASC ', $pa_config->{'servername'});
|
||||||
@ -103,6 +104,7 @@ sub data_producer ($) {
|
|||||||
AND tagente_modulo.disabled = 0
|
AND tagente_modulo.disabled = 0
|
||||||
AND tagente_modulo.prediction_module != 0
|
AND tagente_modulo.prediction_module != 0
|
||||||
AND tagente_estado.id_agente_modulo = tagente_modulo.id_agente_modulo
|
AND tagente_estado.id_agente_modulo = tagente_modulo.id_agente_modulo
|
||||||
|
AND tagente_modulo.id_modulo = 5
|
||||||
AND (tagente_modulo.flag = 1 OR (tagente_estado.last_execution_try + tagente_estado.current_interval) < UNIX_TIMESTAMP())
|
AND (tagente_modulo.flag = 1 OR (tagente_estado.last_execution_try + tagente_estado.current_interval) < UNIX_TIMESTAMP())
|
||||||
ORDER BY last_execution_try ASC', $pa_config->{'servername'});
|
ORDER BY last_execution_try ASC', $pa_config->{'servername'});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user