Changes of Revision 3
[-] [+] | Changed | check_nfsmounts |
@@ -21,6 +21,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +use lib "/usr/lib/nagios/plugins"; use utils qw{$TIMEOUT %ERRORS}; use Time::HiRes qw{time alarm}; use Getopt::Long; |