git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@4798 6bcd3966-0018-0410-8128-fd23d134de7e

This commit is contained in:
Julien Mathis 2008-04-21 13:37:49 +00:00
parent b2c4c42711
commit 656b50ba5b
1 changed files with 0 additions and 17 deletions

View File

@ -89,23 +89,6 @@ centreon - shared module for Oreon plugins
=head2 Functions
B<centreon::create_rrd> create a rrd database.
create_rrd($rrd, $nb_ds ,$start, $step, $min, $max, $type );
$rrd : RRD filename
$nb_ds : Number of Data Sources to create
$start : Start time of RRD
$step : RRD step
$min : Minimum value in RRD
$max : Maximum value in RRD
$type : GAUGE or COUNTER
update_rrd($rrd, $start,@values);
$rrd : RRD filename to update
$start :
@values : update RRD with list values
=head1 AUTHOR