https://github.com/globocom/dbaas-zabbix
A DBaaS zabbix integration
https://github.com/globocom/dbaas-zabbix
Last synced: 11 months ago
JSON representation
A DBaaS zabbix integration
- Host: GitHub
- URL: https://github.com/globocom/dbaas-zabbix
- Owner: globocom
- License: bsd-3-clause
- Created: 2014-04-24T15:20:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T20:24:20.000Z (over 2 years ago)
- Last Synced: 2025-07-12T13:05:00.989Z (about 1 year ago)
- Language: Python
- Size: 188 KB
- Stars: 6
- Watchers: 82
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# dbaas-zabbix
A DBaaS zabbix integration
### Local Deploy
1. Using virtualenv in .virtualenvs/dbaas, execute the following command:
``` make fake_deploy ```
2. Restart Celery and DBaaS right after that.
### Prod Deploy
1. Push all of the commits to master.
``` git push origin master ```
P.S. Remember to update version in setup.py. e.g. ```setup(...version='0.7.1'->'0.7.2',..```
2. Create new tag with the same version an push to remote repository.
``` git tag 0.7.2 ```
``` git push origin 0.7.2 ```
3. Release
```make release ``` (PyPi)
```make release_globo ``` (Globo)