Run munin plugins/checks from salt and format the output as data.
salt.modules.munin.
list_plugins
()¶List all the munin plugins
CLI Example:
salt '*' munin.list_plugins
salt.modules.munin.
run
(plugins)¶Run one or more named munin plugins
CLI Example:
salt '*' munin.run uptime
salt '*' munin.run uptime,cpu,load,memory
salt.modules.munin.
run_all
()¶Run all the munin plugins
CLI Example:
salt '*' munin.run_all
Generated on January 26, 2021 at 04:10:20 UTC.
You are viewing docs for the latest stable release, 3002.2. Switch to docs for the previous stable release, 3001.4, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy