* remove hard coded path
* change bug tracker url git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@6870 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
3f95b95730
commit
5ad10be9a6
|
@ -29,7 +29,7 @@ use DBI;
|
|||
use vars qw($PROGNAME);
|
||||
use Getopt::Long;
|
||||
use vars qw($opt_V $opt_H $opt_h $opt_i);
|
||||
use lib "/usr/local/nagios/libexec";
|
||||
use lib "@NAGIOS_PLUGINS@";
|
||||
use utils qw($TIMEOUT %ERRORS &print_revision &support);
|
||||
|
||||
## For Debug mode = 1
|
||||
|
@ -394,7 +394,7 @@ sub print_usage () {
|
|||
sub print_help () {
|
||||
print "##############################################\n";
|
||||
print "# Copyright (c) 2004-2008 Centreon #\n";
|
||||
print "# Bugs to http://bugs.oreon-project.org/ #\n";
|
||||
print "# Bugs to http://trac.centreon.com/ #\n";
|
||||
print "##############################################\n";
|
||||
print_usage();
|
||||
print "\n";
|
||||
|
|
Loading…
Reference in New Issue