switch to lxd snap instead of ppa

This commit is contained in:
Shane Peters
2019-01-12 15:50:03 -05:00
parent 1b48e3fed0
commit 41a9162c9c
12 changed files with 53 additions and 73 deletions

0
containers/elasticsearch Normal file → Executable file
View File

0
containers/fouroneone Normal file → Executable file
View File

0
containers/fsf Normal file → Executable file
View File

0
containers/ids Normal file → Executable file
View File

0
containers/kafka Normal file → Executable file
View File

0
containers/kibana Normal file → Executable file
View File

0
containers/logstash Normal file → Executable file
View File

4
containers/prometheus Normal file → Executable file
View File

@@ -31,7 +31,7 @@ global:
scrape_configs:
- job_name: odin
target_groups:
- targets: ['MGMT:9100']
- targets: ['10.0.2.15:9100']
- targets: ['localhost:9100']
- targets: ['bro:9100']
- targets: ['kafka:9100']
@@ -39,8 +39,6 @@ scrape_configs:
- targets: ['logstash:9100']
- targets: ['kibana:9100']
- targets: ['fsf:9100']
#- targets: ['icap:9100']
#- targets: ['squid:9100']
- targets: ['rita:9100']
- targets: ['fouroneone:9100']
EOF

0
containers/rita Normal file → Executable file
View File