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 20:32:56 +00:00
committed by Neil Lathwood
co-authored by Neil Lathwood
parent a71c33fb63
commit d809bddb4e
3 changed files with 58 additions and 11 deletions
+1
View File
@@ -0,0 +1 @@
DELETE FROM `pollers` WHERE `poller_name` LIKE '%\n';