Update poller-wrapper.py

This commit is contained in:
pblasquez
2016-02-19 18:21:26 -08:00
parent 838bec63e4
commit ab2f1ac394

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"