mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Document becaon intervals
This commit is contained in:
parent
db1578890e
commit
7cb5500610
@ -26,6 +26,18 @@ minion pillar, grains, or local config file:
|
|||||||
/etc/httpd/conf.d: {}
|
/etc/httpd/conf.d: {}
|
||||||
/opt: {}
|
/opt: {}
|
||||||
|
|
||||||
|
Optionally, a beacon can be run on an interval other than the default
|
||||||
|
``loop_interval``, which is typically set to 1 second.
|
||||||
|
|
||||||
|
To run a beacon every 5 seconds, for example, provide an ``interval`` argument
|
||||||
|
to a beacon.
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
beacons:
|
||||||
|
load:
|
||||||
|
- interval: 5
|
||||||
|
|
||||||
Writing Beacon Plugins
|
Writing Beacon Plugins
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user