Danny Janmaat

Results 9 comments of Danny Janmaat

[telegraf_pfifgw.zip](https://github.com/bsmithio/OPNsense-Dashboard/files/15326685/telegraf_pfifgw.zip) Use this file, enjoy

The file I mentioned gives you the metrics for the interfaces in influxdb. If you don't see this data in influxdb then there goes something wrong with the connection from...

Update with this file : [telegraf_pfifgw.zip](https://github.com/bsmithio/OPNsense-Dashboard/files/15326709/telegraf_pfifgw.zip)

First you have to follow the instructions of bsmithio. Replace the file with this one : [telegraf_pfifgw.zip](https://github.com/bsmithio/OPNsense-Dashboard/files/15326643/telegraf_pfifgw.zip) Disable Telegraf in OPNSense. Place the file 'telegraf_pfifgw.php' in OPNSense directory /usr/local/bin. Test...

It's working if directly from "$Env:programfiles\WindowsApps" First download the prerequisites, see : https://learn.microsoft.com/en-us/windows/package-manager/winget/ Add the packages as provisioned packages via Add-AppxProvisionedPackage so they will be available. Test the install of...

Hey Morpheus65535, Try install the software via the provided instructions and you immediatelly see what I mean. The instructions for Ubuntu simply don't work because of the deprecated python3-distutils. I...

Hey hello, I'm trying to get this work. Via setupstools it won't work because in utils.py script it depends on importing a lost functionality the looseversion. I already solved that...

I didn't had time to solve this, I hope the creator of this tool get this working again. You can temp get this working by using a earlier python version...

DistUtils is deprecated; that's why you need to use the older version for direct result. Else you have to install a 3th party Setuptools for it to work. I had...