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

"No data" on Dashboard (pfBlocker Details / Uptime) #76

Open
unix1984 opened this issue Dec 10, 2023 · 4 comments
Open

"No data" on Dashboard (pfBlocker Details / Uptime) #76

unix1984 opened this issue Dec 10, 2023 · 4 comments

Comments

@unix1984
Copy link

unix1984 commented Dec 10, 2023

Hi All,

Screenshot_github

Screenshot_2023-12-10_20-17-59

  • Why is there "No data" in the place marked on the picture?
    It used to work because I can see data there.

  • Furthermore, the "Uptime" widget can only show the value in seconds.
    The "uptime_format" value is not displayed.

> select * from system limit 5
name: system
time                host            load1         load15      load5         n_cpus n_unique_users n_users uptime uptime_format
----                ----            -----         ------      -----         ------ -------------- ------- ------ -------------
1702135490000000000 home 0.40380859375 0.322265625 0.46240234375 4      1              3       591138 6 days, 20:12
1702135500000000000 home 0.4951171875  0.330078125 0.4794921875  4      1              3       591148 6 days, 20:12
1702135510000000000 home 0.41845703125 0.326171875 0.462890625   4      1              3       591158 6 days, 20:12
1702135520000000000 home 0.353515625   0.322265625 0.447265625   4      1              3       591168 6 days, 20:12
1702135530000000000 home 0.298828125   0.318359375 0.43212890625 4      1              3       591178 6 days, 20:12

however, there is data in influx shell.

Thanks / Regards

@SpreeZ00
Copy link

Could you show the query and standard options for the uptime widget? Maybe there's an issue.

@unix1984
Copy link
Author

Hi,

The first problem with "No data" was solved this morning. We don't really know what the problem was, but the data appeared this morning.

Here is the data in uptime widget:
uptime

or in raw format:
SELECT "uptime" FROM "system" WHERE ("host" =~ /^$Host$/) AND $timeFilter

@SpreeZ00
Copy link

What unit did you choose in Grafana? Maybe set it to duration (d hh:mm:ss) or whatever duration you like.

grafik

@unix1984
Copy link
Author

unix1984 commented Dec 11, 2023

Hi @SpreeZ00

Thanks it worked! :-)

Problem Solved!

Regards

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