[pkg-nagios-changes] [Git][nagios-team/monitoring-plugins][master] 3 commits: d/README.Debian: Fix typo

Jan Wagner (@waja) gitlab at salsa.debian.org
Wed Jan 18 06:26:06 GMT 2023



Jan Wagner pushed to branch master at Debian Nagios Maintainer Group / monitoring-plugins


Commits:
f503139b by Jan Wagner at 2023-01-17T13:48:28+00:00
d/README.Debian: Fix typo

- - - - -
ccc552b7 by Jan Wagner at 2023-01-18T06:01:49+00:00
Adding d/p/25_spell_fixes from upstream

- - - - -
a0718c84 by Jan Wagner at 2023-01-18T06:25:43+00:00
Merge branch 'development'

- - - - -


3 changed files:

- debian/README.Debian
- + debian/patches/25_spell_fixes
- debian/patches/series


Changes:

=====================================
debian/README.Debian
=====================================
@@ -74,7 +74,7 @@ perform. but, in the interest of the "safe default", these plugins will not
 be installed with the suid bit set.
 if setcap is able set the necessary capabilities, you are fine. if the setcap
 binary is not installed or not able to set the capabilities, you need to
-eighter set the capabilities (eg. cap_net_raw+ep) for your own or provide root
+either set the capabilities (eg. cap_net_raw+ep) for your own or provide root
 privileges. You could go the lazy way and install libcap2-bin and run the
 following afterwards:
 


=====================================
debian/patches/25_spell_fixes
=====================================
@@ -0,0 +1,50 @@
+From dcb1a53f969da6f53d5b64a96b7988a8975bcc84 Mon Sep 17 00:00:00 2001
+From: Jan Wagner <waja at cyconet.org>
+Date: Tue, 17 Jan 2023 13:55:05 +0000
+Subject: [PATCH] Fixing spelling errors
+
+---
+ plugins/check_apt.c   | 2 +-
+ plugins/check_curl.c  | 2 +-
+ plugins/check_fping.c | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/plugins/check_apt.c b/plugins/check_apt.c
+index 312909b7f..fa982ae34 100644
+--- a/plugins/check_apt.c
++++ b/plugins/check_apt.c
+@@ -528,7 +528,7 @@ print_help (void)
+   printf ("    %s\n", _("of upgrades will be printed, but any non-critical upgrades will not cause"));
+   printf ("    %s\n", _("the plugin to return WARNING status."));
+   printf (" %s\n", "-w, --packages-warning");
+-  printf ("    %s\n", _("Minumum number of packages available for upgrade to return WARNING status."));
++  printf ("    %s\n", _("Minimum number of packages available for upgrade to return WARNING status."));
+   printf ("    %s\n\n", _("Default is 1 package."));
+ 
+   printf ("%s\n\n", _("The following options require root privileges and should be used with care:"));
+diff --git a/plugins/check_curl.c b/plugins/check_curl.c
+index 55de22fd2..c6593df1a 100644
+--- a/plugins/check_curl.c
++++ b/plugins/check_curl.c
+@@ -1680,7 +1680,7 @@ process_arguments (int argc, char **argv)
+         curl_http_version = CURL_HTTP_VERSION_NONE;
+ #endif /* LIBCURL_VERSION_NUM >= MAKE_LIBCURL_VERSION(7, 33, 0) */
+       } else {
+-        fprintf (stderr, "unkown http-version parameter: %s\n", optarg);
++        fprintf (stderr, "unknown http-version parameter: %s\n", optarg);
+         exit (STATE_WARNING);
+       }
+       break;
+diff --git a/plugins/check_fping.c b/plugins/check_fping.c
+index be9362ad5..db4331624 100644
+--- a/plugins/check_fping.c
++++ b/plugins/check_fping.c
+@@ -492,7 +492,7 @@ void print_help (void) {
+   printf (" %s\n", "-c, --critical=THRESHOLD");
+   printf ("    %s\n", _("critical threshold pair"));
+   printf (" %s\n", "-a, --alive");
+-  printf ("    %s\n", _("Return OK after first successfull reply"));
++  printf ("    %s\n", _("Return OK after first successful reply"));
+   printf (" %s\n", "-b, --bytes=INTEGER");
+   printf ("    %s (default: %d)\n", _("size of ICMP packet"),PACKET_SIZE);
+   printf (" %s\n", "-n, --number=INTEGER");


=====================================
debian/patches/series
=====================================
@@ -13,3 +13,4 @@
 22_check_curl_faster_with_large_files
 23_check_http_chunked_encoding
 24_check_apt_usage
+25_spell_fixes



View it on GitLab: https://salsa.debian.org/nagios-team/monitoring-plugins/-/compare/f064e9bf0049be43d705cb371b61a0a422d86e80...a0718c849ad6726c3e2b42fc9e6d4433ddd46c7a

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/monitoring-plugins/-/compare/f064e9bf0049be43d705cb371b61a0a422d86e80...a0718c849ad6726c3e2b42fc9e6d4433ddd46c7a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20230118/2543d886/attachment-0001.htm>


More information about the pkg-nagios-changes mailing list