Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Commit

Permalink
add datadog_tags for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Jul 15, 2017
1 parent 2660826 commit dd3d682
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ include:
secret_key: deadbeef
key: monitoring_secrets

datadog_tags:
- service: pypi
- role: monitoring

firewall:
riemann_ports:
port: 5555:5556
Expand Down
4 changes: 4 additions & 0 deletions provisioning/salt/roots/prod-pillar/pypi-mirror/init.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

datadog_tags:
- service: pypi
- role: mirror

firewall:
http:
port: 80
Expand Down
4 changes: 4 additions & 0 deletions provisioning/salt/roots/prod-pillar/pypi/log.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

datadog_tags:
- service: pypi
- role: counter

firewall:
syslog_tcp_72:
source: 199.27.72.0/24
Expand Down
4 changes: 4 additions & 0 deletions provisioning/salt/roots/prod-pillar/pypi/web.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

datadog_tags:
- service: pypi
- role: web

firewall:
http:
port: 80
Expand Down

0 comments on commit dd3d682

Please sign in to comment.