summaryrefslogtreecommitdiffstats
path: root/plugins/check_nt.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2006-10-24 21:48:22 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2006-10-24 21:48:22 (GMT)
commite23b863a2526872c935dfdf84856b72472c478d0 (patch)
tree8920879090db383726cee987737f67a2318bda62 /plugins/check_nt.c
parent8624e4562b6e1712fd1c3588f5ea70c373503068 (diff)
downloadmonitoring-plugins-e23b863a2526872c935dfdf84856b72472c478d0.tar.gz
last localization fixes for core plugins in c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1524 f882894a-f735-0410-b71e-b25c423dba1c
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).");