Open nqb opened 3 years ago
As you can see on screenshot, graph contains correct numbers.
A restart of all PacketFence services seems to fix issue.
EDIT: I mean, I'm able to have correct number on dashboard but I don't know if they will be updated after.
It´s pfstats who is doing that (sql queries and forward to netdata via statsd). So maybe the statsd (netdata) is not yet ready to receive stats on the socket.
Describe the bug When you watch number of devices registered or open security events on the dashboard, it doesn't reflect current state on PacketFence.
It looks like number is not updated.
To Reproduce Steps to reproduce the behavior:
=> Number are not updated.
Screenshots
Expected behavior Number should be identical to what we have in database.
Additional context If I go on Netdata dashboard and look at:
I don't see any changes on the graph.
Using:
tcpdump -nlp -i any port 8125 -w-|strings| grep 'devices'
, I don't see any lines related tosource.packetfence.devices.registered
, only:with correct values.