infrasonar-appliance


Nameinfrasonar-appliance JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/infrasonar/appliance-manager
SummaryInfraSonar Appliance Manager
upload_time2024-02-01 12:40:39
maintainer
docs_urlNone
authorJeroen van der Heijden
requires_python
licenseGPLv3
keywords infrasonar monitoring toolkit util
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![CI](https://github.com/infrasonar/appliance-manager/workflows/CI/badge.svg)](https://github.com/infrasonar/appliance-manager/actions)
[![Release Version](https://img.shields.io/github/release/infrasonar/appliance-manager)](https://github.com/infrasonar/appliance-manager/releases)


# InfraSonar Appliance Manager

This tool simplifies the installation and management of InfraSonar appliances. It streamlines the process of setting up and running your InfraSonar infrastructure, making it easier to monitor and manage your IT environment.

## Prerequisites

Before using the InfraSonar Appliance Manager, ensure you have the following prerequisites installed:

- Python _(inclusing pip)_
- Curl

You can install these prerequisites on Ubuntu or Debian-based systems using the following commands:
```
sudo apt update
sudo apt install python curl pip
```

Additionally, Docker Compose is required for the InfraSonar appliance to function properly. You can install Docker Compose using the following command:
```
sudo curl -sSL https://get.docker.com | bash
```

## Installation

To install the InfraSonar Appliance Manager, use the following command:
```
pip install infrasonar-appliance
```

## Usage

Once installed, simply start the tool using the following command:
```
appliance
```

The tool will handle the installation and management of your [InfraSonar appliance](https://docs.infrasonar.com/collectors/probes/appliance/), allowing you to focus on monitoring and managing your IT infrastructure.

## Additional Notes

- For more detailed instructions and troubleshooting guidance, refer to the official [InfraSonar documentation](https://docs.infrasonar.com).
- If you encounter any issues during installation or usage, feel free to [contact](https://infrasonar.com/contact) the InfraSonar support team for assistance.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/infrasonar/appliance-manager",
    "name": "infrasonar-appliance",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "infrasonar monitoring toolkit util",
    "author": "Jeroen van der Heijden",
    "author_email": "jeroen@cesbit.com",
    "download_url": "https://files.pythonhosted.org/packages/67/ae/b8add05a55a26fed8667f7d49bd9ee9228f21d9fb9f4190766a7fbb196e1/infrasonar-appliance-0.1.6.tar.gz",
    "platform": null,
    "description": "[![CI](https://github.com/infrasonar/appliance-manager/workflows/CI/badge.svg)](https://github.com/infrasonar/appliance-manager/actions)\n[![Release Version](https://img.shields.io/github/release/infrasonar/appliance-manager)](https://github.com/infrasonar/appliance-manager/releases)\n\n\n# InfraSonar Appliance Manager\n\nThis tool simplifies the installation and management of InfraSonar appliances. It streamlines the process of setting up and running your InfraSonar infrastructure, making it easier to monitor and manage your IT environment.\n\n## Prerequisites\n\nBefore using the InfraSonar Appliance Manager, ensure you have the following prerequisites installed:\n\n- Python _(inclusing pip)_\n- Curl\n\nYou can install these prerequisites on Ubuntu or Debian-based systems using the following commands:\n```\nsudo apt update\nsudo apt install python curl pip\n```\n\nAdditionally, Docker Compose is required for the InfraSonar appliance to function properly. You can install Docker Compose using the following command:\n```\nsudo curl -sSL https://get.docker.com | bash\n```\n\n## Installation\n\nTo install the InfraSonar Appliance Manager, use the following command:\n```\npip install infrasonar-appliance\n```\n\n## Usage\n\nOnce installed, simply start the tool using the following command:\n```\nappliance\n```\n\nThe tool will handle the installation and management of your [InfraSonar appliance](https://docs.infrasonar.com/collectors/probes/appliance/), allowing you to focus on monitoring and managing your IT infrastructure.\n\n## Additional Notes\n\n- For more detailed instructions and troubleshooting guidance, refer to the official [InfraSonar documentation](https://docs.infrasonar.com).\n- If you encounter any issues during installation or usage, feel free to [contact](https://infrasonar.com/contact) the InfraSonar support team for assistance.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "InfraSonar Appliance Manager",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/infrasonar/appliance-manager"
    },
    "split_keywords": [
        "infrasonar",
        "monitoring",
        "toolkit",
        "util"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67aeb8add05a55a26fed8667f7d49bd9ee9228f21d9fb9f4190766a7fbb196e1",
                "md5": "ffbe269f4dcb50e263f53c169a975b18",
                "sha256": "76768171dcd1bd7000ff7860e2a8b7c615bee930582d69197de9aa30350724a1"
            },
            "downloads": -1,
            "filename": "infrasonar-appliance-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "ffbe269f4dcb50e263f53c169a975b18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21323,
            "upload_time": "2024-02-01T12:40:39",
            "upload_time_iso_8601": "2024-02-01T12:40:39.267478Z",
            "url": "https://files.pythonhosted.org/packages/67/ae/b8add05a55a26fed8667f7d49bd9ee9228f21d9fb9f4190766a7fbb196e1/infrasonar-appliance-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-01 12:40:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "infrasonar",
    "github_project": "appliance-manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "infrasonar-appliance"
}
        
Elapsed time: 0.17327s