[Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts check_breeze.pl,1.3,1.4 check_disk_smb.pl,1.5,1.6 check_flexlm.pl,1.4,1.5 check_log.sh,1.2,1.3 check_ntp.pl,1.8,1.9 check_rpc.pl,1.4,1.5 check_sensors.sh,1.1.1.1,1.2 check_wave.pl,1.3,1.4
Karl DeBisschop
kdebisschop at users.sourceforge.net
Mon Oct 28 05:06:01 CET 2002
Update of /cvsroot/nagiosplug/nagiosplug/plugins-scripts
In directory usw-pr-cvs1:/tmp/cvs-serv12222
Modified Files:
check_breeze.pl check_disk_smb.pl check_flexlm.pl check_log.sh
check_ntp.pl check_rpc.pl check_sensors.sh check_wave.pl
Log Message:
remove pspace in shebang since no sequent users replied
Index: check_breeze.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_breeze.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** check_breeze.pl 7 May 2002 05:35:49 -0000 1.3
--- check_breeze.pl 28 Oct 2002 13:05:06 -0000 1.4
***************
*** 1,3 ****
! #! /usr/bin/perl -wT
--- 1,3 ----
! #!/usr/bin/perl -wT
Index: check_disk_smb.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_disk_smb.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** check_disk_smb.pl 14 Aug 2002 19:17:13 -0000 1.5
--- check_disk_smb.pl 28 Oct 2002 13:05:06 -0000 1.6
***************
*** 1,3 ****
! #! /usr/bin/perl -w
#
#
--- 1,3 ----
! #!/usr/bin/perl -w
#
#
Index: check_flexlm.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_flexlm.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** check_flexlm.pl 6 Jun 2002 04:14:06 -0000 1.4
--- check_flexlm.pl 28 Oct 2002 13:05:07 -0000 1.5
***************
*** 1,3 ****
! #! /usr/bin/perl -w
#
# usage:
--- 1,3 ----
! #!/usr/bin/perl -w
#
# usage:
Index: check_log.sh
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_log.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** check_log.sh 14 Sep 2002 02:13:48 -0000 1.2
--- check_log.sh 28 Oct 2002 13:05:07 -0000 1.3
***************
*** 1,3 ****
! #! /bin/sh
#
# Log file pattern detector plugin for Nagios
--- 1,3 ----
! #!/bin/sh
#
# Log file pattern detector plugin for Nagios
Index: check_ntp.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_ntp.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** check_ntp.pl 4 Sep 2002 02:12:05 -0000 1.8
--- check_ntp.pl 28 Oct 2002 13:05:07 -0000 1.9
***************
*** 1,3 ****
! #! /usr/bin/perl -w
# (c)1999 Ian Cass, Knowledge Matters Ltd.
--- 1,3 ----
! #!/usr/bin/perl -w
# (c)1999 Ian Cass, Knowledge Matters Ltd.
Index: check_rpc.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_rpc.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** check_rpc.pl 6 Sep 2002 02:25:00 -0000 1.4
--- check_rpc.pl 28 Oct 2002 13:05:08 -0000 1.5
***************
*** 1,3 ****
! #! /usr/local/bin/perl -w
#
# check_rpc plugin for nagios
--- 1,3 ----
! #!/usr/local/bin/perl -w
#
# check_rpc plugin for nagios
Index: check_sensors.sh
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_sensors.sh,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** check_sensors.sh 28 Feb 2002 06:43:00 -0000 1.1.1.1
--- check_sensors.sh 28 Oct 2002 13:05:08 -0000 1.2
***************
*** 1,3 ****
! #! /bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
--- 1,3 ----
! #!/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
Index: check_wave.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_wave.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** check_wave.pl 7 May 2002 05:35:49 -0000 1.3
--- check_wave.pl 28 Oct 2002 13:05:08 -0000 1.4
***************
*** 1,3 ****
! #! /usr/bin/perl -wT
#
# $Id$
--- 1,3 ----
! #!/usr/bin/perl -wT
#
# $Id$
More information about the Commits
mailing list