2010-02-18 Pablo de la Concepción <pablo.concepcion@artica.es>
* 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
This commit is contained in:
parent
a0c587cb99
commit
31730bdf94
|
@ -1,3 +1,13 @@
|
||||||
|
2010-02-18 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||||
|
|
||||||
|
* 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 <pablo.concepcion@artica.es>
|
2010-02-18 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/Core.pm: Modified to use the new tables
|
* lib/PandoraFMS/Core.pm: Modified to use the new tables
|
||||||
|
|
|
@ -1957,3 +1957,23 @@ sub pandora_self_monitoring ($$) {
|
||||||
|
|
||||||
1;
|
1;
|
||||||
__END__
|
__END__
|
||||||
|
|
||||||
|
=head1 DEPENDENCIES
|
||||||
|
|
||||||
|
L<DBI>, L<XML::Simple>, L<HTML::Entities>, L<Time::Local>, L<POSIX>, L<PandoraFMS::DB>, L<PandoraFMS::Config>, L<PandoraFMS::Tools>, L<PandoraFMS::GIS>
|
||||||
|
|
||||||
|
=head1 LICENSE
|
||||||
|
|
||||||
|
This is released under the GNU Lesser General Public License.
|
||||||
|
|
||||||
|
=head1 SEE ALSO
|
||||||
|
|
||||||
|
L<DBI>, L<XML::Simple>, L<HTML::Entities>, L<Time::Local>, L<POSIX>, L<PandoraFMS::DB>, L<PandoraFMS::Config>, L<PandoraFMS::Tools>, L<PandoraFMS::GIS>
|
||||||
|
|
||||||
|
=head1 COPYRIGHT
|
||||||
|
|
||||||
|
Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L
|
||||||
|
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
|
|
|
@ -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"
|
.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)"
|
.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
|
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
|
||||||
|
|
Loading…
Reference in New Issue