RHInception / jsonstats

system stats over rest in json (buzzzzwords here)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README incorrect about dynamically loaded plugins

tbielawa opened this issue · comments

Until we come up with a better way of dynamically loading all plugins, new fact plugin
module names MUST be added to the __all__ list in
JsonStats/FetchStats/Plugins/__init__.py

This might require some code to make loading all the built-in plugins automatic as well.