George3d6 / Inquisitor

An easily extensible, minimal footprint monitoring tool. (Still in the testing phase)
BSD 2-Clause "Simplified" License
30 stars 4 forks source link

Supporting configs for non-local plugins #46

Closed Deedasmi closed 6 years ago

Deedasmi commented 6 years ago

The agent build script currently assumes that the included plugins are at a static path. Moving forward with allowing git paths and crates.io plugins, this doesn't work.

If plugins assume disabled upon not finding a configuration option, we could simply remove this behavior from the build script and distribute the config files as part of the tar ball.

Touches #39

George3d6 commented 6 years ago

It was more of a step to help with quickly building and prototyping. I agree it should be removed at some point before 0.4

Deedasmi commented 6 years ago

I have this done, I'll wait for 0.3.1 release before pushing.