Merge pull request #3043 from pblasquez/pblasquez-systemexit

Missing SystemExit
This commit is contained in:
Daniel Preussker
2016-02-24 08:55:15 +00:00
+2
View File
@@ -163,6 +163,8 @@ if ('distributed_poller' in config and
print "Could not connect to memcached, disabling distributed poller."
distpoll = False
IsNode = False
except SystemExit:
raise
except ImportError:
print "ERROR: missing memcache python module:"
print "On deb systems: apt-get install python-memcache"