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

Initial Install #1

Open
EnlightedBitFox opened this issue Nov 3, 2022 · 2 comments
Open

Initial Install #1

EnlightedBitFox opened this issue Nov 3, 2022 · 2 comments

Comments

@EnlightedBitFox
Copy link

Hey,

can you tell me, where i place the config.yml?
To my setup:
hwinfo64 and ohmgrahite on windows 10
influxdb on rasp pi
grafana on rasp pi

@rahulramkumar
Copy link
Owner

main.go will look for config.yml in the same directory as itself.
So wherever you clone down the repo just put the config.yml there like so:

C:\Users\yourusername (or wherever you choose to clone the project down)
         └─── hwinfo-to-influxdb
              └─── main.go
                   config.yml  
                   ...rest of the project files

Hope this helps!

@EnlightedBitFox
Copy link
Author

EnlightedBitFox commented Nov 7, 2022

Edit: 2022/11/08:
Hey,
forget what i wrote earlier.
I have the problem, that i dont use JWT and a shared-secret string.
Also i dont use buckets. I have regular databases in my influxdb.
To parse data from ohmgraphite to influxdb (v.1.8), i use the authentication with username and password.
Atm i try to change the .yml and main.go.

Have you did that before?

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

2 participants