dmacheck


Namedmacheck JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/zackzonexx/dmacheck
SummaryNone
upload_time2024-03-23 14:25:01
maintainerNone
docs_urlNone
authorZackzonexx
requires_pythonNone
licenseMIT
keywords dmacheck
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Datadog Muted Alert Checker 
==============================

.. image:: https://img.shields.io/pypi/v/dmacheck

To check muted alert for production in datadog and send alert to opsgenie if any


How To Use this module in your local host
------------------------------------------

* To use the script you should clone this repository

* Make sure you already have python 3 installed on your local host

* Create new spreadsheet for the report and get the id of the spreadsheet

* Put the id of spreadsheet into the script that have been marked "redacted"

* Export OPSGENIE_API_KEY variable to your env and add opsgenie api key value in that variable like example below.


.. code-block:: bash

        Export OPSGENIE_API_KEY=`api key from opsgenie`
        Export DATADOG_API_KEY=`api key from datadog`
        Export DATADOG_APP_KEY=`app key from datadog`


* Install python dependencies requirements to your local host

.. code-block:: bash

        pip install -r requirements.txt


* Execute this main python script 

.. code-block:: bash

        python3 package/main.py

* If using this as a module just import this module in your code 

.. code-block:: python

        import dmacheck




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zackzonexx/dmacheck",
    "name": "dmacheck",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "dmacheck",
    "author": "Zackzonexx",
    "author_email": "zackzonexx@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/f8/2bf5ae8da183a9c6d15fcf5d0ed5b5a3b829b31b3199b663d60825464dcd/dmacheck-1.0.6.tar.gz",
    "platform": null,
    "description": "Datadog Muted Alert Checker \n==============================\n\n.. image:: https://img.shields.io/pypi/v/dmacheck\n\nTo check muted alert for production in datadog and send alert to opsgenie if any\n\n\nHow To Use this module in your local host\n------------------------------------------\n\n* To use the script you should clone this repository\n\n* Make sure you already have python 3 installed on your local host\n\n* Create new spreadsheet for the report and get the id of the spreadsheet\n\n* Put the id of spreadsheet into the script that have been marked \"redacted\"\n\n* Export OPSGENIE_API_KEY variable to your env and add opsgenie api key value in that variable like example below.\n\n\n.. code-block:: bash\n\n        Export OPSGENIE_API_KEY=`api key from opsgenie`\n        Export DATADOG_API_KEY=`api key from datadog`\n        Export DATADOG_APP_KEY=`app key from datadog`\n\n\n* Install python dependencies requirements to your local host\n\n.. code-block:: bash\n\n        pip install -r requirements.txt\n\n\n* Execute this main python script \n\n.. code-block:: bash\n\n        python3 package/main.py\n\n* If using this as a module just import this module in your code \n\n.. code-block:: python\n\n        import dmacheck\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://github.com/zackzonexx/dmacheck",
        "Source": "https://github.com/zackzonexx/dmacheck"
    },
    "split_keywords": [
        "dmacheck"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67d73bcd122387d1440aa1c12e76654e2ca83077d120e7385cd5319e8085efaf",
                "md5": "31d2e05f614dd28a6b268671bf13620e",
                "sha256": "583386e62e5622919d6f2d543a4bc5754feb9fda48d326a2453989b78f6571df"
            },
            "downloads": -1,
            "filename": "dmacheck-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31d2e05f614dd28a6b268671bf13620e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6003,
            "upload_time": "2024-03-23T14:24:59",
            "upload_time_iso_8601": "2024-03-23T14:24:59.326283Z",
            "url": "https://files.pythonhosted.org/packages/67/d7/3bcd122387d1440aa1c12e76654e2ca83077d120e7385cd5319e8085efaf/dmacheck-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3af82bf5ae8da183a9c6d15fcf5d0ed5b5a3b829b31b3199b663d60825464dcd",
                "md5": "f371c400da7ea04512bbab6610413046",
                "sha256": "4c8804ae2ec14e23a12359aba5c238763d6ba5936002fb2572811a806cf784ba"
            },
            "downloads": -1,
            "filename": "dmacheck-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "f371c400da7ea04512bbab6610413046",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4864,
            "upload_time": "2024-03-23T14:25:01",
            "upload_time_iso_8601": "2024-03-23T14:25:01.539747Z",
            "url": "https://files.pythonhosted.org/packages/3a/f8/2bf5ae8da183a9c6d15fcf5d0ed5b5a3b829b31b3199b663d60825464dcd/dmacheck-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 14:25:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zackzonexx",
    "github_project": "dmacheck",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "requirements": [],
    "lcname": "dmacheck"
}
        
Elapsed time: 0.22469s