class MonitoringReporter::Reporter
This is a wrapper class used o call the selected database.
Public Instance Methods
librenms(opts)
click to toggle source
MonitoringReporter::LibreNMS wrapper
# File lib/monitoringreporter/reporter.rb, line 22 def librenms(opts) MonitoringReporter::MysqlLibreNMS.new(opts) end