Griesbacher / nagflux

A connector which copies performancedata from Nagios / Icinga(2) / Naemon to InfluxDB
GNU General Public License v2.0
65 stars 30 forks source link

Pass connection args when checking for database #15

Closed britcey closed 7 years ago

britcey commented 8 years ago

You need to pass connector.connectionArgs when running 'show databases'; this command requires admin privileges, sadly. Alternatively, we could skip the check altogether and just fail on the first attempted write if the DB doesn't exist.

Griesbacher commented 7 years ago

Thank you!