remove bundle:netdata - we have telegraf and grafana now
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
91cf6cd1e5
commit
72d4826dbb
9 changed files with 1 additions and 103 deletions
|
@ -1,7 +1,6 @@
|
|||
nodes['home.downloadhelper'] = {
|
||||
'hostname': '172.19.138.27',
|
||||
'bundles': {
|
||||
'netdata',
|
||||
'nfs-client',
|
||||
'transmission',
|
||||
},
|
||||
|
@ -34,11 +33,6 @@ nodes['home.downloadhelper'] = {
|
|||
'enp1s0.42',
|
||||
},
|
||||
},
|
||||
'netdata': {
|
||||
'restrict-to': {
|
||||
'172.19.136.0/22',
|
||||
},
|
||||
},
|
||||
'nfs-client': {
|
||||
'mounts': {
|
||||
'storage': {
|
||||
|
|
|
@ -6,7 +6,6 @@ nodes['home.nas'] = {
|
|||
'backup-server',
|
||||
'lm-sensors',
|
||||
'mosquitto',
|
||||
'netdata',
|
||||
'nfs-server',
|
||||
'scansnap',
|
||||
'smartd',
|
||||
|
@ -110,12 +109,6 @@ nodes['home.nas'] = {
|
|||
'172.19.138.0/24',
|
||||
},
|
||||
},
|
||||
'netdata': {
|
||||
'restrict-to': {
|
||||
'172.19.136.0/25',
|
||||
'172.19.138.0/24',
|
||||
},
|
||||
},
|
||||
'nfs-server': {
|
||||
'shares': {
|
||||
'/storage/download': {
|
||||
|
|
|
@ -2,7 +2,6 @@ nodes['home.router'] = {
|
|||
'hostname': '172.19.138.1',
|
||||
'bundles': {
|
||||
'dhcpd',
|
||||
'netdata',
|
||||
'nginx',
|
||||
'openvpn-client',
|
||||
'pppd',
|
||||
|
@ -116,12 +115,6 @@ nodes['home.router'] = {
|
|||
],
|
||||
},
|
||||
},
|
||||
'netdata': {
|
||||
'restrict-to': {
|
||||
'172.19.136.0/25',
|
||||
'172.19.138.0/24',
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'restrict-to': {
|
||||
'172.19.136.0/25',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue