Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphite-api service missing in ubuntu 16.04 install #243

Open
sudhirjena opened this issue May 15, 2019 · 0 comments
Open

graphite-api service missing in ubuntu 16.04 install #243

sudhirjena opened this issue May 15, 2019 · 0 comments

Comments

@sudhirjena
Copy link

I installed graphite-api 1.1.2 using
sudo apt-get install graphite-api

The installed version was verified using

$ sudo dpkg -s graphite-api
Package: graphite-api
Status: install ok installed
Priority: extra
Section: web
Installed-Size: 765
Maintainer: Ubuntu Developers <[email protected]>
Architecture: all
Version: 1.1.2-1
Depends: python3-cairocffi, python3-flask, python3-pyparsing, python3-six, python3-structlog, python3-tz, python3-tzlocal, python3-yaml, python3:any (>= 3.3.2-2~), adduser
Suggests: gunicorn3 | uwsgi-plugin-python3 | libapache2-mod-wsgi-py3
Conffiles:
 /etc/graphite-api.yaml 4b0fa197a064379c71dfd4b8b2a12c78
 /etc/logrotate.d/graphite-api 27d5ee5fee0f0e212c4de64b19494bf4
Description: Enterprise Scalable Realtime Graphing (API-only frontend)
 Graphite consists of a storage backend and a web-based visualization
 frontend. Client applications send streams of numeric time-series
 data to the Graphite backend (called carbon), where it gets stored in
 fixed-size database files similar in design to RRD.
 .
 Graphite-API is an alternative to Graphite-web, without any built-in
 dashboard. Its role is solely to fetch metrics from a time-series
 database and rendering graphs or JSON data out of these time
 series. It is meant to be consumed by any of the numerous Graphite
 dashboard applications.
Original-Maintainer: Debian Graphite Group <[email protected]>
Homepage: https://github.com/brutasse/graphite-api/

However the above installation doesn't create a systemd service. So when I run using
sudo systemctl start graphite-api I get
Failed to start graphite-api.service: Unit graphite-api.service not found.

This is in contrast to the documentation which says

Once installed, Graphite-api should be running as a service and available on port 8888. The package contains all the optional dependencies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant