[Nagiosplug-checkins] nagiosplug/plugins check_swap.c,1.40,1.41
Benoit Mortier
opensides at users.sourceforge.net
Fri Dec 3 16:24:11 CET 2004
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.30,1.31 check_dig.c,1.36,1.37 check_disk.c,1.54,1.55 check_dns.c,1.39,1.40 check_fping.c,1.22,1.23 check_game.c,1.19,1.20 check_hpjd.c,1.28,1.29 check_http.c,1.74,1.75 check_ldap.c,1.26,1.27 check_load.c,1.25,1.26 check_mrtg.c,1.21,1.22 check_mrtgtraf.c,1.22,1.23 check_mysql.c,1.22,1.23 check_nagios.c,1.21,1.22 check_nt.c,1.33,1.34 check_nwstat.c,1.25,1.26 check_overcr.c,1.16,1.17 check_pgsql.c,1.28,1.29 check_ping.c,1.37,1.38 check_procs.c,1.39,1.40 check_radius.c,1.19,1.20 check_real.c,1.22,1.23 check_smtp.c,1.36,1.37 check_snmp.c,1.47,1.48 check_ssh.c,1.24,1.25 check_swap.c,1.39,1.40 check_tcp.c,1.55,1.56 check_time.c,1.22,1.23 check_udp.c,1.22,1.23 check_ups.c,1.24,1.25 check_users.c,1.17,1.18 negate.c,1.22,1.23
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_dns.c,1.40,1.41 check_hpjd.c,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7758/plugins
Modified Files:
check_swap.c
Log Message:
Bug Fix [ 1024735 ] check_swap providing inaccurate swap information on Sol6
Index: check_swap.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_swap.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- check_swap.c 3 Dec 2004 23:55:29 -0000 1.40
+++ check_swap.c 4 Dec 2004 00:23:41 -0000 1.41
@@ -194,7 +194,7 @@
dskfree = dskfree / conv_factor;
# endif
if (verbose >= 3)
- printf (_("total=%d, free=%d\n"), dsktotal, dskfree);
+ printf (_("total=%llu, free=%llu\n"), dsktotal, dskfree);
dskused = dsktotal - dskfree;
total_swap += dsktotal;
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.30,1.31 check_dig.c,1.36,1.37 check_disk.c,1.54,1.55 check_dns.c,1.39,1.40 check_fping.c,1.22,1.23 check_game.c,1.19,1.20 check_hpjd.c,1.28,1.29 check_http.c,1.74,1.75 check_ldap.c,1.26,1.27 check_load.c,1.25,1.26 check_mrtg.c,1.21,1.22 check_mrtgtraf.c,1.22,1.23 check_mysql.c,1.22,1.23 check_nagios.c,1.21,1.22 check_nt.c,1.33,1.34 check_nwstat.c,1.25,1.26 check_overcr.c,1.16,1.17 check_pgsql.c,1.28,1.29 check_ping.c,1.37,1.38 check_procs.c,1.39,1.40 check_radius.c,1.19,1.20 check_real.c,1.22,1.23 check_smtp.c,1.36,1.37 check_snmp.c,1.47,1.48 check_ssh.c,1.24,1.25 check_swap.c,1.39,1.40 check_tcp.c,1.55,1.56 check_time.c,1.22,1.23 check_udp.c,1.22,1.23 check_ups.c,1.24,1.25 check_users.c,1.17,1.18 negate.c,1.22,1.23
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_dns.c,1.40,1.41 check_hpjd.c,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list