Graphite is a highly scalable real-time graphing system. As a user, you write an application that collects numeric time-series data that you are interested in graphing, and send it to Graphite's processing backend, carbon, which stores the data in Graphite's specialized database. The data can then be visualized through graphite's web interfaces.
Questions tagged [graphite]
90 questions
1
vote
1 answer
Grafana: ip and port of your graphite-web or graphite-api install
Trying to connect graphite with grafana. The manual says:
Url The http protocol, ip and port of your graphite-web or
graphite-api install.
Where I can find either of them? I grep-ed /opt/graphite/, and the only 'graphite-web' related thing I…

Putnik
- 2,217
- 4
- 27
- 43
1
vote
1 answer
Monitoring with Graphite - whisper don't save metrics
I succesfully installed Graphite by this tutorial:
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-graphite-on-an-ubuntu-14-04-server
and when I run:
echo "test.count 4 `date +%s`" | nc -q0 127.0.0.1 2003
and run:…

mjablecnik
- 11
- 3
1
vote
1 answer
Aggregate Disks in Collectd or Graphite/Grafana
I have multiple nodes, each with multiple disks of the same size. I'd like for either
collectd to report a single used/free metric that is the aggregate of these multiple disks
construct a grafana query that combines multiple disks into a single…

killachaos
- 135
- 4
1
vote
1 answer
Multiple wildcards with asPercent in Graphite
I have multiple series for stats.counters.app.view.isbn.fetch.found.{yes,no}.$service. I want to calculate the failure rate per $service.
#A reduceSeries(mapSeries(group(#B, #C), 0), 'asPercent', 1, 'none', 'total')
#B…

kelunik
- 203
- 2
- 13
1
vote
1 answer
How can I calculate bandwidth usage per day or hour with Grafana, graphite and collectd?
I'd like to collect the bytes sent and received per day or per hour of a server, so I can collect bandwidth requirements.
I figured setting up grafana, graphite and collectd to collect bandwidth usage metrics, but these only show bandwidth usage per…

ujjain
- 3,983
- 16
- 53
- 91
1
vote
1 answer
Adjust time settings on server: change time or timezone in OS, or configure graphite settings?
So I have a server collecting metrics via StatsD, which get aggregated and shown via the Graphite webapp.
If I mark the Auto-Refresh option in my chart, the time doesn't match with the time I'm on. I'm in Hong Kong and it's 5:20PM now, and the…

knocte
- 347
- 1
- 6
- 18
1
vote
1 answer
How can I plot Apache HTTPd status counts in Graphite without Statsd using Logstash?
I'd like to send Apache HTTPd log statistics, such as 200 status counts to Graphite/Carbon. Logstash looks ideal but all the examples I've seen use Statsd to act as the state counter.
This means spinning up a Statsd server (or enabling Statsd in…

Alastair McCormack
- 2,184
- 1
- 15
- 22
1
vote
0 answers
Data does not get collected (Sensu, Carbon, Graphite)
I need to show graphs from sensu relay in graphite :
With a netcat cmd i see a new tree in Graphite :
#echo "test.first 10 `date +%s`"| nc 127.0.0.1 2003
But with sensu relay i see only : "MetricLineReceiver" in "listener.log" and nothing in…
user278565
1
vote
1 answer
Error while setting up grafana with graphite and nginx
While trying to setup grafana with graphite using nginx server. I am getting this error:
No 'Access-Control-Allow-Origin' header is present on the requested resource.
I tried changing configuration file but still not working my grafana configuration…

user3457261
- 11
- 4
1
vote
2 answers
Graphite: How to make historic whisper data available through web app
I've recently reconfigured my graphite setup from a single carbon-cache instance to several carbon-cache instances. As I needed to cook this up on a new host without bringing down the old graphite server while setting up, I now have a whisper…

Gregory Patmore
- 178
- 7
1
vote
0 answers
Graphite not accepting data from collectd
I am currently having an issue with getting collectd 5.4.0 to work with graphite/carbon.
I am currently using the write_graphite plugin with collectd with the following configuration:
Host "127.0.0.1"
…

resurrectedstar
- 33
- 6
1
vote
2 answers
New Graphite installation doesn't render fonts in graphs (except Courier)
I've been studying this problem for a couple of days now without success ...
I've configured and deployed Graphite (with carbon and whisper) using the Puppet Graphite module on a CentOS 6.5 server. The webapp will only render text in the graphs if I…

Mojo
- 955
- 2
- 9
- 24
1
vote
1 answer
Graphiti / Graphite using Apache with Proxy and BasicAuth requests auth for every URL / request
We have a server with apache set up as an authentication front end for a backend web service running on the same box.
The setup seemed to work at first, but we soon realised that apache was asking for authentication every time we clicked a link,…

nightowl
- 45
- 8
1
vote
1 answer
Is Ganglia's RRD module a bottleneck?
I want to monitor a LOT of metrics on a lot of machines, and from Graphite website, I noticed that ganglia's RRD compoent probably impose scalability issue from the following FAQ explaining why whisper got invented in the first place. If the problem…

chen
- 329
- 1
- 5
- 13
1
vote
1 answer
how to use check_graphite plugin for nagios & graphite integration?
I attempted to use the check_graphite.py plugin but was not successful.
Can anyone point out where I am going wrong?
xxx@xxx-Aspire-5738:/usr/lib/nagios/plugins$ python check_graphite.py -u…

exo
- 29
- 2
- 4