Cacti/plugin_gexport

INFO name does not match plugin name

netniV opened this issue · 1 comments

Plugin expects 'gexport' throughout the code, but logs as 'EXPORT' and has 'export' in the INFO file. This should be updated to be more consistent. Also, function names should all have prefix for plugin, ie, not just export_ but gexport_

Resolved.