mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Improve poller validation (#7586)
* fix: improve poller validation remove failures when there are duplicate poller entries add warning that there are duplicate poller entries link to the poller log in the webui small fix to getBaseURL() to avoid exception when run from cli. * Re-run poller cleanup to try to reduce the users with duplicates.
This commit is contained in:
committed by
Neil Lathwood
parent
a71c33fb63
commit
d809bddb4e
1
sql-schema/214.sql
Normal file
1
sql-schema/214.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `pollers` WHERE `poller_name` LIKE '%\n';
|
||||
Reference in New Issue
Block a user