[Nagiosplug-checkins] nagiosplug/plugins check_nt.c,1.35,1.36
Benoit Mortier
opensides at users.sourceforge.net
Sun Dec 5 05:01:04 CET 2004
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_http.c,1.76,1.77 check_icmp.c,1.1,1.2 check_nwstat.c,1.27,1.28 check_ping.c,1.38,1.39 check_smtp.c,1.38,1.39 check_swap.c,1.42,1.43 utils.h,1.21,1.22
- Next message: [Nagiosplug-checkins] nagiosplug/po fr.po,1.11,1.12 nagios-plugins.pot,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4474/plugins
Modified Files:
check_nt.c
Log Message:
cleaned fr.po nagios-plugins.pot
Index: check_nt.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_nt.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- check_nt.c 4 Dec 2004 12:12:29 -0000 1.35
+++ check_nt.c 5 Dec 2004 12:59:54 -0000 1.36
@@ -103,7 +103,7 @@
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 @@
{
print_revision(progname,revision);
- printf (_("Copyright (c) 2000 Yves Rubin (rubiyz at yahoo.com)\n"));
+ printf ("Copyright (c) 2000 Yves Rubin (rubiyz at yahoo.com)\n");
printf (COPYRIGHT, copyright, email);
printf (_("This plugin collects data from the NSClient service running on a\n\
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_http.c,1.76,1.77 check_icmp.c,1.1,1.2 check_nwstat.c,1.27,1.28 check_ping.c,1.38,1.39 check_smtp.c,1.38,1.39 check_swap.c,1.42,1.43 utils.h,1.21,1.22
- Next message: [Nagiosplug-checkins] nagiosplug/po fr.po,1.11,1.12 nagios-plugins.pot,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list