From 618a5d7fffbbecff3473c1733797b3a73a412846 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 5 Nov 2013 11:07:15 +0100 Subject: [PATCH] Remove incompatible warning between touch and nagios mode --- check_syncrepl_extended | 3 --- 1 file changed, 3 deletions(-) diff --git a/check_syncrepl_extended b/check_syncrepl_extended index 3a7207f..d7a4a27 100755 --- a/check_syncrepl_extended +++ b/check_syncrepl_extended @@ -139,9 +139,6 @@ if not options.basedn: if options.touch and not options.attrs: logging.info('Force option attrs on touch mode') options.attrs=True -elif options.touch and options.nagios: - logging.error('Touch mode and Nagios mode not compatible') - sys.exit(1) excl_attrs=[] if options.excl_attrs: