VictorRobellini / pfSense-Dashboard

A functional and useful dashboard for pfSense that utilizes influxdb, grafana and telegraf
645 stars 173 forks source link

Missing tables #49

Open RobertoMarcelino opened 2 years ago

RobertoMarcelino commented 2 years ago

I noticed that in Influx some tables are missing according to the relationship you show in the readme.

Your tables:

cpu disk diskio gateways interface mem net netstat pf processes swap system tail_dnsbl_log tail_ip_block_log temperature

My tables:

cpu disk diskio mem net netstat pf processes swap system tail_dnsbl_log tail_ip_block_log

How do I add the missing tables?

bsmithio commented 2 years ago

Sounds like either the plugins aren't installed in /usr/local/bin with 555 permissions or the additional telegraf config isn't applied.

RobertoMarcelino commented 2 years ago

Hi!

Sorry for the delay in responding.

I verified that I had copied the files as HTML and not the script they are. Beginner's stupidity! And look, I have about 200 years in IT! Sorry!

After correctly copying the files to the pfSense servers, the dashboard works correctly.

The only panel that isn't working is Uptime.

vinhthai1989 commented 2 years ago

I noticed that in Influx some tables are missing according to the relationship you show in the readme.

Your tables:

cpu disk diskio gateways interface mem net netstat pf processes swap system tail_dnsbl_log tail_ip_block_log temperature

My tables:

cpu disk diskio mem net netstat pf processes swap system tail_dnsbl_log tail_ip_block_log

How do I add the missing tables?

Hi @RobertoMarcelino , my problem is almost the same as yours, I also copied the plugin files to the pfSense server (/usr/local/bin with 555 permissions) but it's not working. Can you help me, Thanks

RobertoMarcelino commented 2 years ago

I verified that I had copied the files as HTML and not the script they are.