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:
|
||||
|
@@ -29,7 +29,7 @@ to communicate with each other.
|
||||
These requirements are above the normal requirements for a full LibreNMS install.
|
||||
|
||||
- rrdtool version 1.4 or above
|
||||
- python-memcached package
|
||||
- Python 3 python-memcached package
|
||||
- a memcached install
|
||||
- a rrdcached install
|
||||
|
||||
|
@@ -232,8 +232,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 poller.")
|
||||
distpoll = False
|
||||
else:
|
||||
|
@@ -236,8 +236,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.")
|
||||
servicedisco = False
|
||||
else:
|
||||
|
Reference in New Issue
Block a user