prometheus: First version of role
This commit is contained in:
parent
051acc86cc
commit
9b1aa236c5
6 changed files with 172 additions and 0 deletions
10
roles/prometheus/templates/node.json.j2
Normal file
10
roles/prometheus/templates/node.json.j2
Normal file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"labels": {
|
||||
"instance": "{{ item }}"
|
||||
},
|
||||
"targets": [
|
||||
"{{ item }}"
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue