forked from ricoberger/script_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.yaml
More file actions
40 lines (40 loc) · 775 Bytes
/
scripts.yaml
File metadata and controls
40 lines (40 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
scripts:
- name: output
command:
- ./prober/scripts/output.sh
- name: ping
command:
- ./prober/scripts/ping.sh
output:
ignore: true
- name: showtimeout
command:
- ./prober/scripts/showtimeout.sh
timeout:
max_timeout: 60
- name: docker
command:
- ./prober/scripts/docker.sh
- name: sleep
command:
- ./prober/scripts/sleep.sh
timeout:
max_timeout: 10
enforced: true
wait_delay: 0.01
discovery:
params:
seconds: "20"
- name: cache
command:
- ./prober/scripts/sleep.sh
cache:
duration: 60
discovery:
params:
seconds: "5"
- name: nagios
command:
- ./prober/scripts/nagios.sh
output:
format: nagios