summaryrefslogtreecommitdiffstats
path: root/plugins/check_nt.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_nt.c')
-rw-r--r--plugins/check_nt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c
index 0dddba5..44203db 100644
--- a/plugins/check_nt.c
+++ b/plugins/check_nt.c
@@ -654,7 +654,7 @@ void print_help(void)
654 printf (" %s", "CLIENTVERSION ="); 654 printf (" %s", "CLIENTVERSION =");
655 printf (" %s\n", _("Get the NSClient version")); 655 printf (" %s\n", _("Get the NSClient version"));
656 printf (" %s\n", _("If -l <version> is specified, will return warning if versions differ.")); 656 printf (" %s\n", _("If -l <version> is specified, will return warning if versions differ."));
657 printf (" %s\n", "CPULOAD =" 657 printf (" %s\n", "CPULOAD =");
658 printf (" %s\n", _("Average CPU load on last x minutes.")); 658 printf (" %s\n", _("Average CPU load on last x minutes."));
659 printf (" %s\n", _("Request a -l parameter with the following syntax:")); 659 printf (" %s\n", _("Request a -l parameter with the following syntax:"));
660 printf (" %s\n", _("-l <minutes range>,<warning threshold>,<critical threshold>.")); 660 printf (" %s\n", _("-l <minutes range>,<warning threshold>,<critical threshold>."));
@@ -689,7 +689,7 @@ void print_help(void)
689 printf (" %s\n\n", _("If <description> does not include \"%%\", it is used as a label.")); 689 printf (" %s\n\n", _("If <description> does not include \"%%\", it is used as a label."));
690 printf (" %s\n", _("Some examples:")); 690 printf (" %s\n", _("Some examples:"));
691 printf (" %s\n", "\"Paging file usage is %%.2f %%%%\""); 691 printf (" %s\n", "\"Paging file usage is %%.2f %%%%\"");
692 printf (" %s\n\n", "\"%%.f %%%% paging file used.\"")); 692 printf (" %s\n\n", "\"%%.f %%%% paging file used.\"");
693 printf (_("Notes:")); 693 printf (_("Notes:"));
694 printf (" %s\n", _("- The NSClient service should be running on the server to get any information")); 694 printf (" %s\n", _("- The NSClient service should be running on the server to get any information"));
695 printf (" %s\n", "(http://nsclient.ready2run.nl)."); 695 printf (" %s\n", "(http://nsclient.ready2run.nl).");