diff options
Diffstat (limited to 'plugins-scripts/check_netdns.pl')
| -rwxr-xr-x | plugins-scripts/check_netdns.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins-scripts/check_netdns.pl b/plugins-scripts/check_netdns.pl index ecdbdb1a..5b246429 100755 --- a/plugins-scripts/check_netdns.pl +++ b/plugins-scripts/check_netdns.pl | |||
| @@ -27,7 +27,8 @@ | |||
| 27 | 27 | ||
| 28 | use Getopt::Long; | 28 | use Getopt::Long; |
| 29 | use Net::DNS; | 29 | use Net::DNS; |
| 30 | use lib utils.pm; | 30 | use FindBin; |
| 31 | use lib "$FindBin::Bin"; | ||
| 31 | use utils ; | 32 | use utils ; |
| 32 | 33 | ||
| 33 | my $PROGNAME = "check_netdns"; | 34 | my $PROGNAME = "check_netdns"; |
