Skip to content

Instantly share code, notes, and snippets.

@jeremy-page
Created June 5, 2020 14:57
Show Gist options
  • Save jeremy-page/7ab321c50e44f9a0f84c7b3f42eae687 to your computer and use it in GitHub Desktop.
Save jeremy-page/7ab321c50e44f9a0f84c7b3f42eae687 to your computer and use it in GitHub Desktop.

Revisions

  1. jeremy-page created this gist Jun 5, 2020.
    16 changes: 16 additions & 0 deletions just-a-snippet.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    Edit the gmetad.conf file of Ganglia to include the following values:

    carbon_server: "localhost"
    carbon_port: 3000
    carbon_protocol udp
    carbon_timeout 500


    Edit the influxdb.conf file of InfuxDB to include the following values:

    bind-address = ":8090" <- this should be at the top otherwise we get errors
    [[graphite]]
    enabled = true
    database = "graphite" <- name of influxDB database
    bind-address = ":3000"
    protocol = "udp"