{"id":13586373,"url":"https://github.com/20c/vaping","last_synced_at":"2025-04-07T15:31:49.703Z","repository":{"id":10246352,"uuid":"65013811","full_name":"20c/vaping","owner":"20c","description":"vaping is a healthy alternative to SmokePing!","archived":false,"fork":false,"pushed_at":"2024-07-15T19:32:54.000Z","size":4169,"stargazers_count":490,"open_issues_count":41,"forks_count":70,"subscribers_count":24,"default_branch":"main","last_synced_at":"2024-11-06T01:17:43.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/20c.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-05T11:31:57.000Z","updated_at":"2024-10-26T13:11:13.000Z","dependencies_parsed_at":"2023-11-29T04:24:38.069Z","dependency_job_id":"837678ab-e068-4e33-a9ac-a6efe3cc1d0f","html_url":"https://github.com/20c/vaping","commit_stats":{"total_commits":345,"total_committers":18,"mean_commits":"19.166666666666668","dds":0.4666666666666667,"last_synced_commit":"7fdb51384d6a84beee2ecf24abc472b3baa2ff48"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20c%2Fvaping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20c%2Fvaping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20c%2Fvaping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20c%2Fvaping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/20c","download_url":"https://codeload.github.com/20c/vaping/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223285383,"owners_count":17119892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:05:31.303Z","updated_at":"2024-11-06T04:31:59.175Z","avatar_url":"https://github.com/20c.png","language":"Python","funding_links":[],"categories":["Python","Network Monitoring"],"sub_categories":["SD-WAN"],"readme":"\n# Vaping\n\n[![PyPI](https://img.shields.io/pypi/v/vaping.svg?maxAge=60)](https://pypi.python.org/pypi/vaping)\n[![PyPI](https://img.shields.io/pypi/pyversions/vaping.svg?maxAge=600)](https://pypi.python.org/pypi/vaping)\n[![Tests](https://github.com/20c/vaping/workflows/tests/badge.svg)](https://github.com/20c/vaping)\n[![CodeQL](https://github.com/20c/vaping/actions/workflows/codeql.yml/badge.svg)](https://github.com/20c/vaping/actions/workflows/codeql.yml)\n[![Codecov](https://img.shields.io/codecov/c/github/20c/vaping/master.svg)](https://codecov.io/github/20c/vaping)\n\n\nvaping is a healthy alternative to smokeping!*\n\n* (This statement has not been evaluated by the Food and Drug Administration)\n\n![Vaping](https://raw.githubusercontent.com/20c/vaping/master/docs/img/vaping.png)\n\n## Introduction\n\nVaping provides the following features:\n\n- Real-time latency graphing viewable in the browser\n- Line and smokestack graphs\n- Containerized and easy to setup and configure\n- Support for time-series databases\n- Plugin-based design to allow integration with other services\n- Supports distributed setups through message queue\n\nVaping is a Python daemon which polls for input and sends its output through plugins.\n\nIt has a standalone mode to directly serve realtime graphs in a browser, or can use ZeroMQ to distribute messages.\n\n## Installation\n\n```sh\npip install vaping\n```\n\nYou will need a compiler and Python development libraries for some components, which you can obtain with the `gcc` and `python-devel` packages for your operating system.\n\nAlternatively, you can use the [Docker image](Dockerfile), which includes all requirements.\n\n## Quick Start\n\nTo use Vaping, you need first a configuration file that defines which hosts to target and where to send the output. You can have a look at [the examples in this repository](examples/) and adapt them to your needs.\n\nThen, start the `vaping` program from the command line, specifying the path to the configuration file.\n\nA quick start example is [available here](https://vaping.readthedocs.io/en/stable/quickstart/). It shows you how to ping multiple hosts and display the resulting graphs using a local web server.\n\n## Usage\n\n\nVaping has a command-line interface with the following usage:\n\n```\nUsage: vaping [OPTIONS] COMMAND [ARGS]...\n\n  Vaping\n\nOptions:\n  --version    Show the version and exit.\n  --quiet      no output at all\n  --verbose    enable more verbose output\n  --home TEXT  specify the home directory, by default will check in order:\n               $VAPING_HOME, ./.vaping, ~/.config/vaping\n  --debug      enable extra debug output\n  --help       Show this message and exit.\n\nCommands:\n  start    start a vaping process\n  stop     stop a vaping process\n  restart  restart a vaping process\n```\n\n### start\n\nStarts a vaping process, by default will fork into the background unless\n`--debug` or `--no-fork` is passed.\n\nIt adds options:\n\n```\n  -d, --no-fork  do not fork into background\n```\n\n\n### stop\n\nStops a vaping process identified by `$VAPING_HOME/vaping.pid`\n\n\n## Documentation\n\nDocumentation is created with mkdocs and available here:\n\n**stable**: \u003chttp://vaping.readthedocs.io/en/stable/\u003e\n\n**latest**: \u003chttp://vaping.readthedocs.io/en/latest/\u003e\n\n\n## Changes\n\nThe current change log is available at \u003chttps://github.com/20c/vaping/blob/master/CHANGELOG.md\u003e\n\n\n## License\n\nCopyright 2016-2021 20C, LLC\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this software except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20c%2Fvaping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F20c%2Fvaping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20c%2Fvaping/lists"}