From 082cfc29e3673abf595d70cd05f0a483947c22d5 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Thu, 19 Oct 2006 00:25:16 +0000 Subject: first pass at cleaning localization for new release first pass at making all the headre be the same licence, plugin, etc... git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1499 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_procs.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'plugins/check_procs.c') diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 82a21eb2..31a2bed9 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c @@ -11,6 +11,10 @@ * * This file contains the check_procs plugin * +* Checks all processes and generates WARNING or CRITICAL states if the specified +* metric is outside the required threshold ranges. The metric defaults to number +* of processes. Search filters can be applied to limit the processes to check. +* * License Information: * * This program is free software; you can redistribute it and/or modify @@ -665,11 +669,12 @@ print_help (void) printf ("Copyright (c) 1999 Ethan Galstad "); printf (COPYRIGHT, copyright, email); - printf(_("\ -Checks all processes and generates WARNING or CRITICAL states if the specified\n\ -metric is outside the required threshold ranges. The metric defaults to number\n\ -of processes. Search filters can be applied to limit the processes to check.\n\n")); + printf ("%s\n", _("Checks all processes and generates WARNING or CRITICAL states if the specified")); + printf ("%s\n", _("metric is outside the required threshold ranges. The metric defaults to number")); + printf ("%s\n", _("of processes. Search filters can be applied to limit the processes to check.")); + printf ("\n\n"); + print_usage (); printf(_("\n\ -- cgit v1.2.3-74-g34f1