Hi Robert,

currently there is no plugin that I'm aware of to send (log) data from 
Graylog2 to Graphite (or any other time-series database). You could 
probably relatively easy write an output plugin (see 
org.graylog2.plugin.outputs.MessageOutput 
<https://github.com/Graylog2/graylog2-server/blob/master/graylog2-plugin-interfaces/src/main/java/org/graylog2/plugin/outputs/MessageOutput.java>)
 
which sends log messages to Graphite.

If it was just for the visualization parts of Graphite, you could also 
create a dashboard directly in Graylog2 to show the average CPU and memory 
usage of your machines, see 
http://graylog2.org/resources/documentation/general/dashboards.


Cheers,
Jochen

Am Montag, 15. September 2014 10:49:19 UTC+2 schrieb Robert Pohl:
>
> I'm logging data such as:
>
>   INFO rails: Probe Server Health {:has_scheduler=>false, :server_name=>"
> app04.xxx.com", :avail_disk_mb=>5591, :disk_used_perc=>1.0, 
> :ram_used_perc=>65, :total_ram=>"1733216", :used_ram=>"1717604", 
> :free_ram=>"15612", :cpu_avg_5=>0.03, :cpu_avg_15=>0.05, :cpu_used=>9.5}
>
>
> How can I push these values to Graphite so I can draw graphs of avg cpu or 
> ram for my instances?
>
> Thanks,
> Rob
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to