Git Product home page Git Product logo

Comments (2)

sarge avatar sarge commented on September 14, 2024

Did you try using stats/ as the channel?

from etop.

necival85 avatar necival85 commented on September 14, 2024

First ... to answer the question posted on Apr 4, the steps are:

  1. Run emitter (without emitter.conf), it will output License & Secret Key.
  2. Copy License to the emitter.conf
  3. Run emitter --config emitter.conf
  4. Open a browser window to the address:
    • If using TLS = https://{server hostname}:{TLS Listen port}/keygen
    • If using TCP = http://{server hostname or IP}:{Listen port}/keygen
  5. Copy the Secret Key from Step 1, put "stats/" in the channel and check only Read permission, click Generate Key
    • You should see something like:
channel: stats/
key    : d6AWEugiPEdZ2QR7c-qe7FD0yKK4ZAXB
  1. Run etop --key d6AWEugiPEdZ2QR7c-qe7FD0yKK4ZAXB --broker tcp://127.0.0.1:8080

That's it! Pretty Easy.

Now, that being said... I came here because I ran into an issue using etop over TLS:

panic: Error on Client.Connect(): Network Error : x509: certificate signed by unknown authority

goroutine 1 [running]:
main.main()
	/dev/go/src/github.com/kelindar/etop/main.go:46 +0x5ec

But the certificate I'm using is a Letsencrypt Certbot certificate, so it should be a known authority. And accessing the https://{domain}/keygen loads with no errors or warnings. @sarge or @kelindar any ideas?

Thanks!

from etop.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.