Skip to content

Commit 1d363a3

Browse files
author
Brice Figureau
committed
Version 1.2
Update versions.
1 parent 8a1d5b4 commit 1d363a3

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

MYSQL-SERVER-MIB.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ IMPORTS
3737
FROM SNMPv2-CONF;
3838

3939
mySQL MODULE-IDENTITY
40-
LAST-UPDATED "200807140000Z" -- Jul. 14, 2008
40+
LAST-UPDATED "201108150000Z" -- Aug. 15, 2011
4141
ORGANIZATION "Days of Wonder, Inc."
4242
CONTACT-INFO
4343
"Days of Wonder

debian/changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
mysql-snmp (1.2-1) unstable; urgency=low
2+
3+
* new version
4+
* some new graphs (innodb row lock times, innodb sem times, key buffer
5+
usage)
6+
* renamed all mysql-agent to mysql-snmp (thanks to Robin Bowes)
7+
* activate process list fetching with --procs (thanks to Robin Bowes)
8+
9+
-- brice <[email protected]> Mon, 15 Aug 2011 17:55:37 +0200
10+
111
mysql-snmp (1.0-1) unstable; urgency=low
212

313
* new upstream version

mysql-snmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
use strict;
2525

26-
my $VERSION = "v1.1_01";
26+
my $VERSION = "v1.2_01";
2727
$VERSION = eval $VERSION;
2828

2929
## Packages ##

redhat/mysql-snmp.spec

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mysql-snmp
2-
Version: 1.1
2+
Version: 1.2
33
Release: 1%{?dist}
44
Summary: SNMP monitoring agent for MySQL
55

@@ -13,7 +13,7 @@ BuildArch: noarch
1313
Requires: perl(DBI), perl(DBD::mysql) >= 1.0, perl(Unix::Syslog)
1414
Requires: perl(SNMP), perl(NetSNMP::OID), perl(NetSNMP::agent), perl(NetSNMP::ASN)
1515
Requires: perl(NetSNMP::agent::default_store), perl(NetSNMP::default_store)
16-
Requires: net-snmp >= 5.4.2
16+
Requires: net-snmp >= 5.4.3
1717
Obsoletes: mysql-agent
1818

1919
%description
@@ -53,6 +53,8 @@ install -m 644 MYSQL-SERVER-MIB.txt ${RPM_BUILD_ROOT}%{_datadir}/snmp/mibs
5353
%{_datadir}/snmp/mibs/*
5454

5555
%changelog
56+
* Wed Feb 17 2011 Brice Figureau <[email protected]> - 1.2
57+
v1.2 release
5658
* Wed Feb 17 2010 Robin Bowes <[email protected]> - 1.0
5759
v1.0 release
5860
* Mon Nov 16 2009 Robin Bowes <[email protected]> - 1.0rc2-1

0 commit comments

Comments
 (0)