salt.modules.inspectlib.collector.
Inspector
(cachedir=None, piddir=None, pidfilename=None)¶DEFAULT_MINION_CONFIG_PATH
= '/etc/salt/minion'¶IGNORE_FS_TYPES
= ['autofs', 'cifs', 'nfs', 'nfs4']¶IGNORE_MOUNTS
= ['proc', 'sysfs', 'devtmpfs', 'tmpfs', 'fuse.gvfs-fuse-daemon']¶IGNORE_PATHS
= ['/tmp', '/var/tmp', '/lost+found', '/var/run', '/var/lib/rpm', '/.snapshots', '/.zfs', '/etc/ssh', '/root', '/home']¶MODE
= ['configuration', 'payload', 'all']¶build
(format='qcow2', path='/tmp')¶Build an image using Kiwi.
format --
path --
create_snapshot
()¶Open new snapshot.
export
(description, local=False, path='/tmp', format='qcow2')¶Export description for Kiwi.
local --
path --
request_snapshot
(mode, priority=19, **kwargs)¶Take a snapshot of the system.
reuse_snapshot
()¶Open an existing, latest snapshot.
snapshot
(mode)¶Take a snapshot of the system.
salt.modules.inspectlib.collector.
is_alive
(pidfile)¶Check if PID is still alive.
salt.modules.inspectlib.collector.
main
(dbfile, pidfile, mode)¶Main analyzer routine.
Generated on August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy