Skip to content

Commit

Permalink
cacti nagios 监控镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
supermy committed Apr 12, 2015
1 parent f7f93ef commit db1e97a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions common/mymonitor/fig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
cacti:
image: quantumobject/docker-cacti
ports:
- "88:80"
- "161:161"
# volumes_from:
# - data

nagios:
image: cpuguy83/nagios
ports:
- "89:80"
- "25:25"
# volumes_from:
# - data


#常用工具集合
data:
image: busybox
command: /bin/true
volumes:
- /Users/moyong/docker-share/data/rabbitmq/:/var/lib/rabbitmq

0 comments on commit db1e97a

Please sign in to comment.