Adding d/p/03_epn disable epn in check_disk_smb

This commit is contained in:
Jan Wagner 2021-04-13 12:30:42 +02:00
parent eb7432cdf3
commit 363955f257
2 changed files with 9 additions and 0 deletions

8
debian/patches/03_epn vendored Normal file
View file

@ -0,0 +1,8 @@
--- a/plugins-scripts/check_disk_smb.pl
+++ b/plugins-scripts/check_disk_smb.pl
@@ -1,4 +1,5 @@
#!@PERL@ -w
+# nagios: -epn
#
#
# check_disk.pl <host> <share> <user> <pass> [warn] [critical] [port]

View file

@ -1,3 +1,4 @@
02_check_icmp_links
03_epn
# commited upstream
10_check_curl_header