Snorby / snorby

Ruby On Rails Application For Network Security Monitoring
Other
1k stars 226 forks source link

Snorby is up running but on the dashboard there is NO numbers on the Graphics and High Medium, Low Severity #234

Closed hjsqueiroz closed 11 years ago

hjsqueiroz commented 11 years ago

I'm running Ubuntu 12.04 LTS version

on the counter of High, Medium and Low severity are showing 0/0 and the graph are completely flat.

On the other hand, I don't have all the data presented and it's up and running.. I run this command again just to make sure that I wasn't missing anything again sudo apt-get update && sudo apt-get dist-upgrade and I also restarted the processes.

Thanks in advance,

Hermano

Top 5 Sensor

hjsqueiroz-eth0:1 ..............................37

Top 5 Active Users

Default_avatar Administrator................ 0

Last 5 Unique Events

GPL NETBIOS SMB IPC$ unicode sha..3
ET POLICY DNS Update From Extern....3
ET CURRENT_EVENTS DNS Query to..2
ET INFO DYNAMIC_DNS Query to *.....29

Analyst Classified Events

Unauthorized Root Access.......................0
Unauthorized User Access ......................0
Attempted Unauthorized.........................0
Denial of Service Attack......................... 0
Policy Violation .....................................0
Reconnaissance.................................... 0
Virus Infection ......................................0
False Positive.......................................0
corelanc0d3r commented 11 years ago

maybe the worker jobs are not running ? Go to Administration - Worker & Job Queue, delete all the jobs, then create them again (using "Worker Options") and finally restart the Worker

balsman225 commented 11 years ago

Having the same issue on two different installs. I followed this guide: http://everydayiszeroday.blogspot.com/2013/01/installing-snorby-on-ubuntu-1204.html I can see the events in the events tab, see the senors but nothing shows on the dashboard. I've tried restating the workers by running: rails c Snorby::Jobs.clear_cache(true) Snorby::Jobs.run_now!

as well as: mysql -u root -p

use snorby; truncate table caches; exit and then clearing and restarting the workers.

Any help would be appreciated.

hammackj commented 11 years ago

I am having the same issue. I have tried the same things.

jandre commented 11 years ago

If you've had this issue with 2.6, we've fixed a push with 2.6.1. Thank you.

balsman225 commented 11 years ago

Fixed the problem with 2.6.1 Thanks!