git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@5087 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
59a418ebd2
commit
896b78c99d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue