mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
'use lib utils.pm' is not valid Perl syntax: Bareword "utils" not allowed while "strict subs" in use at plugins-scripts/check_ircd.pl line 52. Bareword "pm" not allowed while "strict subs" in use at plugins-scripts/check_ircd.pl line 52. This makes it impossible to use the plugins directly from the git tree, e.g. while hacking on them. Using FindBin::Bin as the library path allows that, while preserving the original behaviour of adding the libexec path when the plugin is properly installed. |
||
|---|---|---|
| .. | ||
| t | ||
| check_breeze.pl | ||
| check_disk_smb.pl | ||
| check_file_age.pl | ||
| check_flexlm.pl | ||
| check_ifoperstatus.pl | ||
| check_ifstatus.pl | ||
| check_ircd.pl | ||
| check_log.sh | ||
| check_mailq.pl | ||
| check_mssql.pl | ||
| check_netdns.pl | ||
| check_oracle.sh | ||
| check_rpc.pl | ||
| check_sensors.sh | ||
| check_wave.pl | ||
| Makefile.am | ||
| subst.in | ||
| utils.pm.in | ||
| utils.sh.in | ||