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

This commit is contained in:
Julien Mathis 2008-05-07 12:13:37 +00:00
parent 59a418ebd2
commit 896b78c99d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if (eval "require RRDs" ) {
#$VERSION = do { my @r = (q$Revision: XXX $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(get_parameters create_rrd update_rrd fetch_rrd &is_valid_serviceid);
our @EXPORT_OK = qw(get_parameters);
our @EXPORT = @EXPORT_OK;
my $params_file = "centreon.conf";