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:
Tony Murray
2017-10-31 15:32:56 -05:00
committed by Neil Lathwood
parent a71c33fb63
commit d809bddb4e
3 changed files with 58 additions and 11 deletions

1
sql-schema/214.sql Normal file
View File

@@ -0,0 +1 @@
DELETE FROM `pollers` WHERE `poller_name` LIKE '%\n';