Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 3c29b09

Browse files
committed
Remove trailing whitespaces
1 parent 1d0b409 commit 3c29b09

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

MYSQL-SERVER-MIB.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
-- MySQL Server: SNMP Subagent
2-
--
2+
--
33
-- Copyright (C) 2008,2009 Brice Figureau
44
-- Copyright (C) 2008-2012 Days of Wonder, Inc.
55
--
66
-- This program is free software; you can redistribute it and/or
77
-- modify it under the terms of the GNU General Public License
88
-- as published by the Free Software Foundation; either version 2
99
-- of the License, or (at your option) any later version.
10-
--
10+
--
1111
-- This program is distributed in the hope that it will be useful,
1212
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
-- GNU General Public License for more details.
15-
--
15+
--
1616
-- You should have received a copy of the GNU General Public License
1717
-- along with this program; if not, write to the Free Software
1818
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -1385,7 +1385,7 @@ mySQLMIBCompliance MODULE-COMPLIANCE
13851385
-- units of conformance
13861386

13871387
mySQLGroup OBJECT-GROUP
1388-
OBJECTS {
1388+
OBJECTS {
13891389
myKeyReadRequests,
13901390
myKeyReads,
13911391
myKeyWriteRequests,

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# it under the terms of the GNU General Public License as published by
33
# the Free Software Foundation, either version 2 of the License, or
44
# (at your option) any later version.
5-
#
5+
#
66
# This program is distributed in the hope that it will be useful,
77
# but WITHOUT ANY WARRANTY; without even the implied warranty of
88
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
99
# GNU General Public License for more details.
10-
#
10+
#
1111
# You should have received a copy of the GNU General Public License
1212
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1313

@@ -21,4 +21,4 @@ install:
2121

2222
clean:
2323
-rm $(DESTDIR)/usr/sbin/mysql-snmp
24-
24+

mysql-snmp.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ mysql-snmp \- MySQL-Server SNMP agent for Net-SNMP
2222
.RI "[ options ]"
2323
.SH DESCRIPTION
2424
.B mysql-snmp
25-
is a Net-SNMP (snmpd) agent that can be used to monitor a MySQL server with SNMP.
25+
is a Net-SNMP (snmpd) agent that can be used to monitor a MySQL server with SNMP.
2626
.PP
2727
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
28-
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
28+
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
2929
.\" respectively.
3030
.SH OPTIONS
3131
These programs follow the usual GNU command line syntax, with long
@@ -75,7 +75,7 @@ adds SNMP counters for masters
7575
adds SNMP counters for slaves
7676

7777
.TP
78-
.B \-b,\-\-heartbeat DB.TABLE
78+
.B \-b,\-\-heartbeat DB.TABLE
7979
compute slave lag with the Percona Toolkit pt-heartbeat stamp
8080
table. (Note that this option has no effect if \-\-slave is not also
8181
specified.)
@@ -89,7 +89,7 @@ anchor the MIB to this root OID
8989
refresh interval in seconds
9090

9191
.SH MYSQL CONFIGURATION
92-
You can specify the mysql connection parameters in a config file using
92+
You can specify the mysql connection parameters in a config file using
9393
my.cnf format, like this:
9494

9595
.sp

0 commit comments

Comments
 (0)