diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-05 12:59:57 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-05 12:59:57 (GMT) |
commit | c0d5ac8efc1d59fa02c7f12264b5b4a337bc5bb5 (patch) | |
tree | 012803de013e1b6af6ce92d58a49af27b4ebdc20 /plugins/check_nt.c | |
parent | 2ab4d8fc278413b01ff9c4e4496f892398f80a4c (diff) | |
download | monitoring-plugins-c0d5ac8efc1d59fa02c7f12264b5b4a337bc5bb5.tar.gz |
cleaned fr.po nagios-plugins.pot
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1005 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_nt.c')
-rw-r--r-- | plugins/check_nt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c index e52b5a2..f76a52a 100644 --- a/plugins/check_nt.c +++ b/plugins/check_nt.c | |||
@@ -103,7 +103,7 @@ int main(int argc, char **argv){ | |||
103 | unsigned long utilization; | 103 | unsigned long utilization; |
104 | unsigned long uptime; | 104 | unsigned long uptime; |
105 | unsigned long age_in_minutes; | 105 | unsigned long age_in_minutes; |
106 | double counter_value; | 106 | double counter_value = 0.0; |
107 | int offset=0; | 107 | int offset=0; |
108 | int updays=0; | 108 | int updays=0; |
109 | int uphours=0; | 109 | int uphours=0; |
@@ -609,7 +609,7 @@ void print_help(void) | |||
609 | { | 609 | { |
610 | print_revision(progname,revision); | 610 | print_revision(progname,revision); |
611 | 611 | ||
612 | printf (_("Copyright (c) 2000 Yves Rubin (rubiyz@yahoo.com)\n")); | 612 | printf ("Copyright (c) 2000 Yves Rubin (rubiyz@yahoo.com)\n"); |
613 | printf (COPYRIGHT, copyright, email); | 613 | printf (COPYRIGHT, copyright, email); |
614 | 614 | ||
615 | printf (_("This plugin collects data from the NSClient service running on a\n\ | 615 | printf (_("This plugin collects data from the NSClient service running on a\n\ |