| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
func-inventory's ability to query remote modules and I am still chasing what that is.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to be there.
|
|
|
|
| |
directory that is tracked.
|
|
|
|
|
|
|
|
|
| |
tweaks. "func spec call filetracker track filename" can be
used to track a file, and "func spec call filetracker untrack filename" removes it. Then it shows up with lots of data using
"func spec call filetracker inventory". Addition can also specify for the contents of data in the said files to be noted in inventory.
Additionally, the inventory function can be told to return data structures instead of an easily-diffable list, and
the checksums can be enabled/disabled.
|
|
|
|
|
|
|
|
|
| |
which can be used to see
what servers are contactable from the command line for any given operation, without needing to run
an otherwise meaningful command on them. Note that it does try to contact each server before showing
results, so ideally we should provide a method in the client class to get the system list and create
the client objects seperately for each contact, so output can stream back one line at a time. TBA.
|
|
|
|
| |
release, and arch for every packaged installed on the system, for use with func-inventory and other apps that want it. The module supports a string return for diffs in func-inventory, and also can return arrays for other scripts.
|
| |
|
|
|
|
|
|
| |
up is the list of currently running
services.
|
|
|
|
|
|
|
|
| |
will call, so that modules
that have non-constant data (like the process module) won't record their data in func-inventory by default.
Only modules that have mostly-static data will have an inventory method, though often this will be aliased
to their existing info() method -- but maybe not always.
|
|
|
|
|
| |
change copyfile minion module to accept blobs, add checksum_blob for
doing plain blobs
|
|
|
|
| |
sweeps in func-inventory
|
| |
|
| |
|
|
|
|
|
|
| |
nagios run check_disk
will run nagios' disk check, for example
|
|
Previously we had overlord, minion, modules, and func all at the root of
the source tree. After install these would all be shuffled below func.
Relocated them in the source tree to reflect this.
|