mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Clearer python-memcached info (#11772)
This commit is contained in:
@@ -229,8 +229,8 @@ if __name__ == '__main__':
|
||||
raise
|
||||
except ImportError:
|
||||
print("ERROR: missing memcache python module:")
|
||||
print("On deb systems: apt-get install python-memcache")
|
||||
print("On other systems: easy_install python-memcached")
|
||||
print("On deb systems: apt-get install python3-memcache")
|
||||
print("On other systems: pip3 install python-memcached")
|
||||
print("Disabling distributed discovery.")
|
||||
distdisco = False
|
||||
else:
|
||||
|
Reference in New Issue
Block a user