-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample_DEBIAN_otdm_2
47 lines (44 loc) · 925 Bytes
/
example_DEBIAN_otdm_2
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
41
42
43
44
45
46
47
[
{
"task": "otdm",
"desc": "Dummpy test echo task.",
"args": {
"testEcho2":"It's a woice from otd-tools :)"
}
},
{
"task": "otdm",
"desc": "Dummpy test echo task.",
"args": {
"testEcho2":"It's a voice from otd-tools :) with debug1"
}
},
{
"task": "otdm",
"desc": "Dummpy test echo task.",
"args": {
"testEcho2":"It's a woice from otd-tools :) no debug"
}
},
{
"task": "otdm",
"desc": "from hu - Get json datasource from grafana by name [MySQl-OT]",
"args": {
"forceHost": "192.168.43.1",
"export": "grafana",
"file": "--",
"expW": "dsByName",
"eBy": "MySQL-OT"
}
},
{
"task": "otdm",
"desc": "from annas - Get json datasource from grafana by name [MySQl-OT]",
"args": {
"export": "grafana",
"file": "--",
"expW": "dsByName",
"eBy": "MySQL-OT"
}
}
]