Merge pull request 'merge dev to master' (#2) from dev into master
Reviewed-on: jhummel/monitoring-grafana-influxdb-telegraf-prometheus#2
This commit is contained in:
		@@ -5,6 +5,6 @@ receivers:
 | 
				
			|||||||
    - name: 'slack'
 | 
					    - name: 'slack'
 | 
				
			||||||
      slack_configs:
 | 
					      slack_configs:
 | 
				
			||||||
          - send_resolved: true
 | 
					          - send_resolved: true
 | 
				
			||||||
            username: 'sebastian.blasaik'
 | 
					            username: 'yourusername'
 | 
				
			||||||
            channel: '#channel_name'
 | 
					            channel: '#channel_name'
 | 
				
			||||||
            api_url: 'https://hooks.slack.com/services/'
 | 
					            api_url: 'https://hooks.slack.com/services/'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,7 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#  Deployment Script for docker and all containers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
NC='\033[0m'
 | 
					NC='\033[0m'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RED='\033[00;31m'
 | 
					RED='\033[00;31m'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,7 @@
 | 
				
			|||||||
# START docker-compose
 | 
					# START docker-compose
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Undeploy docker and containers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
do_cleanup () {
 | 
					do_cleanup () {
 | 
				
			||||||
	docker-compose down
 | 
						docker-compose down
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user