fritzcollectd icon indicating copy to clipboard operation
fritzcollectd copied to clipboard

How to install on Windows?

Open aleks-83 opened this issue 5 years ago • 5 comments

How do I install this plugin on windows?

Where to put the command "pip install fritzcollectd" ?

aleks-83 avatar Nov 05 '19 15:11 aleks-83

I'll answer myself...

On windows you need python to run this installation. Just write "python" in the cmd, windows 10 will guide you to the windows store to download it. Once installed, you have to write the following command:

python -m pip install fritzcollectd

aleks-83 avatar Nov 06 '19 08:11 aleks-83

But I don't know where to find the collectd.conf to edit

aleks-83 avatar Nov 06 '19 09:11 aleks-83

Normally /etc/collectd/collectd.conf

Apollon77 avatar Nov 06 '19 13:11 Apollon77

Thanks. That's what i read in the instructions as well.

But the only files I could find with a "collectd" in the name on all my partitions are: C:\Users\NUC\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs\usr\share\sosreport\sos\plugins\__pycache__\collectd.cpython-36.pyc

C:\Users\NUC\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs\usr\share\sosreport\sos\plugins\collectetd.py

aleks-83 avatar Nov 06 '19 13:11 aleks-83

fritzcollectd is a plugin for collectd. You'd have to get this service installed first. If you want to use the dashboard, you'll also need to install Grafana.

fetzerch avatar Feb 09 '20 20:02 fetzerch