Module providing a simple management interface to a chronos cluster.
Currently this only works when run through a proxy minion.
New in version 2015.8.2.
salt.modules.chronos.
has_job
(name)Return whether the given job is currently configured.
CLI Example:
salt chronos-minion-id chronos.has_job my-job
salt.modules.chronos.
job
(name)Return the current server configuration for the specified job.
CLI Example:
salt chronos-minion-id chronos.job my-job
salt.modules.chronos.
jobs
()Return a list of the currently installed job names.
CLI Example:
salt chronos-minion-id chronos.jobs
Generated on April 03, 2018 at 06:37:10 MDT.
You are viewing docs for the previous stable release, 2016.11.9. Switch to docs for the latest stable release, 2017.7.4, or to a recent doc build from the develop branch.
© 2018 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy