[monitoring-plugins] Update plugins/check_nt.c

GitHub git at monitoring-plugins.org
Mon May 8 21:20:11 CEST 2023


    Module: monitoring-plugins
    Branch: master
    Commit: fcf68d702e590bd3e58fb7556f420330ddf0a0ae
    Author: Lorenz <12514511+RincewindsHat at users.noreply.github.com>
 Committer: GitHub <noreply at github.com>
      Date: Thu Apr 27 00:42:30 2023 +0200
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=fcf68d7

Update plugins/check_nt.c

Co-authored-by: datamuc <m at rbfh.de>

---

 plugins/check_nt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/check_nt.c b/plugins/check_nt.c
index babe3b6..d73d83c 100644
--- a/plugins/check_nt.c
+++ b/plugins/check_nt.c
@@ -341,7 +341,7 @@ int main(int argc, char **argv){
 
 		2) If the counter you're going to measure is percent-based, the code will detect
 		 the percent sign in its name and will attribute minimum (0%) and maximum (100%)
-		 values automagically, as well the ¨%" sign to graph units.
+		 values automagically, as well the "%" sign to graph units.
 
 		3) OTOH, if the counter is "absolute", you'll have to provide the following
 		 the counter unit - that is, the dimensions of the counter you're getting. Examples:



More information about the Commits mailing list