claudekenni
claudekenni
I think it would be really nice to have the ability to use osquery as a resource. This could add a lot of features to testinfra.
# Question How do I use a Custom Salt Extension with the Salt Bundle. It doesn't seem like the salt bundle has pip available and I couldn't figure out how...
Currently the minion view loads all Minions into the list which will take a while when you have several hundreds of minions. The view should have a default filter /...
I think it would be great if we could monitor the node count for certain projects. This number can be queried by running a request against `GET /api/14/project/[PROJECT]/resources` and then...
Is it possible to extend the variables so they can be nested? So we can do something like this? ``` vars.partition["/"] = { warn = "90%", crit = "95%" }...