2012-03-24 Junichi Satoh <junichi@rworks.jp>

* lib/PandoraFMS/Core.pm: Fixed pandora_server process down with
	version 8.3 or later of PostgreSQL.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5826 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2012-03-24 12:35:30 +00:00
parent 0ade546b40
commit d90e3f671a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-03-24 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/Core.pm: Fixed pandora_server process down with
version 8.3 or later of PostgreSQL.
2012-03-20 Miguel de Dios <miguel.dedios@artica.es> 2012-03-20 Miguel de Dios <miguel.dedios@artica.es>
* util/pandora_db.pl: added lines to purge the contents in the report that * util/pandora_db.pl: added lines to purge the contents in the report that

View File

@ -1642,7 +1642,7 @@ sub pandora_module_keep_alive_nd {
AND tagente.disabled = 0 AND tagente.disabled = 0
AND tagente_modulo.id_tipo_modulo = 100 AND tagente_modulo.id_tipo_modulo = 100
AND tagente_modulo.disabled = 0 AND tagente_modulo.disabled = 0
AND (' . db_text ('tagente_estado.datos') . ' = 1 OR ' . db_text ('tagente_estado.datos') . '= \'\') AND (' . db_text ('tagente_estado.datos') . ' = \'1.00\' OR ' . db_text ('tagente_estado.datos') . '= \'\')
AND tagente_modulo.id_agente_modulo = tagente_estado.id_agente_modulo AND tagente_modulo.id_agente_modulo = tagente_estado.id_agente_modulo
AND ( tagente_estado.utimestamp + (tagente.intervalo * 2) < UNIX_TIMESTAMP())'); AND ( tagente_estado.utimestamp + (tagente.intervalo * 2) < UNIX_TIMESTAMP())');