[Nagiosplug-checkins] CVS: nagiosplug/plugins check_pgsql.c,1.6,1.7
Karl DeBisschop
kdebisschop at users.sourceforge.net
Tue Feb 18 15:01:05 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv13010/plugins
Modified Files:
check_pgsql.c
Log Message:
spurious backslash escape
Index: check_pgsql.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_pgsql.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** check_pgsql.c 8 Feb 2003 06:00:51 -0000 1.6
--- check_pgsql.c 18 Feb 2003 23:00:18 -0000 1.7
***************
*** 31,36 ****
#define SUMMARY "Tests to see if a PostgreSQL DBMS is accepting connections.\n"
! #define OPTIONS "\
! \[-c critical_time] [-w warning_time] [-t timeout] [-H host]\n\
[-P port] [-d database] [-l logname] [-p password]"
--- 31,35 ----
#define SUMMARY "Tests to see if a PostgreSQL DBMS is accepting connections.\n"
! #define OPTIONS "[-c critical_time] [-w warning_time] [-t timeout] [-H host]\n\
[-P port] [-d database] [-l logname] [-p password]"
More information about the Commits
mailing list