Skip to content

Commit 7724cdb

Browse files
committed
don't drop the original message on parsing stats
1 parent 3abd968 commit 7724cdb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/vsc/utils/nagios.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ def _eval(self, **kwargs):
524524
warn = True
525525
msg.append(k)
526526

527+
msg.append(self.message)
527528
return warn, crit, ', '.join(msg)
528529

529530
def _eval_and_exit(self, **kwargs):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242

4343
PACKAGE = {
44-
'version': '2.2.7',
44+
'version': '2.2.8',
4545
'author': [ag, sdw],
4646
'maintainer': [ag, sdw],
4747
'excluded_pkgs_rpm': ['vsc', 'vsc.utils'], # vsc is default, vsc.utils is provided by vsc-base

0 commit comments

Comments
 (0)