mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
Merge pull request #3043 from pblasquez/pblasquez-systemexit
Missing SystemExit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user