mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update to proper examples
This commit is contained in:
parent
6890439d58
commit
5504778adf
1 changed files with 15 additions and 1 deletions
|
@ -35,8 +35,22 @@ to a beacon.
|
|||
.. code-block:: yaml
|
||||
|
||||
beacons:
|
||||
inotify:
|
||||
/etc/httpd/conf.d: {}
|
||||
/opt: {}
|
||||
interval: 5
|
||||
load:
|
||||
- interval: 5
|
||||
- 1m:
|
||||
- 0.0
|
||||
- 2.0
|
||||
- 5m:
|
||||
- 0.0
|
||||
- 1.5
|
||||
- 15m:
|
||||
- 0.1
|
||||
- 1.0
|
||||
- interval: 10
|
||||
|
||||
|
||||
Writing Beacon Plugins
|
||||
======================
|
||||
|
|
Loading…
Add table
Reference in a new issue