mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed poller-wrapper.py so it can connect to database (#7507)
This commit is contained in:
committed by
Neil Lathwood
parent
ee5c223669
commit
3dab275f14
@@ -84,6 +84,7 @@ if config['db_socket']:
|
||||
db_socket = config['db_socket']
|
||||
else:
|
||||
db_server = config['db_host']
|
||||
db_socket = None
|
||||
|
||||
db_dbname = config['db_name']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user