# shopcloud-django-monitoring
Monitoring App
## Quickstart
```
pip3 istall shopcloud-django-monitoring
```
1. Add "monitoring" to your INSTALLED_APPS setting like this::
```py
INSTALLED_APPS = [
...
'monitoring',
]
```
```py
PLUGINS = {
'MONITORING_SOURCES': {
'INSTALLED': [
'SQL_QUERY_V1',
'SQL_QUERY_V2',
'SQL_SAGE_GATEWAY_V1',
'NOT_SUCCESS_V1',
]
}
}
```
```py
APP_TITLE = os.environ.get("APP_TITLE", "Foobar-Services")
```
2. Include the polls URLconf in your project urls.py like this::
```
path('monitoring/', include('monitoring.urls')),
```
3. Run `python manage.py migrate` to create the polls models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a metric (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/monitoring/ to participate in the Monitoring Metrics.
6. Queue `monitoring-metrics-proceed` anlegen.
## Release
```sh
$ rm -rf build dist
$ pip3 install wheel twine
$ python3 setup.py sdist bdist_wheel
$ twine upload dist/*
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Talk-Point/shopcloud-django-monitoring",
"name": "shopcloud-django-monitoring",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Konstantin Stoldt",
"author_email": "konstantin.stoldt@talk-point.de",
"download_url": "https://files.pythonhosted.org/packages/70/60/68a877d468525589727d72d15479c0b64f097b22969cb6b854013c29cd5c/shopcloud_django_monitoring-2.7.0.tar.gz",
"platform": null,
"description": "# shopcloud-django-monitoring\n\nMonitoring App\n\n## Quickstart\n\n```\npip3 istall shopcloud-django-monitoring\n```\n\n1. Add \"monitoring\" to your INSTALLED_APPS setting like this::\n\n```py\nINSTALLED_APPS = [\n ...\n 'monitoring',\n]\n```\n\n```py\nPLUGINS = {\n 'MONITORING_SOURCES': {\n 'INSTALLED': [\n 'SQL_QUERY_V1',\n 'SQL_QUERY_V2',\n 'SQL_SAGE_GATEWAY_V1',\n 'NOT_SUCCESS_V1',\n ]\n }\n}\n```\n\n```py\n\n\nAPP_TITLE = os.environ.get(\"APP_TITLE\", \"Foobar-Services\")\n\n```\n\n2. Include the polls URLconf in your project urls.py like this::\n\n```\npath('monitoring/', include('monitoring.urls')),\n```\n\n3. Run `python manage.py migrate` to create the polls models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a metric (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/monitoring/ to participate in the Monitoring Metrics.\n\n6. Queue `monitoring-metrics-proceed` anlegen.\n\n## Release\n\n```sh\n$ rm -rf build dist\n$ pip3 install wheel twine\n$ python3 setup.py sdist bdist_wheel\n$ twine upload dist/*\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Module for create site reliable engineering",
"version": "2.7.0",
"project_urls": {
"Homepage": "https://github.com/Talk-Point/shopcloud-django-monitoring"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f4747a007dd9a47de6460335d4a25ca5e2f6f5c31c91831b2723d3b873778156",
"md5": "4986f1d5261dd33bc69204c8edc78cc2",
"sha256": "4c447fdcbc5ff8acb2dca1ac284d9fca04ac695af7616e6c3256b7ba1bddbade"
},
"downloads": -1,
"filename": "shopcloud_django_monitoring-2.7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4986f1d5261dd33bc69204c8edc78cc2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 16649,
"upload_time": "2023-12-09T15:05:45",
"upload_time_iso_8601": "2023-12-09T15:05:45.695651Z",
"url": "https://files.pythonhosted.org/packages/f4/74/7a007dd9a47de6460335d4a25ca5e2f6f5c31c91831b2723d3b873778156/shopcloud_django_monitoring-2.7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "706068a877d468525589727d72d15479c0b64f097b22969cb6b854013c29cd5c",
"md5": "c30243ce767c7599075a5387be953500",
"sha256": "74c2e7fa58c6697d708538fb40494c14b0795273bb5bd608785dbe0672dd10f6"
},
"downloads": -1,
"filename": "shopcloud_django_monitoring-2.7.0.tar.gz",
"has_sig": false,
"md5_digest": "c30243ce767c7599075a5387be953500",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10731,
"upload_time": "2023-12-09T15:05:47",
"upload_time_iso_8601": "2023-12-09T15:05:47.347507Z",
"url": "https://files.pythonhosted.org/packages/70/60/68a877d468525589727d72d15479c0b64f097b22969cb6b854013c29cd5c/shopcloud_django_monitoring-2.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-09 15:05:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Talk-Point",
"github_project": "shopcloud-django-monitoring",
"github_not_found": true,
"lcname": "shopcloud-django-monitoring"
}