Skip to content

Commit a8db6b9

Browse files
author
Nicolas Le Manchet
committed
Bump version to 0.0.12
1 parent fbc3023 commit a8db6b9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
sauna (0.0.12-1) unstable; urgency=low
2+
3+
* Plugin Redis: monitor length of lists
4+
* Consumer NSCA: fix packet size
5+
* New plugin MdStat to monitor Linux RAID arrays
6+
* Command register: add compatibility with requests 2.2 for Ubuntu 14.04
7+
8+
-- Nicolas Le Manchet <[email protected]> Thu, 28 Jul 2016 11:19:42 +0200
9+
110
sauna (0.0.11-1) unstable; urgency=low
211

312
* New plugin TCP that establishes TCP connections

sauna/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from sauna.consumers import ConsumerRegister
2020
from sauna.plugins import PluginRegister
2121

22-
__version__ = '0.0.11'
22+
__version__ = '0.0.12'
2323

2424
ServiceCheck = namedtuple('ServiceCheck',
2525
['timestamp', 'hostname', 'name',

0 commit comments

Comments
 (0)