diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-05 12:59:57 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-05 12:59:57 +0000 |
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 e52b5a21..f76a52a6 100644 --- a/plugins/check_nt.c +++ b/plugins/check_nt.c @@ -103,7 +103,7 @@ int main(int argc, char **argv){ unsigned long utilization; unsigned long uptime; unsigned long age_in_minutes; - double counter_value; + double counter_value = 0.0; int offset=0; int updays=0; int uphours=0; @@ -609,7 +609,7 @@ void print_help(void) { print_revision(progname,revision); - printf (_("Copyright (c) 2000 Yves Rubin (rubiyz@yahoo.com)\n")); + printf ("Copyright (c) 2000 Yves Rubin (rubiyz@yahoo.com)\n"); printf (COPYRIGHT, copyright, email); printf (_("This plugin collects data from the NSClient service running on a\n\ |