Files
mgmt/test/shell/prometheus-4.yaml
Julien Pivotto 33d20ac6d8 prometheus: Add detailed metrics
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2017-03-16 14:18:46 +01:00

30 lines
470 B
YAML

---
graph: mygraph
resources:
file:
- name: file1
path: "/tmp/mgmt/NONEXIST/f1"
content: |
i am f1
state: exists
meta:
retry: -1
delay: 1000
- name: file2
path: "/tmp/mgmt/f2"
content: |
i am f2
state: exists
- name: file3
path: "/tmp/mgmt/f3"
content: |
i am f3
state: exists
- name: file4
path: "/tmp/mgmt/f4"
content: |
i am f4
state: exists
meta:
noop: true