From 2c73082f0edccbe23de8801ba824b6202d459da7 Mon Sep 17 00:00:00 2001 From: slerena <slerena@gmail.com> Date: Tue, 22 Feb 2011 09:11:06 +0000 Subject: [PATCH] 2011-02-22 Sancho Lerena <slerena@artica.es> * Core.pm: Fixed bug #3175575 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3970 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 4 ++++ pandora_server/lib/PandoraFMS/Core.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 6427267e37..2c6db5740a 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2011-02-22 Sancho Lerena <slerena@artica.es> + + * Core.pm: Fixed bug #3175575 + 2011-02-21 Sancho lerena <slerena@artica.es> * DEBIAN/postinst: Fixed bad ownership for /inconming/* subdirs. diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index cff7787284..51234d6593 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -2110,7 +2110,7 @@ sub pandora_self_monitoring ($$) { my $dbmaintance = get_db_value ($dbh, "SELECT COUNT(*) FROM tconfig WHERE token = 'db_maintance' AND `value` > UNIX_TIMESTAMP() - 86400"); $xml_output .=" <module>"; - $xml_output .=" <name>Database Maintance</name>"; + $xml_output .=" <name>Database Maintenance</name>"; $xml_output .=" <type>generic_proc</type>"; $xml_output .=" <data>$dbmaintance</data>"; $xml_output .=" </module>";