resoto-plugin-cleanup-aws-alarms


Nameresoto-plugin-cleanup-aws-alarms JSON
Version 3.6.4 PyPI version JSON
download
home_page
SummaryAWS Cloudwatch Alarms Cleaner Plugin
upload_time2023-07-24 18:30:42
maintainer
docs_urlNone
authorSome Engineering Inc.
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # resoto-plugin-cleanup-aws-alarms
AWS Cloudwatch Alarms Cleanup Plugin for Resoto

This plugin marks all orphaned AWS CloudWatch Instance Alarms for cleanup.

The following resources are currently being marked for cleanup

- Instance Alarms

## Usage

In `resh` execute

```
> config edit resoto.worker
```

and find the following section

```
plugin_cleanup_aws_alarms:
  # Dictionary of key cloud with list of account IDs for which the plugin should be active as value
  config:
    aws:
      - '1234567'
      - '567890'
  # Enable plugin?
  enabled: false
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "resoto-plugin-cleanup-aws-alarms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Some Engineering Inc.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2b/35/cf474d6de01a0c07a741be9f8dd1a889e1c74f4ec937c5dbc08878a32673/resoto-plugin-cleanup-aws-alarms-3.6.4.tar.gz",
    "platform": null,
    "description": "# resoto-plugin-cleanup-aws-alarms\nAWS Cloudwatch Alarms Cleanup Plugin for Resoto\n\nThis plugin marks all orphaned AWS CloudWatch Instance Alarms for cleanup.\n\nThe following resources are currently being marked for cleanup\n\n- Instance Alarms\n\n## Usage\n\nIn `resh` execute\n\n```\n> config edit resoto.worker\n```\n\nand find the following section\n\n```\nplugin_cleanup_aws_alarms:\n  # Dictionary of key cloud with list of account IDs for which the plugin should be active as value\n  config:\n    aws:\n      - '1234567'\n      - '567890'\n  # Enable plugin?\n  enabled: false\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "AWS Cloudwatch Alarms Cleaner Plugin",
    "version": "3.6.4",
    "project_urls": {
        "Documentation": "https://resoto.com",
        "Source": "https://github.com/someengineering/resoto/tree/main/plugins/cleanup_aws_alarms"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07c52d6abcbdfcdd65a7636edb661fd5bc2b8bf227307a16ff83e47ab150248e",
                "md5": "7fbb35f19d8f0d7e7694103a46307f64",
                "sha256": "1b8bd3e690cb7599e6108e3de235bb068189d4650b9c39020ca22dd260a7246d"
            },
            "downloads": -1,
            "filename": "resoto_plugin_cleanup_aws_alarms-3.6.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7fbb35f19d8f0d7e7694103a46307f64",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4048,
            "upload_time": "2023-07-24T18:30:41",
            "upload_time_iso_8601": "2023-07-24T18:30:41.338808Z",
            "url": "https://files.pythonhosted.org/packages/07/c5/2d6abcbdfcdd65a7636edb661fd5bc2b8bf227307a16ff83e47ab150248e/resoto_plugin_cleanup_aws_alarms-3.6.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b35cf474d6de01a0c07a741be9f8dd1a889e1c74f4ec937c5dbc08878a32673",
                "md5": "55641f9c5e729241bc97e6ec389c9884",
                "sha256": "1fc3be71abc1e8ed23c86ec9c30d1f9030b5d327b8f588131cfff2e0d4d1ca76"
            },
            "downloads": -1,
            "filename": "resoto-plugin-cleanup-aws-alarms-3.6.4.tar.gz",
            "has_sig": false,
            "md5_digest": "55641f9c5e729241bc97e6ec389c9884",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3603,
            "upload_time": "2023-07-24T18:30:42",
            "upload_time_iso_8601": "2023-07-24T18:30:42.553222Z",
            "url": "https://files.pythonhosted.org/packages/2b/35/cf474d6de01a0c07a741be9f8dd1a889e1c74f4ec937c5dbc08878a32673/resoto-plugin-cleanup-aws-alarms-3.6.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-24 18:30:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "someengineering",
    "github_project": "resoto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "resoto-plugin-cleanup-aws-alarms"
}
        
Elapsed time: 0.39206s