[Nagiosplug-checkins] CVS: nagiosplug/plugins check_ups.c,1.1.1.1,1.2 check_hpjd.c,1.1.1.1,1.2
Subhendu Ghosh
sghosh at users.sourceforge.net
Tue May 7 22:08:02 CEST 2002
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv9144/plugins
Modified Files:
check_ups.c check_hpjd.c
Log Message:
updated notes
Index: check_ups.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ups.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** check_ups.c 28 Feb 2002 06:42:59 -0000 1.1.1.1
--- check_ups.c 8 May 2002 05:07:22 -0000 1.2
***************
*** 610,614 ****
printf
("Copyright (c) 2000 Tom Shields/Karl DeBisschop\n\n"
! "This plugin tests the UPS service on the specified host.\n\n");
print_usage ();
printf
--- 610,615 ----
printf
("Copyright (c) 2000 Tom Shields/Karl DeBisschop\n\n"
! "This plugin tests the UPS service on the specified host.\n"
! "Newtork UPS Tools for www.exploits.org must be running for this plugin to work.\n\n");
print_usage ();
printf
Index: check_hpjd.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_hpjd.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** check_hpjd.c 28 Feb 2002 06:42:57 -0000 1.1.1.1
--- check_hpjd.c 8 May 2002 05:07:22 -0000 1.2
***************
*** 136,140 ****
/* get the command to run */
! sprintf (command_line, "%s -v 1 %s %s %s", PATH_TO_SNMPGET, address,
community, query_string);
--- 136,140 ----
/* get the command to run */
! sprintf (command_line, "%s -m : -v 1 %s %s %s", PATH_TO_SNMPGET, address,
community, query_string);
More information about the Commits
mailing list