librenms/sql-schema/214.sql
Tony Murray d809bddb4e 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.
2017-10-31 20:32:56 +00:00

2 lines
54 B
SQL

DELETE FROM `pollers` WHERE `poller_name` LIKE '%\n';