From b4515f6638aca1d5ea999dace1f2655f830c8cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20de=20la=20Concepci=C3=B3n=20Sanz?= Date: Thu, 18 Feb 2010 18:16:27 +0000 Subject: [PATCH] =?UTF-8?q?2010-02-18=20=20Pablo=20de=20la=20Concepci?= =?UTF-8?q?=C3=B3n=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lib/PandoraFMS/Core.pm: Restored documentation lost in one of the last commits. * man/man3/PandoraFMS::Core.pm.3: Updated manpage with the restored documentation git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2381 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 10 ++++++++++ pandora_server/lib/PandoraFMS/Core.pm | 20 +++++++++++++++++++ pandora_server/man/man3/PandoraFMS::Core.pm.3 | 12 +++++++++++ 3 files changed, 42 insertions(+) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 9c54222822..05bbdeef9b 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,13 @@ +2010-02-18 Pablo de la ConcepciĆ³n + + * lib/PandoraFMS/Core.pm: Restored documentation lost in one of the + last commits. + + + * man/man3/PandoraFMS::Core.pm.3: Updated manpage with the restored + documentatrestored + documentation + 2010-02-18 Pablo de la ConcepciĆ³n * lib/PandoraFMS/Core.pm: Modified to use the new tables diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index a1820d4cbf..cf591d350d 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -1957,3 +1957,23 @@ sub pandora_self_monitoring ($$) { 1; __END__ + +=head1 DEPENDENCIES + +L, L, L, L, L, L, L, L, L + +=head1 LICENSE + +This is released under the GNU Lesser General Public License. + +=head1 SEE ALSO + +L, L, L, L, L, L, L, L, L + +=head1 COPYRIGHT + +Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L + + +=cut + diff --git a/pandora_server/man/man3/PandoraFMS::Core.pm.3 b/pandora_server/man/man3/PandoraFMS::Core.pm.3 index cdc62c4336..a85bacbc06 100644 --- a/pandora_server/man/man3/PandoraFMS::Core.pm.3 +++ b/pandora_server/man/man3/PandoraFMS::Core.pm.3 @@ -327,3 +327,15 @@ Updates agent \s-1GIS\s0 information in \fBtgis_data_status\fR table. .el .SS "\f(CWarchive_agent_position (\fP\f(CI$pa_config\fP\f(CW, \fP\f(CI$start_timestamp\fP\f(CW, \fP\f(CI$end_timestamp\fP\f(CW, \fP\f(CI$longitude\fP\f(CW, \fP\f(CI$latitude\fP\f(CW, \fP\f(CI$altitude\fP\f(CW, \fP\f(CI$description\fP\f(CW, \fP\f(CI$number_packages\fP\f(CW, \fP\f(CI$agent_id\fP\f(CW, \fP\f(CI$dbh\fP\f(CW)\fP" .IX Subsection "archive_agent_position ($pa_config, $start_timestamp, $end_timestamp, $longitude, $latitude, $altitude, $description, $number_packages, $agent_id, $dbh)" Archives the last position of an agent in the \fBtgis_data_history\fR table +.SH "DEPENDENCIES" +.IX Header "DEPENDENCIES" +\&\s-1DBI\s0, XML::Simple, HTML::Entities, Time::Local, \s-1POSIX\s0, PandoraFMS::DB, PandoraFMS::Config, PandoraFMS::Tools, PandoraFMS::GIS +.SH "LICENSE" +.IX Header "LICENSE" +This is released under the \s-1GNU\s0 Lesser General Public License. +.SH "SEE ALSO" +.IX Header "SEE ALSO" +\&\s-1DBI\s0, XML::Simple, HTML::Entities, Time::Local, \s-1POSIX\s0, PandoraFMS::DB, PandoraFMS::Config, PandoraFMS::Tools, PandoraFMS::GIS +.SH "COPYRIGHT" +.IX Header "COPYRIGHT" +Copyright (c) 2005\-2010 Artica Soluciones Tecnologicas S.L