{ "info": { "author": "Thomas Sileo", "author_email": "thomas.sileo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python" ], "description": "============\nRigcollector\n============\n\nRigcollector is the Python client for `RigsMonitoring `_ a a web application that allows yous to monitor your mining rigs, by **tracking system metrics** (CPU, MEM, Disks, Network, Processes...) and **mining-related metrics** (GPU temperature, Hashrate, BTC Balace...).\n\n\n\nRigcollector is bundled with the following collectors:\n\n- System Metrics (CPU, MEM, load, disks, network)\n- ATI GPU temperature for linux, and GPU-Z for Windows\n- Processes Info\n- Infos from MtGox, Slush's mining pool...\n\nYou can easily create and use your own collector.\n\nInstallation\n============\n\nYou can install rigcollector via **easy_install** or **pip**.\n\n::\n\n $ pip install rigcollector\n\n\nUsage\n=====\n\nBasic usage, \"rigcollector -h\" or \"bakcollector collect -h\" to show the help.\n\nYou can get your rig API key in your **rig settings** on RigsMonitoring.\n\n::\n\n $ rigcollector collect --api-key your_rig_api_key\n\n\nIf everything is ok, you can run the process in the background:\n\n::\n \n $ rigcollector collect --api-key your_rig_api_key --detach 1\n\n\nBy default, the AtiGpuCollector is disabled, to enable it...\n\n\nConfiguration\n=============\n\nHere is a basic **rigcollector.yml** config file, see below for more informations on cu\nstoms collectors.\n\nRigcollector check for a configuration file named **rigcollector.yml** but you can set a different config file with **-c** option:\n\n::\n\n $ rigcollector collect --api-key your_rig_api_key -c yourconfigfile.yml\n\n\n::\n\n ProcessesCollector:\n processes:\n - bitcoind\n\n CustomCollector:\n custom:\n - rigcollector.custom.SlushsPoolCollector\n - rigcollector.custom.MtGoxCollector\n\n SlushsPoolCollector:\n token: YOUR_TOKEN\n\n MtGoxCollector:\n auth_key: YOUR_AUTH_KEY\n auth_secret: YOUR_SECRET_KEY\n\n\nYou can desactivate any Collector with the **is_active** directive.\n\n::\n\n ProcessesCollector:\n is_active: 0\n\n\nCustom Collecor\n===============\n\nRigcollector is bundled with few customs collectors, please create a pull request if you create one.\n\n- **SlushsPoolCollector**, gather information from `Slush Mining Pool API `_.\n- **MtGoxCollector**, get your BTC balacnce from your MtGox account `MtGox `_.\n\nCreate your own Collector\n-------------------------\n\nYou can take a look at DummyCollector in rigcollector.custom.dummy, it contains everything to get you started.\n\nLicense (MIT)\n=============\n\nCopyright (c) 2013 Thomas Sileo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RigsMonitoring/rigcollector", "keywords": "monitoring metrics system", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "rigcollector", "package_url": "https://pypi.org/project/rigcollector/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rigcollector/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/RigsMonitoring/rigcollector" }, "release_url": "https://pypi.org/project/rigcollector/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Collector for rigsmonitoring.com", "version": "0.1.0" }, "last_serial": 798972, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8dfd7739a158f6768c52d4e46300334e", "sha256": "fe75d12545cca87d1f875b4a596b10d4f3a7294450e79d42fa0de6557e1c8d4c" }, "downloads": -1, "filename": "rigcollector-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8dfd7739a158f6768c52d4e46300334e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8369, "upload_time": "2013-01-04T11:16:55", "url": "https://files.pythonhosted.org/packages/36/b2/7a8c5275844653683d29f7de474764f6a5690bf57731aa8844af0aba90d8/rigcollector-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8dfd7739a158f6768c52d4e46300334e", "sha256": "fe75d12545cca87d1f875b4a596b10d4f3a7294450e79d42fa0de6557e1c8d4c" }, "downloads": -1, "filename": "rigcollector-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8dfd7739a158f6768c52d4e46300334e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8369, "upload_time": "2013-01-04T11:16:55", "url": "https://files.pythonhosted.org/packages/36/b2/7a8c5275844653683d29f7de474764f6a5690bf57731aa8844af0aba90d8/rigcollector-0.1.0.tar.gz" } ] }