Files
mgmt/examples/timer1.yaml
2017-02-06 16:28:16 -05:00

26 lines
356 B
YAML

---
graph: mygraph
comment: timer example
resources:
timer:
- name: timer1
interval: 3
exec:
- name: exec1
cmd: echo hello world
timeout: 0
watchcmd: ''
watchshell: ''
ifcmd: ''
ifshell: ''
pollint: 0
state: present
edges:
- name: e1
from:
kind: timer
name: timer1
to:
kind: exec
name: exec1