Salt Mine用于从minion端收集任意数据然后存储到Master端。这些数据可以通过调用salt.modules.mine模块来供其他minion访问
这些数据是在minion端收集然后发送到Master端,只有最近的数据才被维护。如果需要长期维护这些数据可以使用saltstack的 returner或者 the external job cache
本文共 226 字,大约阅读时间需要 1 分钟。
Salt Mine用于从minion端收集任意数据然后存储到Master端。这些数据可以通过调用salt.modules.mine模块来供其他minion访问
这些数据是在minion端收集然后发送到Master端,只有最近的数据才被维护。如果需要长期维护这些数据可以使用saltstack的 returner或者 the external job cache
转载于:https://blog.51cto.com/john88wang/1656366