-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
29 lines (19 loc) · 772 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#####################################
#zabbix_mongo_status.py is copied from [email protected]
#Modfied and packaged up by Josh Keys [email protected]
#zabbix_mongo_status.py
NOTES
- depends simplejson
- start mongod with with --rest paramater
USAGE Examples
- zabbix_mongo_status.py serverStatus version
- zabbix_mongo_status.py serverStatus globalLock lockTime
#####################################
#fabfile.py
NOTES
- Depends on fabric http://docs.fabfile.org/en/1.5/index.html
- Install with pip on your workstation to delpoy
- For easy deploy into EC2 ssh-add your keys to your profile
USAGE
- fab -H user@host1,user@host2,user@host3 deploy
userparameter_mongo.conf and zabbix_mongo_status.py should be in the root of the directory of the fabfile.py